@@ -5,15 +5,42 @@ Notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## 2.1.0 - TBD
8+ ## 2.1.0 - 2023-05-11
9+
10+ Anything marked with [ ** BC** ] is known to affect backward compatibility with previous versions.
911
1012### Added
1113
12- Nothing
14+ - DOIs are indexed in doi_str_mv field.
15+ - A single record can be harvested by ID.
16+ - Index checking using ` solr:check-index ` has been enhanced:
17+ - ` --report-only ` option can be used to just report inconsistencies.
18+ - Date and time a record was deleted is now reported when a record that should have been deleted is found in the index.
19+ - Index check can be limited by a Solr query
20+ - EAC-CPF: Record source is indexed from maintenanceAgency
21+
1322
1423### Changed
1524
16- - AbstractRecord no longer implements ` toXML ` method. Proper implementation is in ` XmlRecordTrait.php ` .
25+ - [ ** BC** ] AbstractRecord no longer implements ` toXML ` method. Proper implementation is in ` XmlRecordTrait.php ` .
26+ - The final title is now used for the title_in_hierarchy field for consistency.
27+ - LIDO records
28+ - Related works missing a relation type are no longer indexed.
29+ - Handling of titles matching work type has been improved.
30+ - Empty responses are now handled properly when harvesting OAI-PMH sources.
31+ - QDC: Fixed indexing of publication year ranges that use slash as the separator.
32+ - Fixed MARC export to not create multiple collection nodes.
33+ - Fixed Nominatim Geocoder to handle empty WKT properly.
34+ - Changed Skosmos enrichment to work with all record formats.
35+ - Fixed record consistency check to mark a dedup record deleted instead of deleting it directly.
36+ - Default retention time for deleted records has been changed from 0 to 14 days.
37+ - Deferred removal is now used in all cases in deduplication handler.
38+ - Performance of purging of deleted records has been improved particularly with large Mongo databases.
39+ - title_sort field is now created in a unified way for all record formats.
40+ - Abbrevian and leading article handling now supports UTF-8 properly.
41+ - Enrichment cache life times can now be set individually.
42+ - EAC-CPF: Language code is now properly indexed.
43+
1744
1845### Removed
1946
0 commit comments