diff --git a/Cargo.lock b/Cargo.lock
index 8ed071dc..57834013 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3066,7 +3066,7 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
[[package]]
name = "unleash-edge"
-version = "18.0.1"
+version = "19.0.0"
dependencies = [
"actix-cors",
"actix-http",
diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md
index 153fb2bb..5fda0ed0 100644
--- a/server/CHANGELOG.md
+++ b/server/CHANGELOG.md
@@ -5,8 +5,40 @@ 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.0.0 (2024-04-25)
+
+### Bug Fixes
+
+ - bump unleash types so that impression data is correctly camelcased
+ - Removed /edge/metrics and logic for posting to /edge/metrics
+ * Added notes about 5.9.0
+
+### Commit Statistics
+
+
+
+ - 2 commits contributed to the release over the course of 29 calendar days.
+ - 42 days passed between releases.
+ - 2 commits were understood as [conventional](https://www.conventionalcommits.org).
+ - 2 unique issues were worked on: [#446](https://github.com/Unleash/unleash-edge/issues/446), [#449](https://github.com/Unleash/unleash-edge/issues/449)
+
+### Commit Details
+
+
+
+view details
+
+ * **[#446](https://github.com/Unleash/unleash-edge/issues/446)**
+ - Removed /edge/metrics and logic for posting to /edge/metrics ([`9590344`](https://github.com/Unleash/unleash-edge/commit/959034463da4a37ea24392a70882b89ad8f58029))
+ * **[#449](https://github.com/Unleash/unleash-edge/issues/449)**
+ - Bump unleash types so that impression data is correctly camelcased ([`550dd72`](https://github.com/Unleash/unleash-edge/commit/550dd720e56267c6cac37f77ecb942facdd3722a))
+
+
## 18.0.1 (2024-03-14)
+
+
+
### Chore
- prepare for readmes for release
@@ -34,6 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Bug Fixes
+
+
- handle incoming requests on the api level
Update all endpoints of the frontend_api to accept top-level properties.
@@ -43,17 +77,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The tests check:
- - /api/frontend/features/:feature (/api/proxy/features/:feature uses the same impl under the hood, so I've not tested that explicitly. Happy to change that though.
- - GET /api/{frontend,proxy}(/all)?
- - POST /api/{frontend,proxy) (POST all features function takes an IncomingContext as a parameter, so I'm assuming the serialization here works; can of course add tests for that too)
- - That providing a string as the value of properties yields a 400
- - update rust crate ulid to 1.1.2
+ - /api/frontend/features/:feature (/api/proxy/features/:feature uses the same impl under the hood, so I've not tested that explicitly. Happy to change that though.
+- GET /api/{frontend,proxy}(/all)?
+- POST /api/{frontend,proxy) (POST all features function takes an IncomingContext as a parameter, so I'm assuming the serialization here works; can of course add tests for that too)
+- That providing a string as the value of properties yields a 400
### Commit Statistics
- - 4 commits contributed to the release over the course of 13 calendar days.
+ - 5 commits contributed to the release over the course of 13 calendar days.
- 13 days passed between releases.
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
- 4 unique issues were worked on: [#428](https://github.com/Unleash/unleash-edge/issues/428), [#441](https://github.com/Unleash/unleash-edge/issues/441), [#443](https://github.com/Unleash/unleash-edge/issues/443), [#445](https://github.com/Unleash/unleash-edge/issues/445)
@@ -72,8 +105,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Handle incoming requests on the api level ([`e7258a9`](https://github.com/Unleash/unleash-edge/commit/e7258a9763d1bd9a7fc1c9f38ff2b5c9ab2c6cb9))
* **[#445](https://github.com/Unleash/unleash-edge/issues/445)**
- Prepare for readmes for release ([`7099f51`](https://github.com/Unleash/unleash-edge/commit/7099f518250658b3902ce9856e08fede48c00840))
+ * **Uncategorized**
+ - Release unleash-edge v18.0.1 ([`aeadf8b`](https://github.com/Unleash/unleash-edge/commit/aeadf8bfb5424dd146f3a41f99c99a9aba5b92e0))
+
+ update rust crate ulid to 1.1.2
+
## 18.0.0 (2024-02-29)
@@ -160,9 +198,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Prepare for release ([`2d1798e`](https://github.com/Unleash/unleash-edge/commit/2d1798e29af79b7a9625e7a1d1950dc7e5feccba))
-
- add metrics for failed requests
-
## 17.1.0 (2024-01-24)
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 16e5b175..ea315715 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 = "18.0.1"
+version = "19.0.0"
[package.metadata.wix]
upgrade-guid = "11E5D83A-3034-48BB-9A84-9F589EBD648C"