Skip to content

Commit 02ce559

Browse files
author
hardworker-bot
committed
chore(release): Publish [skip ci]
- controlplane@0.204.0 - router@0.293.0
1 parent ead3683 commit 02ce559

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

controlplane/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
# [0.204.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.203.1...controlplane@0.204.0) (2026-03-16)
8+
9+
### Features
10+
11+
* implement worker-based graph composition with Tinypool ([#2637](https://github.com/wundergraph/cosmo/issues/2637)) ([ead3683](https://github.com/wundergraph/cosmo/commit/ead3683febe84ef8d4b41bc72b2b63e56f7c5bd8)) (@StarpTech)
12+
713
## [0.203.1](https://github.com/wundergraph/cosmo/compare/controlplane@0.203.0...controlplane@0.203.1) (2026-03-13)
814

915
**Note:** Version bump only for package controlplane

controlplane/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "controlplane",
3-
"version": "0.203.1",
3+
"version": "0.204.0",
44
"private": true,
55
"description": "WunderGraph Cosmo Controlplane",
66
"type": "module",

router/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
# [0.293.0](https://github.com/wundergraph/cosmo/compare/router@0.292.0...router@0.293.0) (2026-03-16)
8+
9+
### Features
10+
11+
* add cache hit statuses to expr context ([#2643](https://github.com/wundergraph/cosmo/issues/2643)) ([4e0213c](https://github.com/wundergraph/cosmo/commit/4e0213ccab91203d5c1b9559db84ccebb540c320)) (@SkArchon)
12+
713
# [0.292.0](https://github.com/wundergraph/cosmo/compare/router@0.291.0...router@0.292.0) (2026-03-13)
814

915
### Bug Fixes

router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "router",
3-
"version": "0.292.0",
3+
"version": "0.293.0",
44
"private": true,
55
"description": "The WunderGraph Router",
66
"keywords": [

0 commit comments

Comments
 (0)