Skip to content

Commit fc5f156

Browse files
chore: release v20.1.11
1 parent db13e01 commit fc5f156

File tree

24 files changed

+357
-197
lines changed

24 files changed

+357
-197
lines changed

Cargo.lock

Lines changed: 208 additions & 195 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "3"
44
members = ["crates/oss/*", "crates/enterprise/*"]
55

66
[workspace.package]
7-
version = "20.1.10"
7+
version = "20.1.11"
88
authors = [
99
"Unleash developers <team@getunleash.io>",
1010
"Christopher Kolstad <chriswk@getunleash.io>",

crates/enterprise/unleash-edge-delta/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [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
11+
12+
### 🐛 Bug Fixes
13+
- sort segments after adding or removing them ([#1454](https://github.com/unleash/unleash-edge/issues/1454)) (by @gastonfournier) - #1454
14+
15+
### Contributors
16+
17+
* @gastonfournier
18+
1019
## [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
1120

1221
### ⚙️ Miscellaneous Tasks

crates/enterprise/unleash-edge-enterprise-integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ axum-test = { workspace = true }
4242
pretty_assertions = { workspace = true }
4343
test-case = { workspace = true }
4444
tracing-test = { workspace = true }
45-
unleash-edge = { path = "../../oss/unleash-edge", version = "20.1.10", features = ["enterprise"] }
45+
unleash-edge = { path = "../../oss/unleash-edge", version = "20.1.11", features = ["enterprise"] }
4646
unleash-edge-persistence = { workspace = true }
4747
async-trait = { workspace = true }
4848
ahash = { workspace = true }

crates/enterprise/unleash-edge-enterprise/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [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
11+
12+
### ⚙️ Miscellaneous Tasks
13+
- release v20.1.10 ([#1452](https://github.com/unleash/unleash-edge/issues/1452)) (by @unleash-bot[bot]) - #1452
14+
- release v20.1.9 ([#1441](https://github.com/unleash/unleash-edge/issues/1441)) (by @unleash-bot[bot]) - #1441
15+
- release v20.1.8 ([#1415](https://github.com/unleash/unleash-edge/issues/1415)) (by @unleash-bot[bot]) - #1415
16+
- release v20.1.7 ([#1315](https://github.com/unleash/unleash-edge/issues/1315)) (by @unleash-bot[bot]) - #1315
17+
- release v20.1.6 ([#1302](https://github.com/unleash/unleash-edge/issues/1302)) (by @unleash-bot[bot]) - #1302
18+
- add enterprise license ([#1307](https://github.com/unleash/unleash-edge/issues/1307)) (by @nunogois) - #1307
19+
- release v20.1.5 ([#1291](https://github.com/unleash/unleash-edge/issues/1291)) (by @unleash-bot[bot]) - #1291
20+
- release v20.1.4 ([#1283](https://github.com/unleash/unleash-edge/issues/1283)) (by @unleash-bot[bot]) - #1283
21+
- release v20.1.3 ([#1278](https://github.com/unleash/unleash-edge/issues/1278)) (by @unleash-bot[bot]) - #1278
22+
- release v20.1.2 ([#1265](https://github.com/unleash/unleash-edge/issues/1265)) (by @unleash-bot[bot]) - #1265
23+
- release v20.1.1 ([#1214](https://github.com/unleash/unleash-edge/issues/1214)) (by @unleash-bot[bot]) - #1214
24+
- move enterprise features to their own folder ([#1254](https://github.com/unleash/unleash-edge/issues/1254)) (by @sighphyre) - #1254
25+
26+
### Contributors
27+
28+
* @unleash-bot[bot]
29+
* @nunogois
30+
* @sighphyre
31+
1032
## [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
1133

1234
### ⚙️ Miscellaneous Tasks

crates/enterprise/unleash-edge-streaming/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [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
11+
12+
### ⚙️ Miscellaneous Tasks
13+
- update Cargo.toml dependencies
14+
1015
## [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
1116

1217
### ⚙️ Miscellaneous Tasks

crates/enterprise/unleash-edge-tracing/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [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
11+
12+
### 🚀 Features
13+
- add revisionId to things updated by refreshers ([#1378](https://github.com/unleash/unleash-edge/issues/1378)) (by @chriswk) - #1378
14+
- add Opentelemetry tracing support to enterprise ([#1372](https://github.com/unleash/unleash-edge/issues/1372)) (by @chriswk) - #1372
15+
16+
### 🐛 Bug Fixes
17+
- make clippy work again on CI ([#1432](https://github.com/unleash/unleash-edge/issues/1432)) (by @sighphyre) - #1432
18+
- correctly gate tracing test behind enterprise ([#1399](https://github.com/unleash/unleash-edge/issues/1399)) (by @sighphyre) - #1399
19+
20+
### 💼 Other
21+
- added client_id to prometheus exporting ([#1397](https://github.com/unleash/unleash-edge/issues/1397)) (by @chriswk) - #1397
22+
23+
### ⚙️ Miscellaneous Tasks
24+
- release v20.1.10 ([#1452](https://github.com/unleash/unleash-edge/issues/1452)) (by @unleash-bot[bot]) - #1452
25+
- initial work on no longer using CliArgs longer than we need ([#1451](https://github.com/unleash/unleash-edge/issues/1451)) (by @chriswk) - #1451
26+
- release v20.1.9 ([#1441](https://github.com/unleash/unleash-edge/issues/1441)) (by @unleash-bot[bot]) - #1441
27+
- release v20.1.8 ([#1415](https://github.com/unleash/unleash-edge/issues/1415)) (by @unleash-bot[bot]) - #1415
28+
- release v20.1.7 ([#1315](https://github.com/unleash/unleash-edge/issues/1315)) (by @unleash-bot[bot]) - #1315
29+
30+
### Contributors
31+
32+
* @unleash-bot[bot]
33+
* @chriswk
34+
* @sighphyre
35+
1036
## [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
1137

1238
### 🚀 Features

crates/oss/unleash-edge-appstate/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [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
11+
12+
### ⚙️ Miscellaneous Tasks
13+
- update Cargo.toml dependencies
14+
1015
## [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
1116

1217
### ⚙️ Miscellaneous Tasks

crates/oss/unleash-edge-auth/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [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
11+
12+
### ⚙️ Miscellaneous Tasks
13+
- update Cargo.toml dependencies
14+
1015
## [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
1116

1217
### ⚙️ Miscellaneous Tasks

crates/oss/unleash-edge-backstage/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [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
11+
12+
### ⚙️ Miscellaneous Tasks
13+
- update Cargo.toml dependencies
14+
1015
## [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
1116

1217
### ⚙️ Miscellaneous Tasks

0 commit comments

Comments
 (0)