Skip to content

Commit c51717a

Browse files
chore: release v20.1.8
1 parent 24d6af1 commit c51717a

File tree

24 files changed

+214
-67
lines changed

24 files changed

+214
-67
lines changed

Cargo.lock

Lines changed: 65 additions & 65 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.7"
7+
version = "20.1.8"
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.8](https://github.com/Unleash/unleash-edge/compare/unleash-edge-delta-v20.1.7...unleash-edge-delta-v20.1.8) - 2026-02-04
11+
12+
### ⚙️ Miscellaneous Tasks
13+
- update Cargo.toml dependencies
14+
1015
## [20.1.7](https://github.com/Unleash/unleash-edge/compare/unleash-edge-delta-v20.1.1...unleash-edge-delta-v20.1.7) - 2026-01-27
1116

1217
### 🚀 Features

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

88
## [Unreleased]
99

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

1231
### ⚙️ 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.8](https://github.com/Unleash/unleash-edge/compare/unleash-edge-streaming-v20.1.7...unleash-edge-streaming-v20.1.8) - 2026-02-04
11+
12+
### ⚙️ Miscellaneous Tasks
13+
- update Cargo.toml dependencies
14+
1015
## [20.1.7](https://github.com/Unleash/unleash-edge/compare/unleash-edge-streaming-v20.1.6...unleash-edge-streaming-v20.1.7) - 2026-01-27
1116

1217
### ⚙️ Miscellaneous Tasks

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

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

88
## [Unreleased]
99

10+
## [20.1.8](https://github.com/Unleash/unleash-edge/compare/unleash-edge-tracing-v20.1.7...unleash-edge-tracing-v20.1.8) - 2026-02-04
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+
- correctly gate tracing test behind enterprise ([#1399](https://github.com/unleash/unleash-edge/issues/1399)) (by @sighphyre) - #1399
18+
19+
### 💼 Other
20+
- added client_id to prometheus exporting ([#1397](https://github.com/unleash/unleash-edge/issues/1397)) (by @chriswk) - #1397
21+
22+
### ⚙️ Miscellaneous Tasks
23+
- release v20.1.7 ([#1315](https://github.com/unleash/unleash-edge/issues/1315)) (by @unleash-bot[bot]) - #1315
24+
25+
### Contributors
26+
27+
* @sighphyre
28+
* @chriswk
29+
* @unleash-bot[bot]
30+
1031
## [20.1.7](https://github.com/Unleash/unleash-edge/compare/unleash-edge-tracing-v20.1.6...unleash-edge-tracing-v20.1.7) - 2026-01-27
1132

1233
### 🚀 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.8](https://github.com/Unleash/unleash-edge/compare/unleash-edge-appstate-v20.1.7...unleash-edge-appstate-v20.1.8) - 2026-02-04
11+
12+
### ⚙️ Miscellaneous Tasks
13+
- update Cargo.toml dependencies
14+
1015
## [20.1.7](https://github.com/Unleash/unleash-edge/compare/unleash-edge-appstate-v20.1.6...unleash-edge-appstate-v20.1.7) - 2026-01-27
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.8](https://github.com/Unleash/unleash-edge/compare/unleash-edge-auth-v20.1.7...unleash-edge-auth-v20.1.8) - 2026-02-04
11+
12+
### ⚙️ Miscellaneous Tasks
13+
- update Cargo.toml dependencies
14+
1015
## [20.1.7](https://github.com/Unleash/unleash-edge/compare/unleash-edge-auth-v20.1.6...unleash-edge-auth-v20.1.7) - 2026-01-27
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.8](https://github.com/Unleash/unleash-edge/compare/unleash-edge-backstage-v20.1.7...unleash-edge-backstage-v20.1.8) - 2026-02-04
11+
12+
### ⚙️ Miscellaneous Tasks
13+
- update Cargo.toml dependencies
14+
1015
## [20.1.7](https://github.com/Unleash/unleash-edge/compare/unleash-edge-backstage-v20.1.6...unleash-edge-backstage-v20.1.7) - 2026-01-27
1116

1217
### ⚙️ Miscellaneous Tasks

0 commit comments

Comments
 (0)