Skip to content

Releases: nsidc/search-solr-tools

v6.5.0

21 Sep 15:43
Compare
Choose a tag to compare
Bump to v6.5.0

6.4.0

14 Aug 19:23
Compare
Choose a tag to compare
v6.4.0

tag v6.4.0

v6.3.0

24 Jul 22:41
Compare
Choose a tag to compare
Updating version

v5.2.0

31 Aug 19:34
Compare
Choose a tag to compare

The JSON harvest URL now uses "metadataPrefix" and the dif format.

v5.1.0

23 Jul 22:13
Compare
Choose a tag to compare

Better error responses on failed harvests. Ping endpoints added, as well as a error code translator method.

v5.0.1

02 Jul 21:28
Compare
Choose a tag to compare

Some requires still weren't working properly when imported, so they were fixed to be more robust.

v3.11.0

10 Jun 21:05
Compare
Choose a tag to compare

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

28 Mar 18:12
Compare
Choose a tag to compare

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.

v3.7.1

28 Mar 18:12
Compare
Choose a tag to compare
  • RuboCop fixes.

v3.7.0

28 Mar 18:11
Compare
Choose a tag to compare

New Features

  • Add sponsored programs to NSIDC harvesting.
  • Add support for ingesting Data Access Links from NSIDC JSON

Bugfixes

  • Fix dependency issue with gem "listen".
  • Fix bad configuration for OAI feed URLs.