Logo
Documentation
GitHub
Supporters
Resources
Changelog
Join us

Changelog

Explore code, SDKs, blogs, and use cases for developing multi-agent systems. Learn how AGNTCY enables open, interoperable AI infrastructure at scale.

release   ·   slim   ·   slima2a-v0.2.1   ·   2025-12-02
slima2a-v0.2.1
[0.2.1](https://github.com/agntcy/slim/compare/slima2a-v0.2.0...slima2a-v0.2.1) (2025-12-02)
# Bug Fixes
• **slima2a:** update slimrpc dependency to ~=0.2.0 #1018• a2ca8ba
Version: slima2a-v0.2.1
Date: 2025-12-02
Status: Released
Breaking: Yes
Components: Core
Authors:
PRs:fc0e990
Docs
Release PR
release   ·   slim   ·   slimrpc-v0.2.1   ·   2025-12-02
slimrpc-v0.2.1
[0.2.1](https://github.com/agntcy/slim/compare/slimrpc-v0.2.0...slimrpc-v0.2.1) (2025-12-02)
# Bug Fixes
• **slimrpc:** update slim-bindings dependency to ~=0.7.1 #1020• 113d6fd
Version: slimrpc-v0.2.1
Date: 2025-12-02
Status: Released
Breaking: Yes
Components: Core
Authors:
PRs:9c740ff
Docs
Release PR
release   ·   dir   ·   v0.5.5   ·   2025-12-02
v0.5.5
# 🚀 AGNTCY Dir v0.5.5 Release
We're excited to announce the release of **AGNTCY Dir v0.5.5**, a feature release that introduces OASF API validation, improves SPIFFE authentication, enhances the importer, and strengthens CI/CD workflows.
🌟 What's New
• *OASF API Validation**
- Optional validation of records against OASF API specification
- Configurable strict mode (reject vs. warn-only)
- Environment variable configuration: `OASF_API_VALIDATOR_ENABLED` and `OASF_API_VALIDATOR_STRICT_MODE`
- Disabled by default for backward compatibility
• *Importer Enhancements**
- Prioritized deduplication checker for better performance
- Checks for duplicates before processing
- Deduplication available in dry-run mode
• *SPIFFE Authentication Improvements**
- Enhanced X509-SVID retry logic for edge case timing issues
- Improved SPIFFE ID validation during certificate fetching
- Added X509Source wrapper to support TLS handshake operations
• *CI/CD & Development Workflow**
- Feature branch builds for testing changes in isolation
- Container security scanning against latest release versions
- Improved test reliability - CI now properly fails when unit tests fail
- Better build workflow with component-specific tagging
• *Developer Experience**
- Taskfile improvements with cleanup and sudo support for SPIRE
- Automated Homebrew formula updates
• *Dependencies**
- Updated `golang.org/x/crypto` from 0.43.0 to 0.45.0
- Updated `js-yaml` from 4.1.0 to 4.1.1 in SDK
What's Changed
• feat(mcp, dir/server): add OASF API validation by @ajaky in #711•
• feat(importer): prioritize dedup checker by @ajaky in #743•
• feat(dir): add workflow for building images and charts from feature branches by @tkircsi in #739•
• feat: add job to fetch latest release version for container security scan workflow by @paralta in #746•
• fix(client): fix SPIFFE X509-SVID retry logic for timing issues by @tkircsi in #741•
• fix: reusable build workflow use the component tag if presented by @tkircsi in #742•
• fix(dir): add cleanup and sudo to spire task by @arpad-csepi in #734•
• ci(dir): fail when unit test fail by @arpad-csepi in #733•
• chore: update brew formula version by @tkircsi in #738•
• chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 by @dependabot in #744•
• chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 by @dependabot in #745•
Full Changelog: https://github.com/agntcy/dir/compare/v0.5.4...v0.5.5
Version: v0.5.5
Date: 2025-12-02
Status: Released
Breaking: Yes
Components: Core
Authors: @ajaky, @tkircsi, @paralta, @arpad, @dependabot
PRs:af705dc
Compare: Previous version
Docs
Release PR
Compare
release   ·   slim   ·   slima2a-v0.2.0   ·   2025-12-02
slima2a-v0.2.0
[0.2.0](https://github.com/agntcy/slim/compare/slima2a-v0.1.0...slima2a-v0.2.0) (2025-12-02)
# Features
• **slimrpc,slima2a,slim-mcp:** Upgrade to v0.7.1 slim_bindings #839• eedb157
• **slimrpc:** Add option to use existing local app for server #775• 5e91347
Version: slima2a-v0.2.0
Date: 2025-12-02
Status: Released
Breaking: Yes
Components: Core
Authors:
PRs:61d042c
Docs
Release PR
release   ·   slim   ·   slimrpc-v0.2.0   ·   2025-12-02
slimrpc-v0.2.0
[0.2.0](https://github.com/agntcy/slim/compare/slimrpc-v0.1.0...slimrpc-v0.2.0) (2025-12-02)
# Features
• **slimrpc,slima2a,slim-mcp:** Upgrade to v0.7.1 slim_bindings #839• eedb157
• **slimrpc:** Add option to use existing local app for server #775• 5e91347
Version: slimrpc-v0.2.0
Date: 2025-12-02
Status: Released
Breaking: Yes
Components: Core
Authors:
PRs:c5f9317
Docs
Release PR
release   ·   oasf-sdk   ·   v0.0.14   ·   2025-11-27
v0.0.14
What's Changed
• feat: improve A2A translations by @akijakya in #108
• release: prepare version v0.0.14 by @akijakya in #109
Full Changelog: https://github.com/agntcy/oasf-sdk/compare/v0.0.13...v0.0.14
Version: v0.0.14
Date: 2025-11-27
Status: Released
Breaking: Yes
Components: Core
Authors: @akijakya
PRs:6076171
Compare: Previous version
Docs
Release PR
Compare
release   ·   dir   ·   v0.5.4   ·   2025-11-26
v0.5.4
# 🚀 AGNTCY Dir v0.5.4 Release
We're excited to announce the release of **AGNTCY Dir v0.5.4**, a patch release that improves SPIFFE authentication reliability for short-lived workloads and CronJobs.
🌟 What's New
• *SPIFFE Authentication Reliability**
- Client-side retry logic with exponential backoff for X509-SVID fetching
- Handles SPIRE agent sync delays in CronJobs and ephemeral pods
- Prevents "certificate contains no URI SAN" authentication failures
- Resilient to timing issues where SPIRE entries haven't synced to the agent yet
• *Reliability Improvements**
- Exponential backoff strategy: 500ms → 1s → 2s → 4s → 8s → 10s (capped)
- Up to 10 retry attempts before failing
- Graceful handling of SPIRE agent-to-server synchronization delays
- Works seamlessly with SPIFFE CSI driver from v0.5.3
• *Developer Experience**
- No configuration changes required - automatic retry behavior
- Improved reliability for CronJobs and short-lived workloads
- Better error messages when retries are exhausted
What's Changed
• fix(client): add X509-SVID retry logic for SPIRE agent sync delays by @tkircsi in #725•
Full Changelog: https://github.com/agntcy/dir/compare/v0.5.3...v0.5.4
Version: v0.5.4
Date: 2025-11-26
Status: Released
Breaking: Yes
Components: Core
Authors: @tkircsi
PRs:56b75d3
Compare: Previous version
Docs
Release PR
Compare
release   ·   oasf-sdk   ·   v0.0.13   ·   2025-11-24
v0.0.13
What's Changed
• docs: update RELEASE.md by @adamtagscherer in #101
• fix: OASF 0.3.1 support in API validator by @akijakya in #105
• release: prepare version v0.0.13 by @akijakya in #106
Full Changelog: https://github.com/agntcy/oasf-sdk/compare/v0.0.12...v0.0.13
Version: v0.0.13
Date: 2025-11-24
Status: Released
Breaking: Yes
Components: Core
Authors: @adamtagscherer, @akijakya
PRs:1de8292
Compare: Previous version
Docs
Release PR
Compare
release   ·   oasf-sdk   ·   v0.0.12   ·   2025-11-18
v0.0.12
What's Changed
• feat: add golangci-lint by @adamtagscherer in #98
• feat: release Helm chart by @adamtagscherer in #99
• release: prepare version v0.0.12 by @adamtagscherer in #100
Full Changelog: https://github.com/agntcy/oasf-sdk/compare/v0.0.11...v0.0.12
Version: v0.0.12
Date: 2025-11-18
Status: Released
Breaking: Yes
Components: Core
Authors: @adamtagscherer
PRs:a30cf1e
Compare: Previous version
Docs
Release PR
Compare
release   ·   identity-service   ·   v0.0.64   ·   2025-11-13
v0.0.64
What's Changed
• docs: Add link to hosted SaaS Identity Service by @jadiaconu in #99•
• Docs/update saas description by @jadiaconu in #100•
• Added meeting notes for audit logging wg track 2025-11-04 by @alanisaac in #98•
• feat: Add initial proposal by @jadiaconu in #84•
• Update proposal.md by @mayannuz in #106•
• Update proposal.md by @mayannuz in #107•
• fix: Fix linter spacing by @jadiaconu in #108•
• Meeting notes from first two meetings of the sub-group by @skyfire-ankit in #102•
• Update 2025-10-08.md by @mayannuz in #109•
• fix(grpc_error): made sure to return 401 in case of errutil.ErrorReasonUnauthorized by @mkedjour in #114•
• feat(node): propagated request ID to Identity Node by @mkedjour in #115•
New Contributors
• @alanisaac made their first contribution in #98•
• @mayannuz made their first contribution in #106•
• @skyfire-ankit made their first contribution in #102•
Full Changelog: https://github.com/agntcy/identity-service/compare/v0.0.63...v0.0.64
Version: v0.0.64
Date: 2025-11-13
Status: Released
Breaking: Yes
Components: Core
Authors: @jadiaconu, @alanisaac, @mayannuz, @skyfire, @mkedjour
PRs:919ce21
Compare: Previous version
Docs
Release PR
Compare
release   ·   identity   ·   v0.0.20   ·   2025-11-13
v0.0.20
Changelog
• e098c2b1ce322e9b8c44456888e203fe709c83a4 Merge pull request #154 from agntcy/chore/proto-gen
• 7aa98fffaf0dca9a4c856c3b9c9a7bfa6fb8875d chore(node): regenerated the client
• efd0b15a885f651af09d4bb6e87c93003915e08c chore(proto): regenerated protos
• 01bf1f7b1b0ee2f9d30d5723c4fe49ec61592d58 Merge pull request #153 from agntcy/feature/request-id
• bb8295453e57f01192510cb461f15dd341915bf5 feat(request-id): reused the x-request-id value if present in req
• 393d6ac89b2b750149ca7a85f658a829543bca82 feat(grpc): added an interceptor to inject a request-id
• d1d1421eda37fc09611239d4d70f2282b6301c22 Merge pull request #152 from agntcy/feature/contextual-logging
• 14f019e0f73ec891776c935eb3ebb967948deae3 test(log): added unit tests for log.go
• e393d67acb227c43bc7caf9089afecfa01541c99 feat(log): added support for contextual logging
• 9758af8c422f0d0bf09ff4c65f6d9ddc43be4977 Merge pull request #151 from agntcy/feature/grpc-error-handling
• 4376d3420be6411c7ab90e155bdde0452e785748 feat(error): added err field to log.error
• 1d21738d45ded37838b7ca37d70a4dd8d16298e5 test(vc): added unit tests for vc grpc service
• 2837d271148882f2df4de27a86f9d42eb1891cef test(issuer): added unit tests for issuer grpc service
• 96e8e1b125a85f37dab66f1351d624202120982a feat(id): added unit tests for id grpc service
• c4310fca471d2e5cf59183e0c29c5c5ba0a94cdd feat(errors): adding a grpc global error interceptor
• eff873f84b9c4a8b238c7f2942ff3a1cc64afacd feat: replaced the use of ptrutil.ptr with & when possible
Version: v0.0.20
Date: 2025-11-13
Status: Released
Breaking: Yes
Components: Core
Authors:
PRs:e098c2b
Docs
Release PR
release   ·   oasf-sdk   ·   v0.0.11   ·   2025-11-12
v0.0.11
What's Changed
• feat: add functions to retrieve skills and domains from schema by @paralta in #95
• feat: validate with `schemaUrl` improvements by @akijakya in #96
• fix: record translator output by @akijakya in #91
• release: prepare version v0.0.11 by @akijakya in #97
New Contributors
• @paralta made their first contribution in #95
Full Changelog: https://github.com/agntcy/oasf-sdk/compare/v0.0.10...v0.0.11
Version: v0.0.11
Date: 2025-11-12
Status: Released
Breaking: Yes
Components: Core
Authors: @paralta, @akijakya
PRs:9eade5d
Compare: Previous version
Docs
Release PR
Compare
Page 1 of 3

Copyright © AGNTCY a Series of LF Projects, LLC

For web site terms of use, trademark policy and other project policies please see https://lfprojects.org.

Terms & ConditionsPrivacy Policy