Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"+1": "0.0.0",
"backend/graph-proxy": "0.1.21",
"backend/graph-proxy": "0.2.0",
"+2": "0.0.0",
"backend/sessionspaces": "0.1.7",
"+3": "0.0.0",
Expand Down
18 changes: 18 additions & 0 deletions backend/graph-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.2.0](https://github.com/DiamondLightSource/workflows/compare/graph-proxy@v0.1.21...graph-proxy@v0.2.0) (2026-08-27)


### ⚠ BREAKING CHANGES

* **graph-proxy:** change type of visit argument to Visit object

### Features

* **graph-proxy:** add mutations to delete and toggle triggers ([02b81d9](https://github.com/DiamondLightSource/workflows/commit/02b81d988f85d6e67ff775fd832cf078069f21b6))
* **graph-proxy:** added function to strip directives and remmoved extra comments ([07cb0f1](https://github.com/DiamondLightSource/workflows/commit/07cb0f1dd4c54cb7ff8d6eb20aeece158c98acc0))
* **graph-proxy:** allow toggle for graph to be federated or not ([ba1eaa2](https://github.com/DiamondLightSource/workflows/commit/ba1eaa27144d58ca3b3464f316b5b2a90df774d8))


### Bug Fixes

* **graph-proxy:** change type of visit argument to Visit object ([9797cbf](https://github.com/DiamondLightSource/workflows/commit/9797cbfd02df9ff3a27ede7871e6ff68a60e8361))

## [0.1.21](https://github.com/DiamondLightSource/workflows/compare/graph-proxy@v0.1.20...graph-proxy@v0.1.21) (2026-07-27)


Expand Down
2 changes: 1 addition & 1 deletion backend/graph-proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graph-proxy"
version = "0.1.21"
version = "0.2.0"
edition = "2021"
exclude = ["test-assets/"]
license-file = "../../LICENSE"
Expand Down
4 changes: 2 additions & 2 deletions charts/graph-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: graph-proxy
description: A GraphQL proxy for the Argo Workflows Server
type: application
version: 0.2.43
appVersion: 0.1.21
version: 0.2.44
appVersion: 0.2.0
dependencies:
- name: common
version: 2.23.0
Expand Down
Loading