Skip to content

Commit 6b15eab

Browse files
dls-release-please[bot]MaxHerbs
authored andcommitted
chore(main): release graph-proxy 0.1.10
1 parent ab0f885 commit 6b15eab

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

.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.9",
3+
"backend/graph-proxy": "0.1.10",
44
"+2": "0.0.0",
55
"backend/sessionspaces": "0.1.2",
66
"+3": "0.0.0",

backend/graph-proxy/CHANGELOG.md

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

3+
## [0.1.10](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.10) (2025-09-08)
4+
5+
6+
### Features
7+
8+
* **graph-proxy:** distinguish between query types in metrics ([37b8701](https://github.com/DiamondLightSource/workflows/commit/37b87012dded37db133472fa1756ff910e16f08e))
9+
* **graph-proxy:** update science-group filter semantics ([237b1aa](https://github.com/DiamondLightSource/workflows/commit/237b1aa47c93b724ee3fa5f1724ea365fb350605))
10+
11+
12+
### Bug Fixes
13+
14+
* exhaustive science group list ([232a055](https://github.com/DiamondLightSource/workflows/commit/232a05582ea1ffa05304f0db94f8e056e5a25e5b))
15+
* **graph-proxy:** fix base prefix path parsing in dev env ([9cb9896](https://github.com/DiamondLightSource/workflows/commit/9cb989693889e4776d3e994cda524fffa08148ed))
16+
317
## [0.1.9](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.9) (2025-08-14)
418

519

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.9"
3+
version = "0.1.10"
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.20
6-
appVersion: 0.1.9
5+
version: 0.2.21
6+
appVersion: 0.1.10
77
dependencies:
88
- name: common
99
version: 2.23.0

0 commit comments

Comments
 (0)