Skip to content

Commit 93640fa

Browse files
authored
chore: release
1 parent 955dc6c commit 93640fa

24 files changed

Lines changed: 128 additions & 40 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@ resolver = "2"
3838

3939
[workspace.dependencies]
4040
# Local dependencies
41-
agntcy-slim = { path = "crates/slim", version = "2.0.0-alpha.2" }
42-
agntcy-slim-auth = { path = "crates/auth", version = "0.11.0" }
43-
agntcy-slim-config = { path = "crates/config", version = "0.12.0" }
44-
agntcy-slim-control-plane = { path = "crates/control-plane", version = "2.0.0-alpha.2" }
45-
agntcy-slim-controller = { path = "crates/controller", version = "0.10.0" }
46-
agntcy-slim-datapath = { path = "crates/datapath", version = "0.16.1" }
47-
agntcy-slim-mls = { path = "crates/mls", version = "0.2.1" }
48-
agntcy-slim-proto = { path = "crates/proto", version = "0.2.0" }
49-
agntcy-slim-service = { path = "crates/service", version = "0.11.0", default-features = false }
50-
agntcy-slim-session = { path = "crates/session", version = "0.5.0" }
51-
agntcy-slim-signal = { path = "crates/signal", version = "0.1.10" }
41+
agntcy-slim = { path = "crates/slim", version = "2.0.0-alpha.3" }
42+
agntcy-slim-auth = { path = "crates/auth", version = "0.11.1" }
43+
agntcy-slim-config = { path = "crates/config", version = "0.12.1" }
44+
agntcy-slim-control-plane = { path = "crates/control-plane", version = "2.0.0-alpha.3" }
45+
agntcy-slim-controller = { path = "crates/controller", version = "0.11.0" }
46+
agntcy-slim-datapath = { path = "crates/datapath", version = "0.16.2" }
47+
agntcy-slim-mls = { path = "crates/mls", version = "0.2.2" }
48+
agntcy-slim-proto = { path = "crates/proto", version = "0.3.0" }
49+
agntcy-slim-service = { path = "crates/service", version = "0.11.1", default-features = false }
50+
agntcy-slim-session = { path = "crates/session", version = "0.5.1" }
51+
agntcy-slim-signal = { path = "crates/signal", version = "0.1.11" }
5252
agntcy-slim-testing = { path = "crates/testing" }
53-
agntcy-slim-tracing = { path = "crates/tracing", version = "0.4.2" }
54-
agntcy-slim-version = { path = "crates/version", version = "2.0.0-alpha.2" }
55-
agntcy-slimctl = { path = "crates/slimctl", version = "2.0.0-alpha.2" }
53+
agntcy-slim-tracing = { path = "crates/tracing", version = "0.4.3" }
54+
agntcy-slim-version = { path = "crates/version", version = "2.0.0-alpha.3" }
55+
agntcy-slimctl = { path = "crates/slimctl", version = "2.0.0-alpha.3" }
5656
anyhow = "1.0.103"
5757

5858
arc-swap = "1.9.1"
@@ -213,7 +213,7 @@ wiremock = "0.6"
213213
x25519-dalek = { version = "2", default-features = false, features = ["static_secrets"] }
214214

215215
[workspace.package]
216-
version = "2.0.0-alpha.2"
216+
version = "2.0.0-alpha.3"
217217
license = "Apache-2.0"
218218
edition = "2024"
219219
repository = "https://github.com/agntcy/slim"

crates/auth/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.11.1](https://github.com/agntcy/slim/compare/slim-auth-v0.11.0...slim-auth-v0.11.1) - 2026-07-10
11+
12+
### Added
13+
14+
- add websocket supports for the browser ([#1775](https://github.com/agntcy/slim/pull/1775))
15+
1016
## [0.11.0](https://github.com/agntcy/slim/compare/slim-auth-v0.10.0...slim-auth-v0.11.0) - 2026-07-01
1117

1218
### Added

crates/auth/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agntcy-slim-auth"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
license = { workspace = true }
55
edition = { workspace = true }
66
description = "Authentication utilities for the Agntcy Slim framework"

crates/channel-manager/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.0.0-alpha.3](https://github.com/agntcy/slim/compare/slim-channel-manager-v2.0.0-alpha.2...slim-channel-manager-v2.0.0-alpha.3) - 2026-07-10
11+
12+
### Other
13+
14+
- update Cargo.lock dependencies
15+
1016
## [2.0.0-alpha.2](https://github.com/agntcy/slim/releases/tag/slim-channel-manager-v2.0.0-alpha.2) - 2026-07-06
1117

1218
### Added

crates/config/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.12.1](https://github.com/agntcy/slim/compare/slim-config-v0.12.0...slim-config-v0.12.1) - 2026-07-10
11+
12+
### Added
13+
14+
- add websocket supports for the browser ([#1775](https://github.com/agntcy/slim/pull/1775))
15+
16+
### Fixed
17+
18+
- separate server connection config ([#1778](https://github.com/agntcy/slim/pull/1778))
19+
1020
## [0.12.0](https://github.com/agntcy/slim/compare/slim-config-v0.11.1...slim-config-v0.12.0) - 2026-07-06
1121

1222
### Added

crates/config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agntcy-slim-config"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
edition = { workspace = true }
55
license = { workspace = true }
66
description = "Configuration utilities"

crates/control-plane/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.0.0-alpha.3](https://github.com/agntcy/slim/compare/slim-control-plane-v2.0.0-alpha.2...slim-control-plane-v2.0.0-alpha.3) - 2026-07-10
11+
12+
### Added
13+
14+
- group registration via slimctl ([#1795](https://github.com/agntcy/slim/pull/1795))
15+
16+
### Fixed
17+
18+
- separate server connection config ([#1778](https://github.com/agntcy/slim/pull/1778))
19+
1020
## [2.0.0-alpha.2](https://github.com/agntcy/slim/releases/tag/slim-control-plane-v2.0.0-alpha.2) - 2026-07-01
1121

1222
### Added

crates/controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.11.0](https://github.com/agntcy/slim/compare/slim-controller-v0.10.0...slim-controller-v0.11.0) - 2026-07-10
11+
12+
### Fixed
13+
14+
- separate server connection config ([#1778](https://github.com/agntcy/slim/pull/1778))
15+
1016
## [0.10.0](https://github.com/agntcy/slim/compare/slim-controller-v0.9.0...slim-controller-v0.10.0) - 2026-07-06
1117

1218
### Added

crates/controller/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agntcy-slim-controller"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = { workspace = true }
55
license = { workspace = true }
66
description = "Controller service and control API to configure the SLIM data plane through the control plane."

0 commit comments

Comments
 (0)