Skip to content

Commit d79866f

Browse files
dls-release-please[bot]MaxHerbs
authored andcommitted
chore(main): release graph-proxy 0.1.8
1 parent 2be5684 commit d79866f

File tree

5 files changed

+17
-5
lines changed

5 files changed

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

3+
## [0.1.8](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.8) (2025-08-04)
4+
5+
6+
### Features
7+
8+
* **graph-proxy:** enable subscriptions on federation ([90fa077](https://github.com/DiamondLightSource/workflows/commit/90fa077c9924135f04214c32b3df25095e696c4e))
9+
10+
11+
### Bug Fixes
12+
13+
* **graph-proxy:** prepend socket path to prefix ([2be5684](https://github.com/DiamondLightSource/workflows/commit/2be5684999b06bd94562369a981adbeb422d11bb))
14+
315
## [0.1.7](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.7) (2025-07-22)
416

517

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

0 commit comments

Comments
 (0)