Skip to content

Commit 0124d87

Browse files
dls-release-please[bot]davehadley
authored andcommitted
chore(main): release graph-proxy 0.1.7
1 parent 339e3e9 commit 0124d87

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-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.6",
3+
"backend/graph-proxy": "0.1.7",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.1.7](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.7) (2025-07-22)
4+
5+
6+
### Features
7+
8+
* **graph-proxy:** add start and end time to task ([f212c5e](https://github.com/DiamondLightSource/workflows/commit/f212c5e6eec3195f5d2ed71e171e34c1447c05a3))
9+
* **graph-proxy:** implement basic workflow subscription ([d016eca](https://github.com/DiamondLightSource/workflows/commit/d016eca1b869c45ed8a7a2a33b7ac98325ff013f))
10+
* **graph-proxy:** return full schema when provided ([251ff09](https://github.com/DiamondLightSource/workflows/commit/251ff09b3f61b1f8be5589f77b55476dd1112fa5))
11+
312
## [0.1.6](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.6) (2025-07-07)
413

514

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.6"
3+
version = "0.1.7"
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.15
6-
appVersion: 0.1.6
5+
version: 0.2.16
6+
appVersion: 0.1.7
77
dependencies:
88
- name: common
99
version: 2.23.0

0 commit comments

Comments
 (0)