diff --git a/controlplane/CHANGELOG.md b/controlplane/CHANGELOG.md index 93579fff13..1a6d606015 100644 --- a/controlplane/CHANGELOG.md +++ b/controlplane/CHANGELOG.md @@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.121.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.120.2...controlplane@0.121.0) (2025-01-23) + +### Features + +* improve cache warmer ([#1530](https://github.com/wundergraph/cosmo/issues/1530)) ([2e3f0d2](https://github.com/wundergraph/cosmo/commit/2e3f0d2f05f0ecd8c2a39fd1588c5610af22eaed)) (@StarpTech) + ## [0.120.2](https://github.com/wundergraph/cosmo/compare/controlplane@0.120.1...controlplane@0.120.2) (2025-01-19) ### Bug Fixes diff --git a/controlplane/package.json b/controlplane/package.json index 2770228d3d..460806a165 100644 --- a/controlplane/package.json +++ b/controlplane/package.json @@ -1,6 +1,6 @@ { "name": "controlplane", - "version": "0.120.2", + "version": "0.121.0", "private": true, "description": "WunderGraph Cosmo Controlplane", "type": "module", diff --git a/router/CHANGELOG.md b/router/CHANGELOG.md index d079b4977f..33f069f1d4 100644 --- a/router/CHANGELOG.md +++ b/router/CHANGELOG.md @@ -4,6 +4,17 @@ Binaries are attached to the github release otherwise all images can be found [h All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.165.0](https://github.com/wundergraph/cosmo/compare/router@0.164.1...router@0.165.0) (2025-01-23) + +### Bug Fixes + +* **router:** enable health checks during startup ([#1529](https://github.com/wundergraph/cosmo/issues/1529)) ([d56dfb6](https://github.com/wundergraph/cosmo/commit/d56dfb60ec8d8aaa5918816a07008d2d866d8a74)) (@Noroth) + +### Features + +* improve cache warmer ([#1530](https://github.com/wundergraph/cosmo/issues/1530)) ([2e3f0d2](https://github.com/wundergraph/cosmo/commit/2e3f0d2f05f0ecd8c2a39fd1588c5610af22eaed)) (@StarpTech) +* **router:** optimize playground delivery, add concurrency_limit to config ([#1519](https://github.com/wundergraph/cosmo/issues/1519)) ([1d7047b](https://github.com/wundergraph/cosmo/commit/1d7047b7dad07ceda591ae1368d94732c85241c6)) (@df-wg) + ## [0.164.1](https://github.com/wundergraph/cosmo/compare/router@0.164.0...router@0.164.1) (2025-01-20) ### Bug Fixes diff --git a/router/package.json b/router/package.json index 07ee499e7e..9a65d95a7b 100644 --- a/router/package.json +++ b/router/package.json @@ -1,6 +1,6 @@ { "name": "router", - "version": "0.164.1", + "version": "0.165.0", "private": true, "description": "Placeholder package to simplify versioning and releasing with lerna.", "keywords": [ diff --git a/studio/CHANGELOG.md b/studio/CHANGELOG.md index a1bfbba63f..2c40783d4e 100644 --- a/studio/CHANGELOG.md +++ b/studio/CHANGELOG.md @@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.99.0](https://github.com/wundergraph/cosmo/compare/studio@0.98.1...studio@0.99.0) (2025-01-23) + +### Features + +* improve cache warmer ([#1530](https://github.com/wundergraph/cosmo/issues/1530)) ([2e3f0d2](https://github.com/wundergraph/cosmo/commit/2e3f0d2f05f0ecd8c2a39fd1588c5610af22eaed)) (@StarpTech) + ## [0.98.1](https://github.com/wundergraph/cosmo/compare/studio@0.98.0...studio@0.98.1) (2025-01-19) ### Bug Fixes diff --git a/studio/package.json b/studio/package.json index 17d17acb93..3f173e4f3f 100644 --- a/studio/package.json +++ b/studio/package.json @@ -1,6 +1,6 @@ { "name": "studio", - "version": "0.98.1", + "version": "0.99.0", "private": true, "license": "Apache-2.0", "description": "WunderGraph Cosmo Studio",