oauth2 version 1.4.3 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 hard (93 Issues Closed, 4 remaining!) 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.3 release.

Here is the relevant section of CHANGELOG.md:

1.4.3 - 2020-01-29

  • #483 - add project metadata to gemspec (@orien)
  • #495 - support additional types of access token requests (@SteveyblamFreeagent, @thomcorley, @dgholz)
    • Adds support for private_key_jwt and tls_client_auth
  • #433 - allow field names with square brackets and numbers in params (@asm256)