All Versions
30
Latest Version
Avg Release Cycle
168 days
Latest Release
930 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.4.7 Changes
March 18, 2021 -
v1.4.6 Changes
March 18, 2021 -
v1.4.5 Changes
March 18, 2021 -
v1.4.4 Changes
February 12, 2020- ๐ #408 - Fixed expires_at for formatted time (@Lomey)
-
v1.4.3 Changes
January 29, 2020 -
v1.4.2 Changes
October 01, 2019- ๐ #478 - support latest version of faraday & fix build (@pboling)
- Officially support Ruby 2.6 and truffleruby
- ๐ #478 - support latest version of faraday & fix build (@pboling)
-
v1.4.1 Changes
October 13, 2018- โก๏ธ #417 - update jwt dependency (@thewoolleyman)
- ๐ #419 - remove rubocop dependency (temporary, added back in #423) (@pboling)
- โก๏ธ #418 - update faraday dependency (@pboling)
- โก๏ธ #420 - update oauth2.gemspec (@pboling)
- ๐ #421 - fix CHANGELOG.md for previous releases (@pboling)
- โก๏ธ #422 - update LICENSE and README.md (@pboling)
- โก๏ธ #423 - update builds, Rakefile (@pboling)
- officially document supported Rubies
- Ruby 1.9.3
- Ruby 2.0.0
- Ruby 2.1
- Ruby 2.2
- [JRuby 1.7][jruby-1.7] (targets MRI v1.9)
- [JRuby 9.0][jruby-9.0] (targets MRI v2.0)
- Ruby 2.3
- Ruby 2.4
- Ruby 2.5
- [JRuby 9.1][jruby-9.1] (targets MRI v2.3)
- [JRuby 9.2][jruby-9.2] (targets MRI v2.5)
๐ [jruby-1.7]: https://www.jruby.org/2017/05/11/jruby-1-7-27.html ๐ [jruby-9.0]: https://www.jruby.org/2016/01/26/jruby-9-0-5-0.html ๐ [jruby-9.1]: https://www.jruby.org/2017/05/16/jruby-9-1-9-0.html ๐ [jruby-9.2]: https://www.jruby.org/2018/05/24/jruby-9-2-0-0.html
-
v1.4.0 Changes
June 09, 2017- โฌ๏ธ Drop Ruby 1.8.7 support (@sferik)
- ๐ Fix some RuboCop offenses (@sferik)
- Dependency: Remove Yardstick (@sferik)
- Dependency: Upgrade Faraday to 0.12 (@sferik)
-
v1.3.1 Changes
March 03, 2017- โ Add support for Ruby 2.4.0 (@pschambacher)
- Dependency: Upgrade Faraday to Faraday 0.11 (@mcfiredrill, @rhymes, @pschambacher)
-
v1.3.0 Changes
December 28, 2016- โ Add support for header-based authentication to the
Client
so it can be used across the library (@bjeanes) - 0๏ธโฃ Default to header-based authentication when getting a token from an authorisation code (@maletor)
- ๐ฅ Breaking: Allow an
auth_scheme
(:basic_auth
or:request_body
) to be set on the client, defaulting to:request_body
to maintain backwards compatibility (@maletor, @bjeanes) - ๐ Handle
redirect_uri
according to the OAuth 2 spec, so it is passed on redirect and at the point of token exchange (@bjeanes) - ๐จ Refactor handling of encoding of error responses (@urkle)
- Avoid instantiating an
Error
if there is no error to raise (@urkle) - โ Add support for Faraday 0.10 (@rhymes)
- โ Add support for header-based authentication to the