Skip to content

v12.0.0

Choose a tag to compare

@OTA-Release-Bot OTA-Release-Bot released this 20 May 13:00
· 11 commits to main since this release

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 /feed endpoint on the Collection API exposing an Atom feed of the latest version changes across the whole collection
  • Add GET /feed/:serviceId endpoint on the Collection API exposing an Atom feed scoped to a single service
  • Add GET /feed/:serviceId/:termsType endpoint on the Collection API exposing an Atom feed scoped to a single service and terms type
  • Add @opentermsarchive/engine.collection-api.feed.limit configuration option controlling the maximum number of entries returned by feed endpoints (default: 100)
  • Add @opentermsarchive/engine.collection-api.feed.versionUrlTemplate configuration option to customize the alternate link 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 serviceId path parameter case-sensitively on the GET /service/:serviceId endpoint, in line with the documented service ID format; clients relying on case-insensitive matching must now use the exact ID casing