Skip to content

Releases: zquestz/omniauth-google-oauth2

Release 1.2.2

24 Feb 04:04
5158faa

Choose a tag to compare

Added

  • Ruby 4.0 support.

Deprecated

  • Nothing.

Removed

  • Unused IMAGE_SIZE_REGEXP constant.
  • Dead skip_friends and skip_image_info options (Google+ was shut down in 2019).

Fixed

  • Replaced CGI.parse with URI.decode_www_form for 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_hd wildcard, and malformed JSON handling.

Release v1.2.1

19 Jan 01:41
3366dcb

Choose a tag to compare

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

16 Sep 06:37
11af078

Choose a tag to compare

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

30 Aug 01:04
827978d

Choose a tag to compare

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

29 Mar 09:55
f892031

Choose a tag to compare

Added

  • Add support for enable_granular_consent option (#455)

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

Release v1.1.1

29 Mar 09:54
fb755d2

Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Fixed JWT decoding issue. (Invalid segment encoding) #431

Release v1.1.0

04 Sep 03:50
9e37860

Choose a tag to compare

Added

  • overridable_authorize_options has been added to restrict overriding authorize_options by request params. #423
  • Support for oauth2 2.0.x. #429

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

Release v1.0.1

11 Mar 02:50
8bebf08

Choose a tag to compare

Added

  • Output granted scopes in credentials block of the auth hash. #420
  • Migrated to GitHub actions. #421

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Overriding the redirect_uri via params or JSON request body. #414

Release v1.0.0

15 Mar 04:10
e4c12a9

Choose a tag to compare

Added

  • Support for Omniauth 2.x!

Deprecated

  • Nothing.

Removed

  • Support for Omniauth 1.x.

Fixed

  • Nothing.

Release v0.8.2

15 Mar 04:09
bb3f936

Choose a tag to compare

Added

  • Constrains the version to Omniauth 1.x.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.