You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
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).
4
4
5
+
## Unreleased
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
+
5
20
## 11.0.2 - 2026-04-14
6
21
7
22
> Development of this release was supported by [Reset Tech](https://www.reset.tech).
0 commit comments