Skip to content

v1.2.0

Compare
Choose a tag to compare
@barmintor barmintor released this 27 Apr 23:04
· 3 commits to master since this release

Dependency Updates

  • Requires Ruby 2.6+
  • Test against ActiveRecord 6.1 and 7.0
  • Allow Faraday 2.x

General

  • bugfixes
  • testing improvements
  • correct an RDoc parsing issue

OAI::Client

  • is more resilient to character data issues in received XML
  • raises named exception subclasses appropriate to errors

OAI::Harvester

  • accepts from and until params

OAI::Provider

  • Disambiguated column names in SQL of ActiveRecord provider
  • More consistent handling of date granularity timestamps in ActiveRecord provider

OAI::Response

  • Final partial list response now includes an empty resumptionToken element per OAI specs
  • More consistent handling of date granularity timestamps from OAI servers