Release v1.1.0 #484
akijakya
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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 (feat(schema): add granular skills and domains #475)
Improved category support – Reworked category handling in the server, with categories endpoints now returning nested class taxonomies for easier discovery and navigation (feat(server): improved category support #412, feat(api)!: categories endpoints to return nested class taxonomies #414)
Class API improvements – Overhauled the class APIs and cleaned up the overall API surface and Swagger UI for a more consistent developer experience (feat(api)!: improve class apis #426, feat(api)!: cleanup API, Swagger UI #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 (feat(api, helm)!: improve version api #430, feat(server): version aware Swagger UI #416)
Descriptor object and module artifact – Added a
descriptorobject and amodule.artifactattribute to the schema (feat(schema): add descriptor object and module.artifact attribute #458)JSON schema constraints – Extended the JSON schema generator to emit
maxLengthandpatternconstraints (feat(server): json schema generator 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 (feat(helm): log level settings #446, feat(helm): support f5 ingress controller #454)
Changed
Relaxed Agent Skills requirements – Loosened the attribute requirements of the
agentskillsmodule for more flexible authoring (feat(schema): less strict agentskills module attribute requirements #450)Deprecated ACP objects – Deprecated ACP-related objects and dictionary entries in the schema and server (chore(schema, server): deprecate acp-related objects and dictionary entries #445)
Language model module refactoring – Refactored the language model modules for a cleaner structure (refactor(schema): language model modules #396)
Server cleanup – Reduced code duplication across the server and removed the unused ingress-export (refactor(server): reduce code duplications #473, chore(helm, server): remove unused ingress-export #455)
Fixed
Corrections across the server, schema, API, and Helm chart, including validation fixes, constraint backfill with correct field shapes,
class_typetaxonomy 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.mdguide, 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)New Contributors
Full Changelog: v1.0.0...v1.1.0
This discussion was created from the release Release v1.1.0.
All reactions