Skip to content

Commit a1c2ff1

Browse files
chore: release v20.1.2 (#1265)
Co-authored-by: unleash-bot[bot] <194219037+unleash-bot[bot]@users.noreply.github.com>
1 parent 0d8d511 commit a1c2ff1

File tree

17 files changed

+133
-57
lines changed

17 files changed

+133
-57
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 21 additions & 21 deletions
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.1"
7+
version = "20.1.2"
88
authors = [
99
"Unleash developers <team@getunleash.io>",
1010
"Christopher Kolstad <chriswk@getunleash.io>",
@@ -84,26 +84,26 @@ tracing-subscriber = { version = "0.3.20", features = ["env-filter", "json"] }
8484
tracing-test = { version = "0.2.5" }
8585
traced-test = { version = "1.0.4" }
8686
ulid = { version = "1.2.1", features = ["serde"] }
87-
unleash-edge = { path = "./crates/oss/unleash-edge", version = "20.1.1" }
88-
unleash-edge-appstate = { path = "./crates/oss/unleash-edge-appstate", version = "20.1.1" }
89-
unleash-edge-auth = { path = "./crates/oss/unleash-edge-auth", version = "20.1.1" }
90-
unleash-edge-backstage = { path = "./crates/oss/unleash-edge-backstage", version = "20.1.1" }
91-
unleash-edge-cli = { path = "./crates/oss/unleash-edge-cli", version = "20.1.1" }
92-
unleash-edge-client-api = { path = "./crates/oss/unleash-edge-client-api", version = "20.1.1" }
93-
unleash-edge-delta = { path = "./crates/enterprise/unleash-edge-delta", version = "20.1.1" }
94-
unleash-edge-edge-api = { path = "./crates/oss/unleash-edge-edge-api", version = "20.1.1" }
95-
unleash-edge-enterprise = { path = "./crates/enterprise/unleash-edge-enterprise", version = "20.1.1" }
96-
unleash-edge-feature-cache = { path = "./crates/oss/unleash-edge-feature-cache", version = "20.1.1" }
97-
unleash-edge-feature-filters = { path = "./crates/oss/unleash-edge-feature-filters", version = "20.1.1" }
98-
unleash-edge-feature-refresh = { path = "./crates/oss/unleash-edge-feature-refresh", version = "20.1.1" }
99-
unleash-edge-frontend-api = { path = "./crates/oss/unleash-edge-frontend-api", version = "20.1.1" }
100-
unleash-edge-http-client = { path = "./crates/oss/unleash-edge-http-client", version = "20.1.1" }
101-
unleash-edge-metrics = { path = "./crates/oss/unleash-edge-metrics", version = "20.1.1" }
102-
unleash-edge-offline = { path = "./crates/oss/unleash-edge-offline", version = "20.1.1" }
103-
unleash-edge-persistence = { path = "./crates/oss/unleash-edge-persistence", version = "20.1.1" }
104-
unleash-edge-request-logger = { path = "./crates/oss/unleash-edge-request-logger", version = "20.1.1" }
105-
unleash-edge-streaming = { path = "./crates/enterprise/unleash-edge-streaming", version = "20.1.1" }
106-
unleash-edge-types = { path = "./crates/oss/unleash-edge-types", version = "20.1.1" }
87+
unleash-edge = { path = "./crates/oss/unleash-edge", version = "20.1.2" }
88+
unleash-edge-appstate = { path = "./crates/oss/unleash-edge-appstate", version = "20.1.2" }
89+
unleash-edge-auth = { path = "./crates/oss/unleash-edge-auth", version = "20.1.2" }
90+
unleash-edge-backstage = { path = "./crates/oss/unleash-edge-backstage", version = "20.1.2" }
91+
unleash-edge-cli = { path = "./crates/oss/unleash-edge-cli", version = "20.1.2" }
92+
unleash-edge-client-api = { path = "./crates/oss/unleash-edge-client-api", version = "20.1.2" }
93+
unleash-edge-delta = { path = "./crates/enterprise/unleash-edge-delta", version = "20.1.2" }
94+
unleash-edge-edge-api = { path = "./crates/oss/unleash-edge-edge-api", version = "20.1.2" }
95+
unleash-edge-enterprise = { path = "./crates/enterprise/unleash-edge-enterprise", version = "20.1.2" }
96+
unleash-edge-feature-cache = { path = "./crates/oss/unleash-edge-feature-cache", version = "20.1.2" }
97+
unleash-edge-feature-filters = { path = "./crates/oss/unleash-edge-feature-filters", version = "20.1.2" }
98+
unleash-edge-feature-refresh = { path = "./crates/oss/unleash-edge-feature-refresh", version = "20.1.2" }
99+
unleash-edge-frontend-api = { path = "./crates/oss/unleash-edge-frontend-api", version = "20.1.2" }
100+
unleash-edge-http-client = { path = "./crates/oss/unleash-edge-http-client", version = "20.1.2" }
101+
unleash-edge-metrics = { path = "./crates/oss/unleash-edge-metrics", version = "20.1.2" }
102+
unleash-edge-offline = { path = "./crates/oss/unleash-edge-offline", version = "20.1.2" }
103+
unleash-edge-persistence = { path = "./crates/oss/unleash-edge-persistence", version = "20.1.2" }
104+
unleash-edge-request-logger = { path = "./crates/oss/unleash-edge-request-logger", version = "20.1.2" }
105+
unleash-edge-streaming = { path = "./crates/enterprise/unleash-edge-streaming", version = "20.1.2" }
106+
unleash-edge-types = { path = "./crates/oss/unleash-edge-types", version = "20.1.2" }
107107
unleash-types = { version = "0.15.21", features = ["hashes", "openapi"] }
108108
unleash-yggdrasil = { version = "0.18.1" }
109109
url = { version = "2.5.7" }

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.2](https://github.com/Unleash/unleash-edge/compare/unleash-edge-delta-v20.1.1...unleash-edge-delta-v20.1.2) - 2025-11-05
11+
12+
### ⚙️ Miscellaneous Tasks
13+
- update Cargo.toml dependencies
14+
1015
## [20.1.1](https://github.com/Unleash/unleash-edge/compare/unleash-edge-delta-v20.1.0...unleash-edge-delta-v20.1.1) - 2025-10-31
1116

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

88
## [Unreleased]
99

10+
## [20.1.2](https://github.com/Unleash/unleash-edge/compare/unleash-edge-enterprise-v20.1.1...unleash-edge-enterprise-v20.1.2) - 2025-11-05
11+
12+
### ⚙️ Miscellaneous Tasks
13+
- release v20.1.1 ([#1214](https://github.com/unleash/unleash-edge/issues/1214)) (by @unleash-bot[bot]) - #1214
14+
- move enterprise features to their own folder ([#1254](https://github.com/unleash/unleash-edge/issues/1254)) (by @sighphyre) - #1254
15+
16+
### Contributors
17+
18+
* @unleash-bot[bot]
19+
* @sighphyre
20+
1021
## [20.1.1](https://github.com/Unleash/unleash-edge/compare/unleash-edge-enterprise-v20.1.0...unleash-edge-enterprise-v20.1.1) - 2025-10-31
1122

1223
### ⚙️ 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.2](https://github.com/Unleash/unleash-edge/compare/unleash-edge-streaming-v20.1.1...unleash-edge-streaming-v20.1.2) - 2025-11-05
11+
12+
### ⚙️ Miscellaneous Tasks
13+
- update Cargo.toml dependencies
14+
1015
## [20.1.1](https://github.com/Unleash/unleash-edge/compare/unleash-edge-streaming-v20.1.0...unleash-edge-streaming-v20.1.1) - 2025-10-31
1116

1217
### ⚙️ Miscellaneous Tasks

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.2](https://github.com/Unleash/unleash-edge/compare/unleash-edge-appstate-v20.1.1...unleash-edge-appstate-v20.1.2) - 2025-11-05
11+
12+
### ⚙️ Miscellaneous Tasks
13+
- update Cargo.toml dependencies
14+
1015
## [20.1.1](https://github.com/Unleash/unleash-edge/compare/unleash-edge-appstate-v20.1.0...unleash-edge-appstate-v20.1.1) - 2025-10-31
1116

1217
### ⚙️ Miscellaneous Tasks

0 commit comments

Comments
 (0)