Skip to content

Commit 0fab1d6

Browse files
dls-release-please[bot]MaxHerbs
authored andcommitted
chore(main): release graph-proxy 0.1.6
1 parent 9970715 commit 0fab1d6

File tree

5 files changed

+21
-5
lines changed

5 files changed

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

3+
## [0.1.6](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.6) (2025-07-07)
4+
5+
6+
### Features
7+
8+
* **graph-proxy:** add id to Workflow to allow refetchable fragments ([45f70f5](https://github.com/DiamondLightSource/workflows/commit/45f70f5e24005482131e415e6222131ffe355d3e))
9+
* **graph-proxy:** add optional repository field to workflow template ([77fcd20](https://github.com/DiamondLightSource/workflows/commit/77fcd207ce9d2fb837eb706e77391c3d93e7dafa))
10+
* **graph-proxy:** add support for subscriptions ([0851293](https://github.com/DiamondLightSource/workflows/commit/0851293d5df92b6001471d8ce3040606cb63450b))
11+
* **graph-proxy:** impliment basic workflow subscription ([3e6e7a0](https://github.com/DiamondLightSource/workflows/commit/3e6e7a0bacad5fcaa310bec7e841b89894925e7b))
12+
* **graph-proxy:** json forms serializer accepts options field ([b70c5b5](https://github.com/DiamondLightSource/workflows/commit/b70c5b5625c147c35b9ea8cd221acbe5d81d3ce6))
13+
14+
15+
### Bug Fixes
16+
17+
* **graph-proxy:** json forms categorization incorrectly de-serialized ([7e0e17b](https://github.com/DiamondLightSource/workflows/commit/7e0e17b9173e6bbb6256f670dd50b2af0eb05b09))
18+
319
## [0.1.5](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.5) (2025-05-28)
420

521

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

0 commit comments

Comments
 (0)