Skip to content

Commit ce885dd

Browse files
dls-release-please[bot]MaxHerbs
authored andcommitted
chore(main): release graph-proxy 0.1.9
1 parent d756203 commit ce885dd

File tree

5 files changed

+19
-5
lines changed

5 files changed

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

backend/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.9](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.9) (2025-08-14)
4+
5+
6+
### Features
7+
8+
* **graph-proxy:** add template to the workflow filter schema ([50a0a6e](https://github.com/DiamondLightSource/workflows/commit/50a0a6e22c55b68c9da4b0d1e5d44ab9ead2197e))
9+
* **graph-proxy:** proof-of-concept total request counter ([735e12a](https://github.com/DiamondLightSource/workflows/commit/735e12a432cd0d681fcf1b83431d716e84126fd3))
10+
11+
12+
### Bug Fixes
13+
14+
* **graph-proxy:** fix lifetime issue ([3a0dabc](https://github.com/DiamondLightSource/workflows/commit/3a0dabc0ff8d23d0907eb936ee2f266f5b3c09e8))
15+
* **graph-proxy:** remove parameter schema stitching ([9c52ad6](https://github.com/DiamondLightSource/workflows/commit/9c52ad6133b7847aee863fadf95264f2ed33920e))
16+
317
## [0.1.8](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.8) (2025-08-04)
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.8"
3+
version = "0.1.9"
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.18
6-
appVersion: 0.1.8
5+
version: 0.2.19
6+
appVersion: 0.1.9
77
dependencies:
88
- name: common
99
version: 2.23.0

0 commit comments

Comments
 (0)