Skip to content

Releases: ncbo/ontologies_api_ruby_client

2.4.0

04 Sep 18:36
f589b13
Compare
Choose a tag to compare

What's Changed

Adopt some of the optimizations implemented by our LIRMM collaborators in their version of this library. See #34 for more detail.

Full Changelog: v2.3.0...v2.4.0

2.3.0

22 Jul 19:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.5...v2.3.0

2.2.5

16 Jan 20:48
Compare
Choose a tag to compare

What's Changed

  • Upgrade activesupport from 6.1.7.3 to 7.0.8 (#31)
  • Bump minitest from 5.18 to 5.20
  • Add minitest-hooks as a development dependency
  • Validate provided API key before executing the unit test suite (#16)
  • Remove Ruby 2.7 and add 3.1 to the test matrix
  • Run unit tests in verbose mode
  • Update gemspec description and README to include the AllegroGraph database

Full Changelog: v2.2.4...v2.2.5

2.2.4

20 Jul 21:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.3...v2.2.4

2.2.3

19 Jul 00:27
Compare
Choose a tag to compare

What's Changed

  • Modified the purl method to check class IDs for a PURL host, rather than the string 'purl' (#28)
  • Made the PURL host configurable, and set a default value
  • Added several unit tests for the purl method
  • Configured PURL host and prefix values in config.test.rb for the purposes of unit text execution
  • Added a development dependency on the faraday-follow_redirects gem for testing proper PURL resolution
  • Moved the gem version specifier to a module
  • Fixed some RuboCop warnings
  • Synced fork with the upstream repository

Full Changelog: v2.2.2...v2.2.3

2.2.2

20 Jun 20:56
Compare
Choose a tag to compare

What's Changed

  • Bump activesupport from 6.1.5.1 to 6.1.7.3
  • Remove version specifier from the faraday-excon gem

Full Changelog: v2.2.1...v2.2.2

2.2.1

13 Jan 00:45
Compare
Choose a tag to compare

What's Changed

  • Fixed URI.escape is obsolete warnings by @jvendetti in #19
  • Fixed code in the Class.find method that threw an ArgumentError by @jvendetti in #22
  • Added a new unit test file for testing the Class model
  • Added the rubocop gem to enable inspections in RubyMine
  • Added the addressable gem for improved URI handling
  • Fixed some RuboCop warnings

Full Changelog: v2.2.0...v2.2.1

2.2.0

15 Dec 20:18
Compare
Choose a tag to compare

What's Changed

  • New GitHub Action for unit test execution
  • Remove Ruby 2.6 from unit test matrix
  • Add option to disable invalidate cache for all by @syphax-bouazzouni in #10
  • Return HTTP delete, batch, and patch responses by @syphax-bouazzouni in #13
  • Bump activesupport from 6.0.4.1 to 6.1.5.1
  • Bump tzinfo from 1.2.9 to 1.2.10 by @dependabot in #12
  • Match gem.version with GitHub tag

Full Changelog: v2.1.0...v2.2.0

2.1.0

11 Mar 01:22
941f4c6
Compare
Choose a tag to compare

What's Changed

  • Added an option to disable invalidate cache for all if so desired (by @syphax-bouazzouni in #9)
  • Added the faraday-multipart and faraday-excon dependencies (#8)
  • Pinned activesupport to 6.0.4.1
  • Added a default Rake task

New Contributors

Full Changelog: v2.0.3...v2.1.0

2.0.3

30 Nov 19:06
Compare
Choose a tag to compare
  • Upgraded Active Support gem to 6.0.4
  • Updated copyright date in LICENSE.txt
  • Various README.md updates