From 855a89c7441a73cb504f148e675ac2e0de0ea66e Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Thu, 4 Jul 2024 14:26:32 +0200 Subject: [PATCH] Release unleash-edge v19.2.0 --- Cargo.lock | 2 +- server/CHANGELOG.md | 64 ++++++++++++++++++++++++++++++++++++++------- server/Cargo.toml | 2 +- 3 files changed, 56 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e61d121..cb0902f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3518,7 +3518,7 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" [[package]] name = "unleash-edge" -version = "19.1.3" +version = "19.2.0" dependencies = [ "actix-cors", "actix-http", diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md index 29cdbae9..1a5adea6 100644 --- a/server/CHANGELOG.md +++ b/server/CHANGELOG.md @@ -5,30 +5,70 @@ 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.2.0 (2024-07-04) + +### Chore + + - add deprecation logs for dynamic behavior + +### Documentation + + - Make README a quickstart and move concept/benchmarking/deploying to separate files + * docs: Split README into multiple sub-files to make main README easier to read + + * Update README in server subfolder + + * Remember to add tokens variable for passing in tokens to edge + + * Update README.md + +### New Features + + - strict behavior + +### Commit Statistics + + + + - 3 commits contributed to the release. + - 42 days passed between releases. + - 3 commits were understood as [conventional](https://www.conventionalcommits.org). + - 3 unique issues were worked on: [#474](https://github.com/Unleash/unleash-edge/issues/474), [#475](https://github.com/Unleash/unleash-edge/issues/475), [#476](https://github.com/Unleash/unleash-edge/issues/476) + +### Commit Details + + + +
view details + + * **[#474](https://github.com/Unleash/unleash-edge/issues/474)** + - Strict behavior ([`9f01201`](https://github.com/Unleash/unleash-edge/commit/9f012016edc2319a36f58f6e132d069f14ceef18)) + * **[#475](https://github.com/Unleash/unleash-edge/issues/475)** + - Make README a quickstart and move concept/benchmarking/deploying to separate files ([`847d112`](https://github.com/Unleash/unleash-edge/commit/847d1124d006724783511f1dce28808434ec650a)) + * **[#476](https://github.com/Unleash/unleash-edge/issues/476)** + - Add deprecation logs for dynamic behavior ([`b62143d`](https://github.com/Unleash/unleash-edge/commit/b62143d5dcaf5b95d99726a4e69eaca8c82b44da)) +
+ ## 19.1.3 (2024-05-23) + + ### Chore - Updated README for release ### Bug Fixes + + - Only replace projects covered by token - * fix: Only replace projects covered by token - - Previously, if the update was empty, we assumed we needed to replace all - stored features. This is not the case. We only need to remove the - projects that are connected to the token we're using for the merge. - - In addition, debug output on `/internal-backstage/tokens` now includes how many features was received in - the update - - ready if no tokens and no features + * fix: Only replace projects covered by token ### Commit Statistics - - 3 commits contributed to the release over the course of 6 calendar days. + - 4 commits contributed to the release over the course of 7 calendar days. - 8 days passed between releases. - 3 commits were understood as [conventional](https://www.conventionalcommits.org). - 2 unique issues were worked on: [#464](https://github.com/Unleash/unleash-edge/issues/464), [#466](https://github.com/Unleash/unleash-edge/issues/466) @@ -44,9 +84,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * **[#466](https://github.com/Unleash/unleash-edge/issues/466)** - Only replace projects covered by token ([`6d434cf`](https://github.com/Unleash/unleash-edge/commit/6d434cfdd6127d1c5c83964b851466ee5936a5c8)) * **Uncategorized** + - Release unleash-edge v19.1.3 ([`fb689df`](https://github.com/Unleash/unleash-edge/commit/fb689dfe6a17acb9188fe705e4f81892827dfdf4)) - Updated README for release ([`6ffe9a9`](https://github.com/Unleash/unleash-edge/commit/6ffe9a953fd1b9b868d4a9b62bdf2df45b5a901b)) + +Previously, if the update was empty, we assumed we needed to replace allstored features. This is not the case. We only need to remove theprojects that are connected to the token we’re using for the merge.In addition, debug output on /internal-backstage/tokens now includes how many features was received inthe update ready if no tokens and no features + ## 19.1.2 (2024-05-14) ### Bug Fixes diff --git a/server/Cargo.toml b/server/Cargo.toml index d64df64e..b1f0ae32 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.1.3" +version = "19.2.0" [package.metadata.wix] upgrade-guid = "11E5D83A-3034-48BB-9A84-9F589EBD648C"