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
* 📝 Document release 2.0.7
Signed-off-by: Peter Boling <peter.boling@gmail.com>
* 🐛 Allow POST of JSON to get token
- Fixes#431
- Thanks @terracatta
Signed-off-by: Peter Boling <peter.boling@gmail.com>
* ♻️ Refactor method names that are too long
Signed-off-by: Peter Boling <peter.boling@gmail.com>
* 🔖 Prepare release 2.0.7
Signed-off-by: Peter Boling <peter.boling@gmail.com>
* ♻️ Small Client refactor
Signed-off-by: Peter Boling <peter.boling@gmail.com>
* 📝 Document impact of fix
Signed-off-by: Peter Boling <peter.boling@gmail.com>
Signed-off-by: Peter Boling <peter.boling@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
The format (since v2) is based on [Keep a Changelog v1](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [2.0.7] - 2022年08月22日
8
+
### Added
9
+
-[#629](https://github.com/oauth-xx/oauth2/pull/629) - Allow POST of JSON to get token (@pboling, @terracatta)
10
+
11
+
### Fixed
12
+
-[#626](https://github.com/oauth-xx/oauth2/pull/626) - Fixes a regression in 2.0.6. Will now prefer the key order from the lookup, not the hash keys (@rickselby)
13
+
- Note: This fixes compatibility with `omniauth-oauth2` and AWS
14
+
-[#625](https://github.com/oauth-xx/oauth2/pull/625) - Fixes the printed version in the post install message (@hasghari)
15
+
7
16
## [2.0.6] - 2022年07月13日
8
17
### Fixed
9
18
-[#624](https://github.com/oauth-xx/oauth2/pull/624) - Fixes a [regression](https://github.com/oauth-xx/oauth2/pull/623) in v2.0.5, where an error would be raised in refresh_token flows due to (legitimate) lack of access_token (@pboling)
warn('OAuth2::Client#get_token argument `extract_access_token` will be removed in oauth2 v3. Refactor to use `access_token_class` on #initialize.')ifextract_access_token
0 commit comments