From e0cdb5c7de1c4bf43776f750099072df3a36ae1a Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Wed, 25 Oct 2023 11:52:36 +0200 Subject: [PATCH] Release unleash-edge v14.0.0 --- Cargo.lock | 2 +- server/CHANGELOG.md | 51 +++++++++++++++++++++++++++++++++++++++------ server/Cargo.toml | 2 +- 3 files changed, 47 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90de420c..3b0a20c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3053,7 +3053,7 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" [[package]] name = "unleash-edge" -version = "13.1.0" +version = "14.0.0" dependencies = [ "actix-cors", "actix-http", diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md index 9b51584a..17355d91 100644 --- a/server/CHANGELOG.md +++ b/server/CHANGELOG.md @@ -5,14 +5,51 @@ 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). -## 13.1.0 (2023-10-13) +## 14.0.0 (2023-10-25) + +### Chore + + - remove dotenv and bump ahash to a non-yanked version + - dependencies bump + - bump renovate bot suggestions + - Start work upgrading to opentelemetry 0.20 + +### New Features + + - make edge log bad request information from upstream + +### Commit Statistics + + + + - 5 commits contributed to the release over the course of 8 calendar days. + - 8 days passed between releases. + - 5 commits were understood as [conventional](https://www.conventionalcommits.org). + - 2 unique issues were worked on: [#292](https://github.com/Unleash/unleash-edge/issues/292), [#313](https://github.com/Unleash/unleash-edge/issues/313) + +### Commit Details + + + +
view details + + * **[#292](https://github.com/Unleash/unleash-edge/issues/292)** + - Start work upgrading to opentelemetry 0.20 ([`30958a1`](https://github.com/Unleash/unleash-edge/commit/30958a1cddb86c2abd705b2d4fd36b51037f6879)) + * **[#313](https://github.com/Unleash/unleash-edge/issues/313)** + - Make edge log bad request information from upstream ([`e77ea18`](https://github.com/Unleash/unleash-edge/commit/e77ea1846ae01e9489c048db64c87e53ebdb6fb0)) + * **Uncategorized** + - Remove dotenv and bump ahash to a non-yanked version ([`0bda1cf`](https://github.com/Unleash/unleash-edge/commit/0bda1cfd8fc157c36a3486acc2d949b2fccc15e4)) + - Dependencies bump ([`0c6b33a`](https://github.com/Unleash/unleash-edge/commit/0c6b33a1e011b76fd75618e4ba3cb8a52f7e6c2c)) + - Bump renovate bot suggestions ([`1b4277e`](https://github.com/Unleash/unleash-edge/commit/1b4277e211e8ece600b482fe49544163bcbf5eb9)) +
+ +## 13.1.0 (2023-10-16) ### New Features - add dependent flag capability by bumping yggdrasil - * feat: add dependent flag capability by bumping yggdrasil - - * Update lockfile + * feat: add dependent flag capability by bumping yggdrasil +* Update lockfile ### Bug Fixes @@ -22,8 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 2 commits contributed to the release. - - 1 day passed between releases. + - 3 commits contributed to the release over the course of 2 calendar days. + - 3 days passed between releases. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 2 unique issues were worked on: [#304](https://github.com/Unleash/unleash-edge/issues/304), [#305](https://github.com/Unleash/unleash-edge/issues/305) @@ -37,6 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Move etag middleware to last in chain to ensure it gets added in gziped responses ([`4f2adb7`](https://github.com/Unleash/unleash-edge/commit/4f2adb7f5d6c47dfef2a701d8209c454a8822a3e)) * **[#305](https://github.com/Unleash/unleash-edge/issues/305)** - Add dependent flag capability by bumping yggdrasil ([`db9fb2d`](https://github.com/Unleash/unleash-edge/commit/db9fb2d6624efae325416152e3b0ebe2816f2153)) + * **Uncategorized** + - Release unleash-edge v13.1.0 ([`3c733fc`](https://github.com/Unleash/unleash-edge/commit/3c733fc2beb0095b46e7efc9a08d6c87039f894a)) ## 13.0.2 (2023-10-12) diff --git a/server/Cargo.toml b/server/Cargo.toml index 03dfb6a8..4c71ecf3 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 = "13.1.0" +version = "14.0.0" [dependencies] actix-cors = "0.6.4"