Releases: nsidc/search-solr-tools
Releases · nsidc/search-solr-tools
v6.5.0
6.4.0
v6.4.0 tag v6.4.0
v6.3.0
Updating version
v5.2.0
The JSON harvest URL now uses "metadataPrefix" and the dif format.
v5.1.0
Better error responses on failed harvests. Ping endpoints added, as well as a error code translator method.
v5.0.1
Some requires still weren't working properly when imported, so they were fixed to be more robust.
v3.11.0
v3.11.0 (2019-06-10)
Changes:
- Update Ruby, Nokogiri, RestClient, Rubocop, and Webmock versions to address
security warnings. - Update syntax as necessary for new versions of Rubocop and RestClient.
v3.8.0
Changes
- Change ECHO harvester to harvest 100 records at a time, rather than 1000 to
avoid timeout/hanging issues with the large requests. - Change "CISL"/ACADIS Gateway harvester to "NSF Arctic Data Center";
aoncadis.org redirects to another site, and the data center's name was
changed. The feed format was also changed; the harvester was updated to
consume the new feed.
Bugfixes
- Update NODC feed URL to use https.
- Update RDA feed URL to use https.
- Update handling of geometries to match new format provided by BCO-DMO feed.
- Update NMI feed URL; the feed was relocated.
- Harvesting tDAR starts from record 0 instead of record 1.
- tDAR harvester no longer attempts to obtain another page of records after
all the records have been harvested; where other feeds return an empty
response that our harvester handles without issue, tDAR throws an error if
the "startRecord" parameter is higher than their last record. - Exit with a non-0 status when a problem with the whole feed is encountered,
even if--die-on-failure
is not passed. That flag should only cause
failures when there are issues with individual records; we don't want
harvesting to stop due to a metadata issue with a small number of
records. - Include BCO-DMO URL in the harvester output the same way all the other URLs
are displayed.