Changelog for
ruby2.7-rubygem-oauth-1.1.0-1.29.x86_64.rpm :
* Mon Oct 10 2022 Stephan Kulow
updated to version 1.1.0 see installed CHANGELOG.md [#]# [1.1.0] 2022-08-29 [#]## Changed
* `OAuth::CLI` has been extracted to a new gem, `oauth-tty`, hosted on [Gitlab](https://gitlab.com/oauth-xx/oauth-tty)
* The public API of `oauth-tty` is backwards compatible (meaning `OAuth::CLI`)
* The change within the `oauth` gem is backwards compatible as `oauth-tty` has been added as a dependency
* Minor version bump is cautionary, as many lines of code have changed.
* `OAuth::Comsumer#options` hash is now handled by `snaky_hash`, which was extracted from `oauth2`
* symbolized keys, dot-access and snake-case are now normalized [#]# [1.0.1] 2022-08-29 [#]## Changed
* `OAuth::Comsumer#options` hash is now handled by `snaky_hash`, which was extracted from `oauth2`
* symbolized keys, dot-access and snake-case are now normalized
* Mon Aug 29 2022 Stephan Kulow updated to version 1.0.0 see installed CHANGELOG.md [#]# [1.0.0] 2022-08-23 [#]## Changed
* Dropped support for Ruby < 2.7 [#]## Added
* New EOL Policy
* Non-commercial support for the oldest version of Ruby (which itself is going EOL) will be dropped each year in April [#]# [0.6.1] 2022-08-23 [#]## Changed
* Fixed documentation in SECURITY.md
* Change references to master => main [#]## Added
* Post install note about v0.6.x EOL approaching in April, 2024 [#]# [0.6.0] 2022-08-23 [#]## Added
* New option `body_hash_enabled` which defaults to true to maintain backward compatibility with prior releases. Setting to `false` disables generation of a `oauth_body_hash` component as part of the signature computation.
* Improved documentation of support policy via Tidelift
* Stop testing against active_support v2 [#]## Changed
* Utilize version_gem extracted from oauth2 gem for VERSION
* Added new `OAuth::Version` namespace
* VERSION constant now at `OAuth::Version::VERSION` [#]## Removed
* Ruby 2.0, 2.1, 2.2, and 2.3 are no longer valid install targets [#]# [0.5.13] 2022-08-23 The \"I think I caught \'em all!\" Release [#]## Fixed
* Typo oauth2 => oauth as gem name in one more place. [#]# [0.5.12] 2022-08-23 The \"Typoes are just the worst!\" Release [#]## Fixed
* Typo oauth2 => oauth as gem name in a couple places. [#]# [0.5.11] 2022-08-23 The \"Is this the last release with a silly name?\" Release [#]## Added
* Post install note about v0.5.x EOL approaching in April, 2023 [#]## Changed
* Improved documentation
* Switched branch references from master to main
* CI builds are now all green!
* Thu Aug 04 2022 Stephan Kulow updated to version 0.5.10 see installed CHANGELOG.md
* Tue Jan 25 2022 Stephan Kulow updated to version 0.5.8 no changelog found
* Thu Dec 14 2017 cooloAATTsuse.com- updated to version 0.5.4 no changelog found
* Tue May 30 2017 cooloAATTsuse.com- updated to version 0.5.3 no changelog found
* Tue May 23 2017 cooloAATTsuse.com- updated to version 0.5.2 no changelog found
* Wed Mar 02 2016 cooloAATTsuse.com- updated to version 0.5.1 no changelog found
* Sun Feb 21 2016 cooloAATTsuse.com- updated to version 0.5.0 HISTORY removed upstream
* Tue Sep 04 2012 cooloAATTsuse.com- updated to version 0.4.7
* Fix merging paths if the path is not empty
* Set a configurable timeout for all requests (Rick Olson)
* Fix nested hash params in Consumer#request (Ernie Miller)