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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
17
17
- New Use Case: [Delete a Template](./docs/useCases.md#delete-a-template) under Templates.
18
18
- New Use Case: [Update Terms of Access](./docs/useCases.md#update-terms-of-access).
19
19
- Guestbooks: Added use cases and repository support for guestbook creation, listing, and enabling/disabling.
20
+
- Guestbooks: Added dataset-level guestbook assignment and removal support via `assignDatasetGuestbook` (`PUT /api/datasets/{identifier}/guestbook`) and `removeDatasetGuestbook` (`DELETE /api/datasets/{identifier}/guestbook`).
21
+
- Access: Added signed-URL GET use cases for `access/datafile`, `access/datafiles`, `access/dataset`, and `access/dataset/{id}/versions/{versionId}` endpoints using `?signed=true` (authenticated users only).
20
22
- Access: Added a dedicated `access` module for guestbook-at-request and download terms/guestbook submission endpoints.
0 commit comments