From c6386db28de59188e99576b3475f952d8ae59a79 Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Wed, 23 Oct 2024 11:48:55 +0200 Subject: [PATCH] Release unleash-edge v19.6.1 --- Cargo.lock | 2 +- server/CHANGELOG.md | 48 +++++++++++++++++++++++++++++++++++++++------ server/Cargo.toml | 2 +- 3 files changed, 44 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19becd4c..1e5176f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4150,7 +4150,7 @@ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" [[package]] name = "unleash-edge" -version = "19.6.0" +version = "19.6.1" dependencies = [ "actix-cors", "actix-http", diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md index c4fee471..fd37e512 100644 --- a/server/CHANGELOG.md +++ b/server/CHANGELOG.md @@ -5,8 +5,42 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 19.6.1 (2024-10-23) + +### Chore + + - prepare for release + - Utoipa 5, Yggdrasil 0.13.4 + * chore(deps): Bump to utoipa 5 + + * fix: update cargo-dist to 0.23 + +### Commit Statistics + + + + - 2 commits contributed to the release. + - 6 days passed between releases. + - 2 commits were understood as [conventional](https://www.conventionalcommits.org). + - 1 unique issue was worked on: [#571](https://github.com/Unleash/unleash-edge/issues/571) + +### Commit Details + + + +
view details + + * **[#571](https://github.com/Unleash/unleash-edge/issues/571)** + - Utoipa 5, Yggdrasil 0.13.4 ([`dc6f169`](https://github.com/Unleash/unleash-edge/commit/dc6f169c06aea3505cac0872f50505bd1d70234d)) + * **Uncategorized** + - Prepare for release ([`95a466a`](https://github.com/Unleash/unleash-edge/commit/95a466a028e776af54c0def1b01f2ba503752c87)) +
+ ## 19.6.0 (2024-10-16) + + + ### Chore - prepare for release @@ -18,11 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 be turned off with separate flags - flush metrics on clean shutdown - Support prometheus remote write protocol for metrics - * fix: make sure to post correct registry to vm - - * feat: Add support for remote writing prometheus - - --------- + * fix: make sure to post correct registry to vm +* feat: Add support for remote writing prometheus ### Other @@ -35,7 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 5 commits contributed to the release. + - 6 commits contributed to the release. - 6 days passed between releases. - 5 commits were understood as [conventional](https://www.conventionalcommits.org). - 4 unique issues were worked on: [#548](https://github.com/Unleash/unleash-edge/issues/548), [#563](https://github.com/Unleash/unleash-edge/issues/563), [#564](https://github.com/Unleash/unleash-edge/issues/564), [#565](https://github.com/Unleash/unleash-edge/issues/565) @@ -55,6 +86,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * **[#565](https://github.com/Unleash/unleash-edge/issues/565)** - Internal-backstage endpoints are disableable. ([`b1815f4`](https://github.com/Unleash/unleash-edge/commit/b1815f4e258a1c5acb2cb8d3684515c1248cd345)) * **Uncategorized** + - Release unleash-edge v19.6.0 ([`03364f8`](https://github.com/Unleash/unleash-edge/commit/03364f859be4abef929dd61ab291d81df40549a8)) - Prepare for release ([`97eec07`](https://github.com/Unleash/unleash-edge/commit/97eec07de4fbc9e39fb76c7a35cfc0d1ebdb87a5)) @@ -247,11 +279,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + added feature_toggle_usage_total counter verbose error for instance urls with api suffix + ## 19.3.1 (2024-09-03) @@ -387,6 +421,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --------- - strict and dynamic mode --------- + - strict and dynamic mode + --------- ### Bug Fixes diff --git a/server/Cargo.toml b/server/Cargo.toml index 3de9395c..b00f498f 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://github.com/Unleash/unleash-edge" license = "MIT" name = "unleash-edge" repository = "https://github.com/Unleash/unleash-edge" -version = "19.6.0" +version = "19.6.1" [package.metadata.wix] upgrade-guid = "11E5D83A-3034-48BB-9A84-9F589EBD648C"