-
-
Notifications
You must be signed in to change notification settings - Fork 622
Release/v2.0.10 #647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release/v2.0.10 #647
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pull Request Test Coverage Report for Build 15079079691Details
💛 - Coveralls |
- fix specs for JWT v3 - add appraisal for current rubies with runtime dep heads - add workflow for current rubies with runtime dep heads
- Consider trying it again someday?
- Consider trying it again someday?
- No longer supported by GitHub
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #647 +/- ##
===========================
===========================
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Mirror of https://gitlab.com/oauth-xx/oauth2/-/merge_requests/648
In this release
2.0.10 - 2025-05-16
Added
funding.yml
(@Aboling0).gitlab-ci.yml
(@jessieay)token_name
option (@pboling)OAuth2::OAUTH_DEBUG
constant, based on `ENV["OAUTH_DEBUG"] (@pboling)OAuth2.config.silence_extra_tokens_warning
, default: false (@pboling)OAuth2::Client#revoke_token
OAuth2::AccessToken#revoke
Changed
OAuth2.config.silence_extra_tokens_warning
wasfalse
, nowtrue
(@pboling)OAuth2::AccessToken#refresh
now supports block param pass through (@pboling)OAuth2.config
is no longer writable (@pboling)OAuth2::AccessToken
are now alwaysOAuth2::Error
and have better metadata (@pboling)Fixed
AccessToken#from_hash
(@pboling)snaky
,raise_errors
, andparse
) are no longer included in request (@pboling)%20
instead of+
(@nov.matake)CHANGELOG.md
documentation fix (@skuwa229)expired?
whenexpires_in
is0
(@disep)OAuth2::Error
ifraise_errors
option istrue
(@glytch2)AccessToken#to_hash
is now serializable, just a regular Hash (@pboling)README.md
documentation fix (@martinezcoder)inspect
(@manuelvanrijn)require
torequire_relative
(improve performance) (@Aboling0)TODOs
Please help me support open source by sponsoring me - @pboling