Skip to content

Commit 75017f6

Browse files
chore: release v20.1.7
1 parent fc2480c commit 75017f6

File tree

24 files changed

+412
-226
lines changed

24 files changed

+412
-226
lines changed

Cargo.lock

Lines changed: 244 additions & 223 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.6"
7+
version = "20.1.7"
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.7](https://github.com/Unleash/unleash-edge/compare/unleash-edge-delta-v20.1.1...unleash-edge-delta-v20.1.7) - 2026-01-27
11+
12+
### 🚀 Features
13+
- add revisionId to things updated by refreshers ([#1378](https://github.com/unleash/unleash-edge/issues/1378)) (by @chriswk) - #1378
14+
15+
### Contributors
16+
17+
* @chriswk
18+
1019
## [20.1.2](https://github.com/Unleash/unleash-edge/compare/unleash-edge-delta-v20.1.1...unleash-edge-delta-v20.1.2) - 2025-11-05
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.6", features = ["enterprise"] }
45+
unleash-edge = { path = "../../oss/unleash-edge", version = "20.1.7", 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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [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
11+
12+
### ⚙️ Miscellaneous Tasks
13+
- release v20.1.6 ([#1302](https://github.com/unleash/unleash-edge/issues/1302)) (by @unleash-bot[bot]) - #1302
14+
- add enterprise license ([#1307](https://github.com/unleash/unleash-edge/issues/1307)) (by @nunogois) - #1307
15+
- release v20.1.5 ([#1291](https://github.com/unleash/unleash-edge/issues/1291)) (by @unleash-bot[bot]) - #1291
16+
- release v20.1.4 ([#1283](https://github.com/unleash/unleash-edge/issues/1283)) (by @unleash-bot[bot]) - #1283
17+
- release v20.1.3 ([#1278](https://github.com/unleash/unleash-edge/issues/1278)) (by @unleash-bot[bot]) - #1278
18+
- release v20.1.2 ([#1265](https://github.com/unleash/unleash-edge/issues/1265)) (by @unleash-bot[bot]) - #1265
19+
- release v20.1.1 ([#1214](https://github.com/unleash/unleash-edge/issues/1214)) (by @unleash-bot[bot]) - #1214
20+
- move enterprise features to their own folder ([#1254](https://github.com/unleash/unleash-edge/issues/1254)) (by @sighphyre) - #1254
21+
22+
### Contributors
23+
24+
* @unleash-bot[bot]
25+
* @nunogois
26+
* @sighphyre
27+
1028
## [20.1.6](https://github.com/Unleash/unleash-edge/compare/unleash-edge-enterprise-v20.1.5...unleash-edge-enterprise-v20.1.6) - 2025-11-27
1129

1230
### ⚙️ 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.7](https://github.com/Unleash/unleash-edge/compare/unleash-edge-streaming-v20.1.6...unleash-edge-streaming-v20.1.7) - 2026-01-27
11+
12+
### ⚙️ Miscellaneous Tasks
13+
- update Cargo.toml dependencies
14+
1015
## [20.1.5](https://github.com/Unleash/unleash-edge/compare/unleash-edge-streaming-v20.1.4...unleash-edge-streaming-v20.1.5) - 2025-11-20
1116

1217
### ⚙️ Miscellaneous Tasks
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [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
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+
### Contributors
17+
18+
* @chriswk

crates/enterprise/unleash-edge-tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ unleash-edge-types = { workspace = true }
2525

2626

2727
[dev-dependencies]
28-
clap = { workspace = true }
28+
clap = { workspace = true }

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

1217
### ⚙️ Miscellaneous Tasks

0 commit comments

Comments
 (0)