File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
1414### Removed
1515
16- ## [ 1.1.0] 2022-08-26
16+ ## [ 1.1.0] 2022-08-29
1717### Changed
1818* ` OAuth::CLI ` has been extracted to a new gem, ` oauth-tty ` , hosted on [ Gitlab] ( https://gitlab.com/oauth-xx/oauth-tty )
1919 * The public API of ` oauth-tty ` is backwards compatible (meaning ` OAuth::CLI ` )
2020 * The change within the ` oauth ` gem is backwards compatible as ` oauth-tty ` has been added as a dependency
2121 * Minor version bump is cautionary, as many lines of code have changed.
22+ * ` OAuth::Comsumer#options ` hash is now handled by ` snaky_hash ` , which was extracted from ` oauth2 `
23+ * symbolized keys, dot-access and snake-case are now normalized
2224
2325## [ 1.0.0] 2022-08-23
2426### Changed
Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ Gem::Specification.new do |spec|
3737 spec . post_install_message = "
3838You have installed oauth version #{ OAuth ::Version ::VERSION } , congratulations!
3939
40- Non-commercial support for the 1.0. x series will end in April, 2025. Please make a plan to upgrade to the next version prior to that date.
41- The only breaking change will be dropped support for Ruby 2.7.
40+ Non-commercial support for the 1.x series will end by April, 2025. Please make a plan to upgrade to the next version prior to that date.
41+ The only breaking change will be dropped support for Ruby 2.7 and any other versions which will also have reached EOL by then .
4242
4343Please see:
4444• https://github.com/oauth-xx/oauth/blob/main/SECURITY.md
4545
46- Note also that I, and this project, am in the process of leaving Github.
46+ Note also that I am , and this project is, in the process of leaving Github.
4747I wrote about some of the reasons here:
4848• https://dev.to/galtzo/im-leaving-github-50ba
4949
You can’t perform that action at this time.
0 commit comments