oauth2 version 1.4.5 is Released

Gem Version Total Downloads Downloads Today Network Stars Build Status Test Coverage Maintainability Depfu Open Source Helpers Chat License: MIT Documentation

The oauth2 gem team has been working on preparing a version 2.0.0 for release. It will have some minor breaking changes, and some important bug fixes. It will have code cleanup, and new features.

But for many people version 1.4.x has been working fine, and all they need is a new version, warts and all, which fixes some bugs, adds some features, and allows them to upgrade some dependencies, particularly jwt and faraday. So I have prepared a 1.4.5 release.

Here is the relevant section of CHANGELOG.md:

1.4.5 - 2021-03-18

  • #535 - Compatibility with range of supported Ruby OpenSSL versions, Rubocop updates, Github Actions, analogous to #536 on master branch (@pboling)
  • #518 - Add extract_access_token option to OAuth2::Client (@jonspalmer)
  • #507 - Fix camel case content type, response keys (@anvox)
  • #500 - Fix YARD documentation formatting (@olleolleolle)