Skip to content

Commit

Permalink
changes and upgrade instructions for 4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twagoo committed Jul 22, 2024
1 parent 3e9fd05 commit 882d395
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Bug fixes and new features
--------------------------

VLO 4.12.0 (July 2024)
* Requesting of a record by self link in URL
<https://github.com/clarin-eric/VLO/issues/383>
* Search for records by normalized self link
<https://github.com/clarin-eric/VLO/issues/385>
* Fewer requests made to centre registry on loading of contributors page
<https://github.com/clarin-eric/VLO/issues/382>
* Custom user agent for requests from importer / web app
<https://github.com/clarin-eric/VLO/issues/381>
* Label for 'Format' facet changed 'File type'
<https://github.com/clarin-eric/VLO/issues/379>
* Whitespace properly trimmed in field values
<https://github.com/clarin-eric/VLO/issues/378>
* Adding of a field _metadataDirectory
<https://github.com/clarin-eric/VLO/issues/375>
* `0` values ignored when populating temporal coverage field
<https://github.com/clarin-eric/VLO/issues/323>
* Various dependency updates

VLO 4.11.6 (December 2023)
* Using the new linkchecker persistence library (v1.0.0)
* Upgraded Java XML and JSON binding framework versions
Expand Down
14 changes: 14 additions & 0 deletions UPGRADE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,20 @@ updated configuration file:
`./vlo_solr_importer.sh -c ../config/VloConfig.xml`


-------------------------------
Upgrading from 4.11.x to 4.12.x
-------------------------------

* Additions to VloConfig.xml:

- New fields:
<field key="NORMALIZED_SELF_LINK">_normalizedSelfLink</field>
<field key="METADATA_DIRECTORY">_metadataDirectory</field>

* VLO mapping definitions version 1.8.0 must be used (bundled and can be
retrieved from <https://github.com/clarin-eric/VLO-mapping/releases/tag/1.8.0>).


-------------------------------
Upgrading from 4.10.x to 4.11.x
-------------------------------
Expand Down

0 comments on commit 882d395

Please sign in to comment.