Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ rust-version = "1.85"

[workspace.dependencies]
# Internal crates
a2a = { package = "agntcy-a2a", path = "a2a", version = "0.2.4" }
a2a-client = { package = "agntcy-a2a-client", path = "a2a-client", version = "0.1.13" }
a2a-server = { package = "agntcy-a2a-server", path = "a2a-server", version = "0.2.6" }
a2a-pb = { package = "agntcy-a2a-pb", path = "a2a-pb", version = "0.1.6" }
a2a-grpc = { package = "agntcy-a2a-grpc", path = "a2a-grpc", version = "0.1.11" }
a2a-slimrpc = { package = "agntcy-a2a-slimrpc", path = "a2a-slimrpc", version = "0.1.8" }
a2a = { package = "agntcy-a2a", path = "a2a", version = "0.2.5" }
a2a-client = { package = "agntcy-a2a-client", path = "a2a-client", version = "0.1.14" }
a2a-server = { package = "agntcy-a2a-server", path = "a2a-server", version = "0.2.7" }
a2a-pb = { package = "agntcy-a2a-pb", path = "a2a-pb", version = "0.1.7" }
a2a-grpc = { package = "agntcy-a2a-grpc", path = "a2a-grpc", version = "0.1.12" }
a2a-slimrpc = { package = "agntcy-a2a-slimrpc", path = "a2a-slimrpc", version = "0.1.9" }

# Serialization
serde = { version = "1", features = ["derive"] }
Expand Down
6 changes: 6 additions & 0 deletions a2a-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.14](https://github.com/agntcy/a2a-rs/compare/agntcy-a2a-client-v0.1.13...agntcy-a2a-client-v0.1.14) - 2026-04-08

### Added

- add standalone a2acli CLI ([#38](https://github.com/agntcy/a2a-rs/pull/38))

## [0.1.13](https://github.com/agntcy/a2a-rs/compare/agntcy-a2a-client-v0.1.12...agntcy-a2a-client-v0.1.13) - 2026-04-06

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion a2a-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agntcy-a2a-client"
version = "0.1.13"
version = "0.1.14"
description = "A2A v1 async client with protocol binding factory"
readme = "README.md"
edition.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions a2a-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.12](https://github.com/agntcy/a2a-rs/compare/agntcy-a2a-grpc-v0.1.11...agntcy-a2a-grpc-v0.1.12) - 2026-04-08

### Other

- updated the following local packages: agntcy-a2a, agntcy-a2a-client, agntcy-a2a-pb, agntcy-a2a-server

## [0.1.11](https://github.com/agntcy/a2a-rs/compare/agntcy-a2a-grpc-v0.1.10...agntcy-a2a-grpc-v0.1.11) - 2026-04-06

### Other
Expand Down
2 changes: 1 addition & 1 deletion a2a-grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agntcy-a2a-grpc"
version = "0.1.11"
version = "0.1.12"
description = "A2A v1 gRPC protocol binding for client and server"
readme = "README.md"
edition.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions a2a-pb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.7](https://github.com/agntcy/a2a-rs/compare/agntcy-a2a-pb-v0.1.6...agntcy-a2a-pb-v0.1.7) - 2026-04-08

### Other

- updated the following local packages: agntcy-a2a

## [0.1.6](https://github.com/agntcy/a2a-rs/compare/agntcy-a2a-pb-v0.1.5...agntcy-a2a-pb-v0.1.6) - 2026-04-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion a2a-pb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agntcy-a2a-pb"
version = "0.1.6"
version = "0.1.7"
description = "A2A v1 protobuf-generated types and conversion layer"
readme = "README.md"
edition.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions a2a-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.7](https://github.com/agntcy/a2a-rs/compare/agntcy-a2a-server-v0.2.6...agntcy-a2a-server-v0.2.7) - 2026-04-08

### Other

- updated the following local packages: agntcy-a2a, agntcy-a2a-pb

## [0.2.6](https://github.com/agntcy/a2a-rs/compare/agntcy-a2a-server-v0.2.5...agntcy-a2a-server-v0.2.6) - 2026-04-06

### Other
Expand Down
2 changes: 1 addition & 1 deletion a2a-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agntcy-a2a-server"
version = "0.2.6"
version = "0.2.7"
description = "A2A v1 async server framework"
readme = "README.md"
edition.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions a2a-slimrpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.9](https://github.com/agntcy/a2a-rs/compare/agntcy-a2a-slimrpc-v0.1.8...agntcy-a2a-slimrpc-v0.1.9) - 2026-04-08

### Other

- updated the following local packages: agntcy-a2a, agntcy-a2a-client, agntcy-a2a-pb, agntcy-a2a-server

## [0.1.8](https://github.com/agntcy/a2a-rs/compare/agntcy-a2a-slimrpc-v0.1.7...agntcy-a2a-slimrpc-v0.1.8) - 2026-04-06

### Other
Expand Down
2 changes: 1 addition & 1 deletion a2a-slimrpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agntcy-a2a-slimrpc"
version = "0.1.8"
version = "0.1.9"
description = "A2A v1 SLIMRPC protocol binding for client and server"
readme = "README.md"
edition.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions a2a/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.5](https://github.com/agntcy/a2a-rs/compare/agntcy-a2a-v0.2.4...agntcy-a2a-v0.2.5) - 2026-04-08

### Added

- add standalone a2acli CLI ([#38](https://github.com/agntcy/a2a-rs/pull/38))

## [0.2.4](https://github.com/agntcy/a2a-rs/compare/agntcy-a2a-v0.2.3...agntcy-a2a-v0.2.4) - 2026-04-05

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion a2a/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agntcy-a2a"
version = "0.2.4"
version = "0.2.5"
description = "A2A v1 protocol types and core definitions"
readme = "README.md"
edition.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions a2acli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0](https://github.com/agntcy/a2a-rs/releases/tag/agntcy-a2acli-v0.1.0) - 2026-04-08

### Added

- add standalone a2acli CLI ([#38](https://github.com/agntcy/a2a-rs/pull/38))

### Added

- add standalone `a2acli` binary crate
Expand Down
2 changes: 1 addition & 1 deletion a2acli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ tokio = { workspace = true }
a2a-server = { workspace = true }
assert_cmd = "2"
async-trait = { workspace = true }
axum = { workspace = true }
axum = { workspace = true }