Skip to content

v3.0.0

Compare
Choose a tag to compare
@iMacTia iMacTia released this 08 Aug 13:16
· 18 commits to main since this release

What's Changed

  • Add support for the new Faraday streaming API by @iMacTia in #26

Why a 3.0 release? What's the breaking change?

Faraday 2.5 introduces a new streaming API and other changes that we want to take advantage on. However, releasing a new 2.x version of the gem would cause it to be pulled in projects where Faraday has not been updated to v2.5+ yet, causing errors.

For this reason, we're instead releasing this as v3.0, which only the next (compatible) version of faraday will allow to use.

Full Changelog: v2.1.0...v3.0.0