Skip to content

Commit dae7225

Browse files
chore(main): release graph-proxy 0.1.16
1 parent 5acd8a9 commit dae7225

4 files changed

Lines changed: 19 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"+1": "0.0.0",
3-
"backend/graph-proxy": "0.1.15",
3+
"backend/graph-proxy": "0.1.16",
44
"+2": "0.0.0",
55
"backend/sessionspaces": "0.1.3",
66
"+3": "0.0.0",

backend/graph-proxy/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.1.16](https://github.com/DiamondLightSource/workflows/compare/graph-proxy@v0.1.15...graph-proxy@v0.1.16) (2026-02-11)
4+
5+
6+
### Features
7+
8+
* **graph-proxy:** add counter for errors in query and mutation ([694f8ec](https://github.com/DiamondLightSource/workflows/commit/694f8ec02f7aa1bd4e97dbde9346b981cd8a6ea6))
9+
* **graph-proxy:** return error for unauthorized queries ([f05b2c5](https://github.com/DiamondLightSource/workflows/commit/f05b2c5121c5e1c10938b78b8667953a2bc22838))
10+
* **grapy-proxy:** query metrics ([b4c0d7b](https://github.com/DiamondLightSource/workflows/commit/b4c0d7bb7343aa449939d4499536065f89271ccb))
11+
* **grapy-proxy:** request duration as metrics ([38c0cb9](https://github.com/DiamondLightSource/workflows/commit/38c0cb94b7f929f905ca043b6ca43ce118c31058))
12+
13+
14+
### Bug Fixes
15+
16+
* **graph-proxy:** failing CI due to missing docstring ([5788a70](https://github.com/DiamondLightSource/workflows/commit/5788a70b77f56ab892e926993274e5c34ef15f47))
17+
318
## [0.1.15](https://github.com/DiamondLightSource/workflows/compare/graph-proxy@v0.1.14...graph-proxy@v0.1.15) (2026-01-16)
419

520

backend/graph-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graph-proxy"
3-
version = "0.1.15"
3+
version = "0.1.16"
44
edition = "2021"
55
exclude = ["test-assets/"]
66
license-file = "../../LICENSE"

charts/graph-proxy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: graph-proxy
33
description: A GraphQL proxy for the Argo Workflows Server
44
type: application
5-
version: 0.2.30
6-
appVersion: 0.1.15
5+
version: 0.2.31
6+
appVersion: 0.1.16
77
dependencies:
88
- name: common
99
version: 2.23.0

0 commit comments

Comments
 (0)