You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Default value of `OAuth2.config.silence_extra_tokens_warning` was `false`, now `true`
33
38
- Gem releases are now cryptographically signed, with a 20-year cert (@pboling)
34
-
- Allow linux distros to build release without signing, as their package managers sign independently
39
+
- Allow linux distros to build release without signing, as their package managers sign independently
35
40
-[!647](https://gitlab.com/oauth-xx/oauth2/-/merge_requests/647) - `OAuth2::AccessToken#refresh` now supports block param pass through (@pboling)
36
41
-[!647](https://gitlab.com/oauth-xx/oauth2/-/merge_requests/647) - `OAuth2.config` is no longer writable (@pboling)
37
42
-[!647](https://gitlab.com/oauth-xx/oauth2/-/merge_requests/647) - Errors raised by OAuth2::AccessToken are now always OAuth2::Error and have better metadata (@pboling)
38
43
### Fixed
39
44
-[#95](https://gitlab.com/oauth-xx/oauth2/-/issues/95) - restoring an access token via `AccessToken#from_hash` (@pboling)
40
-
- This was a 13 year old bug report. 😘
45
+
- This was a 13 year old bug report. 😘
41
46
-[#619](https://gitlab.com/oauth-xx/oauth2/-/issues/619) - Internal options (like snaky, raise_errors, and parse) are no longer included in request (@pboling)
42
47
-[!633](https://gitlab.com/oauth-xx/oauth2/-/merge_requests/633) - Spaces will now be encoded as `%20` instead of `+` (@nov.matake)
0 commit comments