Skip to content

Commit

Permalink
add missing new config options and sort IQSS#10151
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Dec 11, 2023
1 parent 3e32f42 commit 92a298d
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions doc/release-notes/6.1-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,25 +200,28 @@ See also #10060.

## New configuration options

- dataverse.auth.oidc.enabled
- dataverse.auth.oidc.auth-server-url
- dataverse.auth.oidc.client-id
- dataverse.auth.oidc.client-secret
- dataverse.auth.oidc.auth-server-url
- dataverse.auth.oidc.enabled
- dataverse.auth.oidc.pkce.enabled
- dataverse.auth.oidc.pkce.max-cache-age
- dataverse.auth.oidc.pkce.max-cache-size
- dataverse.auth.oidc.pkce.method
- dataverse.auth.oidc.title
- dataverse.auth.oidc.subtitle
- dataverse.auth.oidc.pkce.max-cache-size
- dataverse.auth.oidc.pkce.max-cache-age
- dataverse.files.{driverId}.upload-out-of-band
- dataverse.auth.oidc.title
- dataverse.bagit.sourceorg.address
- dataverse.bagit.sourceorg.address
- dataverse.bagit.sourceorg.name
- dataverse.files.globus-cache-maxage
- dataverse.files.guestbook-at-request
- dataverse.files.{driverId}.upload-out-of-band

## Backward incompatibilities

- Since Alternative Title is now repeatable, the JSON you send to create or edit a dataset must be an array rather than a simple string. For example, instead of "value": "Alternative Title", you must send "value": ["Alternative Title1", "Alternative Title2"]
- Several issues (#9952, #9953, #9957) where the Signposting output did not match the Signposting specification introduce backward-incompatibility. See above for details.
- For BagIT export, if you were configuring values in bag-info.txt using `Bundle.properties`, you must switch to the new JVM options `dataverse.bagit.sourceorg.name`, `dataverse.bagit.sourceorg.address`, and `dataverse.bagit.sourceorg.email`. For details, see https://guides.dataverse.org/en/6.1/installation/config.html#bag-info-txt
- For BagIT export, if you were configuring values in bag-info.txt using `Bundle.properties`, you must switch to the new `dataverse.bagit` JVM options mentioned above. For details, see https://guides.dataverse.org/en/6.1/installation/config.html#bag-info-txt
- See "Globus support" above for backward incompatibilies specific to Globus.

## Complete list of changes
Expand Down

0 comments on commit 92a298d

Please sign in to comment.