v12.0.0
12.0.0 - 2026-05-20
Development of this release was supported by the NGI0 Commons Fund, a fund established by NLnet with financial support from the European Commission's Next Generation Internet programme, under the aegis of DG CNECT under grant agreement N°101069594.
Added
- Add
GET /feedendpoint on the Collection API exposing an Atom feed of the latest version changes across the whole collection - Add
GET /feed/:serviceIdendpoint on the Collection API exposing an Atom feed scoped to a single service - Add
GET /feed/:serviceId/:termsTypeendpoint on the Collection API exposing an Atom feed scoped to a single service and terms type - Add
@opentermsarchive/engine.collection-api.feed.limitconfiguration option controlling the maximum number of entries returned by feed endpoints (default:100) - Add
@opentermsarchive/engine.collection-api.feed.versionUrlTemplateconfiguration option to customize thealternatelink of feed entries with a URL template (e.g.https://github.com/openTermsArchive/demo-versions/commit/%VERSION_ID); useful to point feed readers to a human-readable page instead of the default version API endpoint
Changed
- Breaking: Resolve
serviceIdpath parameter case-sensitively on theGET /service/:serviceIdendpoint, in line with the documented service ID format; clients relying on case-insensitive matching must now use the exact ID casing