Skip to content

Releases: indieweb/indieweb-endpoints-ruby

v9.0.0

16 Mar 04:17
0fe63e4
Compare
Choose a tag to compare

Breaking Changes

  • drop support for Ruby v2.7 (#18)
  • update dependency version constraints (#18)

What's Changed

New Contributors

Full Changelog: v8.0.0...v9.0.0

v8.0.0

09 Nov 20:23
v8.0.0
4a9a67c
Compare
Choose a tag to compare
  • Refactor ResponseHeadersParser#results_for to use Enumerable#filter_map (946ff3d)
  • Update link-header-parser dependency constraint (4f093fb)
  • Breaking change: Update development Ruby to 2.7.6 and minimum Ruby to 2.7 (593455d)

v7.2.0

04 Oct 15:13
v7.2.0
cfe2722
Compare
Choose a tag to compare
  • Add support for indieauth-metadata endpoint (35cc950)
  • Switch from pry-byebug to Ruby's debug gem (7ad8925)
  • Update development Ruby version to 2.6.10 (f105752)

v7.1.0

09 Mar 04:04
v7.1.0
6b237f1
Compare
Choose a tag to compare

v7.0.0

06 Jan 21:59
v7.0.0
0fe6cc3
Compare
Choose a tag to compare
  • Update runtime dependency versions (5c9430f)
  • Breaking change: Update development Ruby version to 2.6.9 and minimum Ruby version to 2.6 (ed17ab1 and 7e4a621)
  • Migrate to GitHub Actions from Travis CI (c019756)
  • Add rubygems_mfa_required to gemspec metadata (1f0a40f)

v6.1.0

26 May 03:41
Compare
Choose a tag to compare
  • Add support for Ruby 3.0 (3394252)

v6.0.0

26 May 03:27
Compare
Choose a tag to compare
  • Refactor parsers (e22e0af)
  • Simplify exception handling (65361ee)
  • Update http dependency to 5.0 (44f2d23)
  • Breaking change: Favor Addressable::URI.join over Absolutely (0bc5049)
  • Update development Ruby version to 2.5.9 (3439cce)

v5.0.0

11 Nov 19:39
Compare
Choose a tag to compare
  • Update absolutely and link-header-parser dependencies (064696e)

v4.0.0

21 Jul 20:45
Compare
Choose a tag to compare
  • Breaking change: Return a Hash of endpoints instead of an OpenStruct (15dc387)
  • Update link-header-parser dependency to v2.0.0 (2255e6b)
  • Breaking change: Update development Ruby version to 2.5.8 and minimum Ruby version to 2.5 (dd5a142)
  • Refactor response headers/body parsers into a single class (ee02da3)
  • Refactor IndieWeb::Endpoints::Client and remove HttpRequestService (2732616)
  • Add offending url to exception message (#5) (4bf7a54)

v3.0.0

14 May 19:44
Compare
Choose a tag to compare
  • Update Absolutely and LinkHeaderParser dependencies (9e0a64a)
  • Move development dependencies to Gemfile (67067f3)
  • Update development Ruby version to 2.4.10 (f5430f9)