Skip to content

Commit b4d0102

Browse files
chore: release v20.1.9 (#1441)
Co-authored-by: unleash-bot[bot] <194219037+unleash-bot[bot]@users.noreply.github.com>
1 parent 26d4ed6 commit b4d0102

File tree

24 files changed

+317
-174
lines changed

24 files changed

+317
-174
lines changed

Cargo.lock

Lines changed: 162 additions & 172 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.8"
7+
version = "20.1.9"
88
authors = [
99
"Unleash developers <team@getunleash.io>",
1010
"Christopher Kolstad <chriswk@getunleash.io>",

crates/enterprise/unleash-edge-delta/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.9](https://github.com/Unleash/unleash-edge/compare/unleash-edge-delta-v20.1.8...unleash-edge-delta-v20.1.9) - 2026-02-23
11+
12+
### ⚙️ Miscellaneous Tasks
13+
- update Cargo.toml dependencies
14+
1015
## [20.1.8](https://github.com/Unleash/unleash-edge/compare/unleash-edge-delta-v20.1.1...unleash-edge-delta-v20.1.8) - 2026-02-16
1116

1217
### 🐛 Bug Fixes

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.8", features = ["enterprise"] }
45+
unleash-edge = { path = "../../oss/unleash-edge", version = "20.1.9", 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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [20.1.9](https://github.com/Unleash/unleash-edge/compare/unleash-edge-enterprise-v20.1.8...unleash-edge-enterprise-v20.1.9) - 2026-02-23
11+
12+
### ⚙️ Miscellaneous Tasks
13+
- release v20.1.8 ([#1415](https://github.com/unleash/unleash-edge/issues/1415)) (by @unleash-bot[bot]) - #1415
14+
- release v20.1.7 ([#1315](https://github.com/unleash/unleash-edge/issues/1315)) (by @unleash-bot[bot]) - #1315
15+
- release v20.1.6 ([#1302](https://github.com/unleash/unleash-edge/issues/1302)) (by @unleash-bot[bot]) - #1302
16+
- add enterprise license ([#1307](https://github.com/unleash/unleash-edge/issues/1307)) (by @nunogois) - #1307
17+
- release v20.1.5 ([#1291](https://github.com/unleash/unleash-edge/issues/1291)) (by @unleash-bot[bot]) - #1291
18+
- release v20.1.4 ([#1283](https://github.com/unleash/unleash-edge/issues/1283)) (by @unleash-bot[bot]) - #1283
19+
- release v20.1.3 ([#1278](https://github.com/unleash/unleash-edge/issues/1278)) (by @unleash-bot[bot]) - #1278
20+
- release v20.1.2 ([#1265](https://github.com/unleash/unleash-edge/issues/1265)) (by @unleash-bot[bot]) - #1265
21+
- release v20.1.1 ([#1214](https://github.com/unleash/unleash-edge/issues/1214)) (by @unleash-bot[bot]) - #1214
22+
- move enterprise features to their own folder ([#1254](https://github.com/unleash/unleash-edge/issues/1254)) (by @sighphyre) - #1254
23+
24+
### Contributors
25+
26+
* @unleash-bot[bot]
27+
* @nunogois
28+
* @sighphyre
29+
1030
## [20.1.8](https://github.com/Unleash/unleash-edge/compare/unleash-edge-enterprise-v20.1.7...unleash-edge-enterprise-v20.1.8) - 2026-02-16
1131

1232
### ⚙️ 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.9](https://github.com/Unleash/unleash-edge/compare/unleash-edge-streaming-v20.1.8...unleash-edge-streaming-v20.1.9) - 2026-02-23
11+
12+
### ⚙️ Miscellaneous Tasks
13+
- update Cargo.toml dependencies
14+
1015
## [20.1.8](https://github.com/Unleash/unleash-edge/compare/unleash-edge-streaming-v20.1.0...unleash-edge-streaming-v20.1.8) - 2026-02-16
1116

1217
### 🚀 Features

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

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

88
## [Unreleased]
99

10+
## [20.1.9](https://github.com/Unleash/unleash-edge/compare/unleash-edge-tracing-v20.1.8...unleash-edge-tracing-v20.1.9) - 2026-02-23
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.8 ([#1415](https://github.com/unleash/unleash-edge/issues/1415)) (by @unleash-bot[bot]) - #1415
25+
- release v20.1.7 ([#1315](https://github.com/unleash/unleash-edge/issues/1315)) (by @unleash-bot[bot]) - #1315
26+
27+
### Contributors
28+
29+
* @unleash-bot[bot]
30+
* @sighphyre
31+
* @chriswk
32+
1033
## [20.1.8](https://github.com/Unleash/unleash-edge/compare/unleash-edge-tracing-v20.1.7...unleash-edge-tracing-v20.1.8) - 2026-02-16
1134

1235
### 🚀 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.9](https://github.com/Unleash/unleash-edge/compare/unleash-edge-appstate-v20.1.8...unleash-edge-appstate-v20.1.9) - 2026-02-23
11+
12+
### ⚙️ Miscellaneous Tasks
13+
- update Cargo.toml dependencies
14+
1015
## [20.1.8](https://github.com/Unleash/unleash-edge/compare/unleash-edge-appstate-v20.1.7...unleash-edge-appstate-v20.1.8) - 2026-02-16
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.9](https://github.com/Unleash/unleash-edge/compare/unleash-edge-auth-v20.1.8...unleash-edge-auth-v20.1.9) - 2026-02-23
11+
12+
### ⚙️ Miscellaneous Tasks
13+
- update Cargo.toml dependencies
14+
1015
## [20.1.8](https://github.com/Unleash/unleash-edge/compare/unleash-edge-auth-v20.1.7...unleash-edge-auth-v20.1.8) - 2026-02-16
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.9](https://github.com/Unleash/unleash-edge/compare/unleash-edge-backstage-v20.1.8...unleash-edge-backstage-v20.1.9) - 2026-02-23
11+
12+
### ⚙️ Miscellaneous Tasks
13+
- update Cargo.toml dependencies
14+
1015
## [20.1.8](https://github.com/Unleash/unleash-edge/compare/unleash-edge-backstage-v20.1.7...unleash-edge-backstage-v20.1.8) - 2026-02-16
1116

1217
### ⚙️ Miscellaneous Tasks

0 commit comments

Comments
 (0)