Skip to content

Commit a8e2198

Browse files
authored
release agntcy-slim-mcp-proxy-v0.2.1
1 parent 3ba44eb commit a8e2198

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

data-plane/integrations/mcp-proxy/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+
## [0.2.1](https://github.com/agntcy/slim/compare/slim-mcp-proxy-v0.2.0...slim-mcp-proxy-v0.2.1) - 2025-11-03
11+
12+
### Added
13+
14+
- *(mls)* identity claims integration, strengthened validation, and PoP enforcement ([#885](https://github.com/agntcy/slim/pull/885))
15+
- async mls ([#877](https://github.com/agntcy/slim/pull/877))
16+
- expand SharedSecret Auth from simple secret:id to HMAC tokens ([#858](https://github.com/agntcy/slim/pull/858))
17+
- derive name ID part from identity token ([#851](https://github.com/agntcy/slim/pull/851))x
18+
- implementation of Spire for fetching the certificates/token directly from SPIFFE Workload API ([#646](https://github.com/agntcy/slim/pull/646))
19+
- implementation of Identity provider client credential flow ([#464](https://github.com/agntcy/slim/pull/464))
20+
- move session code in a new crate ([#828](https://github.com/agntcy/slim/pull/828))
21+
22+
### Fixed
23+
24+
- *(session)* prevent session queue saturation ([#903](https://github.com/agntcy/slim/pull/903))
25+
26+
### Other
27+
28+
- implement all control message payload in protobuf ([#862](https://github.com/agntcy/slim/pull/862))
29+
- *(data-plane)* update project dependencies ([#861](https://github.com/agntcy/slim/pull/861))
30+
- common rust infrastructure for language bindings ([#840](https://github.com/agntcy/slim/pull/840))
31+
- release ([#854](https://github.com/agntcy/slim/pull/854))
32+
1033
## [0.2.0](https://github.com/agntcy/slim/compare/slim-mcp-proxy-v0.1.7...slim-mcp-proxy-v0.2.0) - 2025-10-09
1134

1235
### Added

data-plane/integrations/mcp-proxy/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data-plane/integrations/mcp-proxy/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-mcp-proxy"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2024"
55
license = "Apache-2.0"
66
description = "Proxy for exposing a native MCP server over SLIM"

0 commit comments

Comments
 (0)