From c28ca3f2a26557da6431c1a9f56941ec99388342 Mon Sep 17 00:00:00 2001 From: sighphyre Date: Fri, 12 May 2023 15:46:14 +0200 Subject: [PATCH] Release unleash-edge v4.0.1 --- Cargo.lock | 2 +- server/CHANGELOG.md | 33 ++++++++++++++++++++++++++++++++- server/Cargo.toml | 2 +- 3 files changed, 34 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a477f47d..40b1af28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3018,7 +3018,7 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" [[package]] name = "unleash-edge" -version = "4.0.0" +version = "4.0.1" dependencies = [ "actix-cors", "actix-http", diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md index 1cd14754..1fcbc2ae 100644 --- a/server/CHANGELOG.md +++ b/server/CHANGELOG.md @@ -5,8 +5,38 @@ 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). +## 4.0.1 (2023-05-12) + +### Chore + + - allow output from bad requests to respond with the error rather than just the status code + - output logs for any response from feature query in debug output + +### Commit Statistics + + + + - 2 commits contributed to the release. + - 1 day passed between releases. + - 2 commits were understood as [conventional](https://www.conventionalcommits.org). + - 2 unique issues were worked on: [#184](https://github.com/Unleash/unleash-edge/issues/184), [#185](https://github.com/Unleash/unleash-edge/issues/185) + +### Commit Details + + + +
view details + + * **[#184](https://github.com/Unleash/unleash-edge/issues/184)** + - Allow output from bad requests to respond with the error rather than just the status code ([`4984c3e`](https://github.com/Unleash/unleash-edge/commit/4984c3eb039837f0bdfa85f94e8129a03b2675a4)) + * **[#185](https://github.com/Unleash/unleash-edge/issues/185)** + - Output logs for any response from feature query in debug output ([`5b821f8`](https://github.com/Unleash/unleash-edge/commit/5b821f831db0dd6d4e4c5affd36624c0929268af)) +
+ ## 4.0.0 (2023-05-11) + + ### New Features - Add more visible info and warn logging for http errors @@ -23,7 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 3 commits contributed to the release. + - 4 commits contributed to the release. - 6 days passed between releases. - 3 commits were understood as [conventional](https://www.conventionalcommits.org). - 2 unique issues were worked on: [#171](https://github.com/Unleash/unleash-edge/issues/171), [#182](https://github.com/Unleash/unleash-edge/issues/182) @@ -39,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * **[#182](https://github.com/Unleash/unleash-edge/issues/182)** - Add more visible info and warn logging for http errors ([`7265628`](https://github.com/Unleash/unleash-edge/commit/72656280a07c2d2c7729f9f25e9894f22f276ae5)) * **Uncategorized** + - Release unleash-edge v4.0.0 ([`7d43885`](https://github.com/Unleash/unleash-edge/commit/7d438852ba3ea4f3a1fbef2359a5398a8aa6da22)) - Prepare for 4.0.0 release ([`b5930bc`](https://github.com/Unleash/unleash-edge/commit/b5930bcc55d9e241b1fe29002d5cfb8f9191407f)) diff --git a/server/Cargo.toml b/server/Cargo.toml index 240df6ee..dbd88a9d 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 = "4.0.0" +version = "4.0.1" [dependencies] actix-cors = "0.6.4"