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: doc/release-notes/6.9-release-notes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ See [the guides](https://guides.dataverse.org/en/6.9/developers/workflows.html#c
84
84
- It is now possible to configure all database settings at once with a JSON file. See [the guides](https://guides.dataverse.org/en/6.9/api/native-api.html#configure-all-database-settings), #11639, and #11654.
85
85
- CORS support has been modernized so browser integrations (previewers, external tools, JS clients) work correctly with multiple origins and proper caching. See [the guides](https://guides.dataverse.org/en/6.9/installation/config.html#cors-settings), #11744, and #11745.
86
86
- Integration with Local Contexts has been updated to support the change in their API regarding how DOIs entered as "Optional Project Information" are represented. See [the guides](https://guides.dataverse.org/en/6.9/installation/localcontexts.html) and #11904.
87
-
- This release adds database indexes on GuestbookResponse and DatasetMetrtics, speeding up Dataset deletes. It also adds a constraint preventing null VersionState, as a matter of good housekeeping practice. See #11828 and #11898.
87
+
- This release adds database indexes on GuestbookResponse and DatasetMetrics, speeding up Dataset deletes. It also adds a constraint preventing null VersionState, as a matter of good housekeeping practice. See #11828 and #11898.
88
88
- Permission reindexing, which occurs, e.g., after a user has been granted a role on a collection, has been made faster and less memory intensive in this release. See #11822.
89
89
- Performance has been improved when retrieving citations from DataCite. A related setting called `dataverse.api.mdc.min-delay-ms` has been added. See [the guides](https://guides.dataverse.org/en/6.9/installation/config.html#dataverse-api-mdc-min-delay-ms), #11777, and #11781.
90
90
- Processing of comma-separated lists in settings has been centralized and now ignores spaces around commas. See [the guides](https://guides.dataverse.org/en/6.9/installation/config.html#comma-separated-configuration-values) and #11745.
0 commit comments