Skip to content

Commit f4e6bd4

Browse files
committed
chore: changelog
1 parent 1aa3e31 commit f4e6bd4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
1818
- New Use Case: [Update Terms of Access](./docs/useCases.md#update-terms-of-access).
1919
- Guestbooks: Added use cases and repository support for guestbook creation, listing, and enabling/disabling.
2020
- Guestbooks: Added dataset-level guestbook assignment and removal support via `assignDatasetGuestbook` (`PUT /api/datasets/{identifier}/guestbook`) and `removeDatasetGuestbook` (`DELETE /api/datasets/{identifier}/guestbook`).
21+
- Datasets/Guestbooks: Added `guestbookId` in `getDataset` responses.
2122
- 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).
2223
- Access: Added a dedicated `access` module for guestbook-at-request and download terms/guestbook submission endpoints.
2324

test/environment/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
-Ddataverse.files.localstack1.access-key=default
3333
-Ddataverse.files.localstack1.secret-key=default
3434
ports:
35-
- '8081:8080'
35+
- '8080:8080'
3636
networks:
3737
- dataverse
3838
depends_on:

0 commit comments

Comments
 (0)