Releases: zquestz/omniauth-google-oauth2
Releases · zquestz/omniauth-google-oauth2
Release 1.2.2
Added
- Ruby 4.0 support.
Deprecated
- Nothing.
Removed
- Unused
IMAGE_SIZE_REGEXPconstant. - Dead
skip_friendsandskip_image_infooptions (Google+ was shut down in 2019).
Fixed
- Replaced
CGI.parsewithURI.decode_www_formfor Ruby 4.0 compatibility. - Updated gemspec description to reference OmniAuth instead of OmniAuth 1.x.
- Modernized CI: bumped actions/checkout to v6, rake to 13.3, and rubocop to latest.
- Added edge case tests for
uid,strip_unnecessary_query_parameters,verify_token,verify_hdwildcard, and malformed JSON handling.
Release v1.2.1
Added
- Use jwt v2.9.2's public claims verification API - #465
Deprecated
- Nothing.
Removed
- Support for jwt < 2.9.2.
Fixed
- Nothing.
Release v1.2.0
Added
- jwt 2.9.0 support for their updated claims code.
- 'smart' image resizing option.
Deprecated
- Nothing.
Removed
- Ruby 2.3 and 2.4 support.
- Support for jwt < 2.9.0.
Fixed
- Fixed image sizing code.
- Rubocop configuration updates.
Release v1.1.3
Added
- Updated to use POST instead of GET for tokeninfo endpoint. (#457)
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Documentation typos.
- Rubocop configuration updates.
Release v1.1.2
Added
- Add support for enable_granular_consent option (#455)
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
Release v1.1.1
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Fixed JWT decoding issue. (Invalid segment encoding) #431
Release v1.1.0
Release v1.0.1
Release v1.0.0
Added
- Support for Omniauth 2.x!
Deprecated
- Nothing.
Removed
- Support for Omniauth 1.x.
Fixed
- Nothing.
Release v0.8.2
Added
- Constrains the version to Omniauth 1.x.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.