Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
403 changes: 208 additions & 195 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "3"
members = ["crates/oss/*", "crates/enterprise/*"]

[workspace.package]
version = "20.1.10"
version = "20.1.11"
authors = [
"Unleash developers <team@getunleash.io>",
"Christopher Kolstad <chriswk@getunleash.io>",
Expand Down
9 changes: 9 additions & 0 deletions crates/enterprise/unleash-edge-delta/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [20.1.11](https://github.com/Unleash/unleash-edge/compare/unleash-edge-delta-v20.1.1...unleash-edge-delta-v20.1.11) - 2026-03-13

### 🐛 Bug Fixes
- sort segments after adding or removing them ([#1454](https://github.com/unleash/unleash-edge/issues/1454)) (by @gastonfournier) - #1454

### Contributors

* @gastonfournier

## [20.1.10](https://github.com/Unleash/unleash-edge/compare/unleash-edge-delta-v20.1.9...unleash-edge-delta-v20.1.10) - 2026-02-24

### ⚙️ Miscellaneous Tasks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ axum-test = { workspace = true }
pretty_assertions = { workspace = true }
test-case = { workspace = true }
tracing-test = { workspace = true }
unleash-edge = { path = "../../oss/unleash-edge", version = "20.1.10", features = ["enterprise"] }
unleash-edge = { path = "../../oss/unleash-edge", version = "20.1.11", features = ["enterprise"] }
unleash-edge-persistence = { workspace = true }
async-trait = { workspace = true }
ahash = { workspace = true }
22 changes: 22 additions & 0 deletions crates/enterprise/unleash-edge-enterprise/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [20.1.11](https://github.com/Unleash/unleash-edge/compare/unleash-edge-enterprise-v20.1.10...unleash-edge-enterprise-v20.1.11) - 2026-03-13

### ⚙️ Miscellaneous Tasks
- release v20.1.10 ([#1452](https://github.com/unleash/unleash-edge/issues/1452)) (by @unleash-bot[bot]) - #1452
- release v20.1.9 ([#1441](https://github.com/unleash/unleash-edge/issues/1441)) (by @unleash-bot[bot]) - #1441
- release v20.1.8 ([#1415](https://github.com/unleash/unleash-edge/issues/1415)) (by @unleash-bot[bot]) - #1415
- release v20.1.7 ([#1315](https://github.com/unleash/unleash-edge/issues/1315)) (by @unleash-bot[bot]) - #1315
- release v20.1.6 ([#1302](https://github.com/unleash/unleash-edge/issues/1302)) (by @unleash-bot[bot]) - #1302
- add enterprise license ([#1307](https://github.com/unleash/unleash-edge/issues/1307)) (by @nunogois) - #1307
- release v20.1.5 ([#1291](https://github.com/unleash/unleash-edge/issues/1291)) (by @unleash-bot[bot]) - #1291
- release v20.1.4 ([#1283](https://github.com/unleash/unleash-edge/issues/1283)) (by @unleash-bot[bot]) - #1283
- release v20.1.3 ([#1278](https://github.com/unleash/unleash-edge/issues/1278)) (by @unleash-bot[bot]) - #1278
- release v20.1.2 ([#1265](https://github.com/unleash/unleash-edge/issues/1265)) (by @unleash-bot[bot]) - #1265
- release v20.1.1 ([#1214](https://github.com/unleash/unleash-edge/issues/1214)) (by @unleash-bot[bot]) - #1214
- move enterprise features to their own folder ([#1254](https://github.com/unleash/unleash-edge/issues/1254)) (by @sighphyre) - #1254

### Contributors

* @unleash-bot[bot]
* @nunogois
* @sighphyre

## [20.1.10](https://github.com/Unleash/unleash-edge/compare/unleash-edge-enterprise-v20.1.9...unleash-edge-enterprise-v20.1.10) - 2026-02-24

### ⚙️ Miscellaneous Tasks
Expand Down
5 changes: 5 additions & 0 deletions crates/enterprise/unleash-edge-streaming/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [20.1.11](https://github.com/Unleash/unleash-edge/compare/unleash-edge-streaming-v20.1.10...unleash-edge-streaming-v20.1.11) - 2026-03-13

### ⚙️ Miscellaneous Tasks
- update Cargo.toml dependencies

## [20.1.10](https://github.com/Unleash/unleash-edge/compare/unleash-edge-streaming-v20.1.9...unleash-edge-streaming-v20.1.10) - 2026-02-24

### ⚙️ Miscellaneous Tasks
Expand Down
26 changes: 26 additions & 0 deletions crates/enterprise/unleash-edge-tracing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [20.1.11](https://github.com/Unleash/unleash-edge/compare/unleash-edge-tracing-v20.1.10...unleash-edge-tracing-v20.1.11) - 2026-03-13

### 🚀 Features
- add revisionId to things updated by refreshers ([#1378](https://github.com/unleash/unleash-edge/issues/1378)) (by @chriswk) - #1378
- add Opentelemetry tracing support to enterprise ([#1372](https://github.com/unleash/unleash-edge/issues/1372)) (by @chriswk) - #1372

### 🐛 Bug Fixes
- make clippy work again on CI ([#1432](https://github.com/unleash/unleash-edge/issues/1432)) (by @sighphyre) - #1432
- correctly gate tracing test behind enterprise ([#1399](https://github.com/unleash/unleash-edge/issues/1399)) (by @sighphyre) - #1399

### 💼 Other
- added client_id to prometheus exporting ([#1397](https://github.com/unleash/unleash-edge/issues/1397)) (by @chriswk) - #1397

### ⚙️ Miscellaneous Tasks
- release v20.1.10 ([#1452](https://github.com/unleash/unleash-edge/issues/1452)) (by @unleash-bot[bot]) - #1452
- initial work on no longer using CliArgs longer than we need ([#1451](https://github.com/unleash/unleash-edge/issues/1451)) (by @chriswk) - #1451
- release v20.1.9 ([#1441](https://github.com/unleash/unleash-edge/issues/1441)) (by @unleash-bot[bot]) - #1441
- release v20.1.8 ([#1415](https://github.com/unleash/unleash-edge/issues/1415)) (by @unleash-bot[bot]) - #1415
- release v20.1.7 ([#1315](https://github.com/unleash/unleash-edge/issues/1315)) (by @unleash-bot[bot]) - #1315

### Contributors

* @unleash-bot[bot]
* @chriswk
* @sighphyre

## [20.1.10](https://github.com/Unleash/unleash-edge/compare/unleash-edge-tracing-v20.1.9...unleash-edge-tracing-v20.1.10) - 2026-02-24

### 🚀 Features
Expand Down
5 changes: 5 additions & 0 deletions crates/oss/unleash-edge-appstate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [20.1.11](https://github.com/Unleash/unleash-edge/compare/unleash-edge-appstate-v20.1.10...unleash-edge-appstate-v20.1.11) - 2026-03-13

### ⚙️ Miscellaneous Tasks
- update Cargo.toml dependencies

## [20.1.10](https://github.com/Unleash/unleash-edge/compare/unleash-edge-appstate-v20.1.9...unleash-edge-appstate-v20.1.10) - 2026-02-24

### ⚙️ Miscellaneous Tasks
Expand Down
5 changes: 5 additions & 0 deletions crates/oss/unleash-edge-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [20.1.11](https://github.com/Unleash/unleash-edge/compare/unleash-edge-auth-v20.1.10...unleash-edge-auth-v20.1.11) - 2026-03-13

### ⚙️ Miscellaneous Tasks
- update Cargo.toml dependencies

## [20.1.10](https://github.com/Unleash/unleash-edge/compare/unleash-edge-auth-v20.1.9...unleash-edge-auth-v20.1.10) - 2026-02-24

### ⚙️ Miscellaneous Tasks
Expand Down
5 changes: 5 additions & 0 deletions crates/oss/unleash-edge-backstage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [20.1.11](https://github.com/Unleash/unleash-edge/compare/unleash-edge-backstage-v20.1.10...unleash-edge-backstage-v20.1.11) - 2026-03-13

### ⚙️ Miscellaneous Tasks
- update Cargo.toml dependencies

## [20.1.10](https://github.com/Unleash/unleash-edge/compare/unleash-edge-backstage-v20.1.9...unleash-edge-backstage-v20.1.10) - 2026-02-24

### ⚙️ Miscellaneous Tasks
Expand Down
5 changes: 5 additions & 0 deletions crates/oss/unleash-edge-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [20.1.11](https://github.com/Unleash/unleash-edge/compare/unleash-edge-cli-v20.1.10...unleash-edge-cli-v20.1.11) - 2026-03-13

### ⚙️ Miscellaneous Tasks
- update Cargo.toml dependencies

## [20.1.10](https://github.com/Unleash/unleash-edge/compare/unleash-edge-cli-v20.1.9...unleash-edge-cli-v20.1.10) - 2026-02-24

### ⚙️ Miscellaneous Tasks
Expand Down
5 changes: 5 additions & 0 deletions crates/oss/unleash-edge-client-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [20.1.11](https://github.com/Unleash/unleash-edge/compare/unleash-edge-client-api-v20.1.10...unleash-edge-client-api-v20.1.11) - 2026-03-13

### ⚙️ Miscellaneous Tasks
- update Cargo.toml dependencies

## [20.1.10](https://github.com/Unleash/unleash-edge/compare/unleash-edge-client-api-v20.1.9...unleash-edge-client-api-v20.1.10) - 2026-02-24

### ⚙️ Miscellaneous Tasks
Expand Down
5 changes: 5 additions & 0 deletions crates/oss/unleash-edge-edge-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [20.1.11](https://github.com/Unleash/unleash-edge/compare/unleash-edge-edge-api-v20.1.10...unleash-edge-edge-api-v20.1.11) - 2026-03-13

### ⚙️ Miscellaneous Tasks
- update Cargo.toml dependencies

## [20.1.10](https://github.com/Unleash/unleash-edge/compare/unleash-edge-edge-api-v20.1.9...unleash-edge-edge-api-v20.1.10) - 2026-02-24

### ⚙️ Miscellaneous Tasks
Expand Down
5 changes: 5 additions & 0 deletions crates/oss/unleash-edge-feature-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [20.1.11](https://github.com/Unleash/unleash-edge/compare/unleash-edge-feature-cache-v20.1.10...unleash-edge-feature-cache-v20.1.11) - 2026-03-13

### ⚙️ Miscellaneous Tasks
- update Cargo.toml dependencies

## [20.1.10](https://github.com/Unleash/unleash-edge/compare/unleash-edge-feature-cache-v20.1.9...unleash-edge-feature-cache-v20.1.10) - 2026-02-24

### ⚙️ Miscellaneous Tasks
Expand Down
5 changes: 5 additions & 0 deletions crates/oss/unleash-edge-feature-filters/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [20.1.11](https://github.com/Unleash/unleash-edge/compare/unleash-edge-feature-filters-v20.1.10...unleash-edge-feature-filters-v20.1.11) - 2026-03-13

### ⚙️ Miscellaneous Tasks
- update Cargo.toml dependencies

## [20.1.10](https://github.com/Unleash/unleash-edge/compare/unleash-edge-feature-filters-v20.1.9...unleash-edge-feature-filters-v20.1.10) - 2026-02-24

### ⚙️ Miscellaneous Tasks
Expand Down
5 changes: 5 additions & 0 deletions crates/oss/unleash-edge-feature-refresh/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [20.1.11](https://github.com/Unleash/unleash-edge/compare/unleash-edge-feature-refresh-v20.1.10...unleash-edge-feature-refresh-v20.1.11) - 2026-03-13

### ⚙️ Miscellaneous Tasks
- update Cargo.toml dependencies

## [20.1.10](https://github.com/Unleash/unleash-edge/compare/unleash-edge-feature-refresh-v20.1.9...unleash-edge-feature-refresh-v20.1.10) - 2026-02-24

### ⚙️ Miscellaneous Tasks
Expand Down
5 changes: 5 additions & 0 deletions crates/oss/unleash-edge-frontend-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [20.1.11](https://github.com/Unleash/unleash-edge/compare/unleash-edge-frontend-api-v20.1.10...unleash-edge-frontend-api-v20.1.11) - 2026-03-13

### ⚙️ Miscellaneous Tasks
- update Cargo.toml dependencies

## [20.1.10](https://github.com/Unleash/unleash-edge/compare/unleash-edge-frontend-api-v20.1.9...unleash-edge-frontend-api-v20.1.10) - 2026-02-24

### ⚙️ Miscellaneous Tasks
Expand Down
5 changes: 5 additions & 0 deletions crates/oss/unleash-edge-http-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [20.1.11](https://github.com/Unleash/unleash-edge/compare/unleash-edge-http-client-v20.1.10...unleash-edge-http-client-v20.1.11) - 2026-03-13

### ⚙️ Miscellaneous Tasks
- update Cargo.toml dependencies

## [20.1.10](https://github.com/Unleash/unleash-edge/compare/unleash-edge-http-client-v20.1.1...unleash-edge-http-client-v20.1.10) - 2026-02-24

### ⚙️ Miscellaneous Tasks
Expand Down
5 changes: 5 additions & 0 deletions crates/oss/unleash-edge-metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [20.1.11](https://github.com/Unleash/unleash-edge/compare/unleash-edge-metrics-v20.1.10...unleash-edge-metrics-v20.1.11) - 2026-03-13

### ⚙️ Miscellaneous Tasks
- update Cargo.toml dependencies

## [20.1.10](https://github.com/Unleash/unleash-edge/compare/unleash-edge-metrics-v20.1.0...unleash-edge-metrics-v20.1.10) - 2026-02-24

### ⚙️ Miscellaneous Tasks
Expand Down
5 changes: 5 additions & 0 deletions crates/oss/unleash-edge-offline/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [20.1.11](https://github.com/Unleash/unleash-edge/compare/unleash-edge-offline-v20.1.10...unleash-edge-offline-v20.1.11) - 2026-03-13

### ⚙️ Miscellaneous Tasks
- update Cargo.toml dependencies

## [20.1.10](https://github.com/Unleash/unleash-edge/compare/unleash-edge-offline-v20.1.9...unleash-edge-offline-v20.1.10) - 2026-02-24

### ⚙️ Miscellaneous Tasks
Expand Down
5 changes: 5 additions & 0 deletions crates/oss/unleash-edge-persistence/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [20.1.11](https://github.com/Unleash/unleash-edge/compare/unleash-edge-persistence-v20.1.10...unleash-edge-persistence-v20.1.11) - 2026-03-13

### ⚙️ Miscellaneous Tasks
- update Cargo.toml dependencies

## [20.1.10](https://github.com/Unleash/unleash-edge/compare/unleash-edge-persistence-v20.1.9...unleash-edge-persistence-v20.1.10) - 2026-02-24

### ⚙️ Miscellaneous Tasks
Expand Down
5 changes: 5 additions & 0 deletions crates/oss/unleash-edge-request-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [20.1.11](https://github.com/Unleash/unleash-edge/compare/unleash-edge-request-logger-v20.1.10...unleash-edge-request-logger-v20.1.11) - 2026-03-13

### ⚙️ Miscellaneous Tasks
- update Cargo.toml dependencies

## [20.1.10](https://github.com/Unleash/unleash-edge/compare/unleash-edge-request-logger-v20.1.9...unleash-edge-request-logger-v20.1.10) - 2026-02-24

### ⚙️ Miscellaneous Tasks
Expand Down
5 changes: 5 additions & 0 deletions crates/oss/unleash-edge-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [20.1.11](https://github.com/Unleash/unleash-edge/compare/unleash-edge-types-v20.1.10...unleash-edge-types-v20.1.11) - 2026-03-13

### ⚙️ Miscellaneous Tasks
- update Cargo.toml dependencies

## [20.1.10](https://github.com/Unleash/unleash-edge/compare/unleash-edge-types-v20.1.9...unleash-edge-types-v20.1.10) - 2026-02-24

### ⚙️ Miscellaneous Tasks
Expand Down
5 changes: 5 additions & 0 deletions crates/oss/unleash-edge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [20.1.11](https://github.com/Unleash/unleash-edge/compare/unleash-edge-v20.1.10...unleash-edge-v20.1.11) - 2026-03-13

### ⚙️ Miscellaneous Tasks
- update Cargo.toml dependencies

## [20.1.10](https://github.com/Unleash/unleash-edge/compare/unleash-edge-v20.1.0...unleash-edge-v20.1.10) - 2026-02-24

### ⚙️ Miscellaneous Tasks
Expand Down
Loading