Skip to content

Commit d2ed924

Browse files
committed
Add changelog entry
1 parent c21bb46 commit d2ed924

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All changes that impact users of this module are documented in this file, in the [Common Changelog](https://common-changelog.org) format with some additional specifications defined in the CONTRIBUTING file. This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## Unreleased [minor]
6+
7+
> Development of this release was supported by [Reset Tech](https://www.reset.tech).
8+
9+
### Added
10+
11+
- Add `GET /feed` endpoint on the Collection API exposing an Atom feed of the latest version changes across the whole collection
12+
- Add `GET /feed/:serviceId` endpoint on the Collection API exposing an Atom feed scoped to a single service
13+
- Add `GET /feed/:serviceId/:termsType` endpoint on the Collection API exposing an Atom feed scoped to a single service and terms type
14+
- Add [`@opentermsarchive/engine.collection-api.feed.limit`](https://docs.opentermsarchive.org/collections/reference/configuration/) configuration option controlling the maximum number of entries returned by feed endpoints (default: `100`)
15+
16+
### Changed
17+
18+
- Resolve `serviceId` path parameter case-insensitively on the `GET /version/:serviceId/:termsType/:date` endpoint, consistent with other endpoints
19+
520
## 11.0.2 - 2026-04-14
621

722
> Development of this release was supported by [Reset Tech](https://www.reset.tech).

0 commit comments

Comments
 (0)