Skip to content

Release v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jul 15:00
v1.1.0
f510be0

New Features

  • Granular skills and domains – Expanded the taxonomy with a far more detailed set of skills and domains, giving agent records richer, more precise classification (#475)

  • Improved category support – Reworked category handling in the server, with categories endpoints now returning nested class taxonomies for easier discovery and navigation (#412, #414)

  • Class API improvements – Overhauled the class APIs and cleaned up the overall API surface and Swagger UI for a more consistent developer experience (#426, #428)

  • Version-aware API and Swagger UI – Improved the version API and made the Swagger UI version-aware so consumers can explore the schema per version (#430, #416)

  • Descriptor object and module artifact – Added a descriptor object and a module.artifact attribute to the schema (#458)

  • JSON schema constraints – Extended the JSON schema generator to emit maxLength and pattern constraints (#464)

  • Helm log level and ingress options – Added configurable log level settings and support for the F5 ingress controller in the Helm chart (#446, #454)

Changed

  • Relaxed Agent Skills requirements – Loosened the attribute requirements of the agentskills module for more flexible authoring (#450)

  • Deprecated ACP objects – Deprecated ACP-related objects and dictionary entries in the schema and server (#445)

  • Language model module refactoring – Refactored the language model modules for a cleaner structure (#396)

  • Server cleanup – Reduced code duplication across the server and removed the unused ingress-export (#473, #455)

Fixed

Corrections across the server, schema, API, and Helm chart, including validation fixes, constraint backfill with correct field shapes, class_type taxonomy scope enforcement, subclass sorting, feature extraction skill captions, a versioned link to the A2A AgentCard proto spec, body param schemas for validation/translation endpoints, unknown version path routing, and a UUID example typo. (#463, #460, #477, #432, #441, #410, #433, #443, #434)

Documentation & Infrastructure

Added a RELEASE.md guide, repo badges, and Codecov coverage upload; introduced a PR title check, Renovate, and pre-commit configuration; migrated the server test suite to Elixir; simplified and hardened image builds with multi-arch support; and added documented CVE exceptions to .trivyignore. (#436, #404, #402, #394, #469, #466, #448, #452, #453, #482, #470, #403, #405)

Contributors

Thanks to everyone who contributed to this release: @akijakya, @muscariello, and @pregnor.

New Contributors

Full Changelog: v1.0.0...v1.1.0