-
-
Notifications
You must be signed in to change notification settings - Fork 266
v0.5.7 #229
pboling
announced in
Announcements
v0.5.7
#229
-
[0.5.7] 2021年11月02日
Added
- Setup Rubocop (Add rubocop as dependency to lock in version #205 , 🚨 Setup Rubocop #208 by @pboling)
- Added CODE_OF_CONDUCT.md (Convert Readme to Markdown #217 , Welcome to oauth-ruby Discussions! #218 by @pboling)
- Added FUNDING.yml (Convert Readme to Markdown #217 , Welcome to oauth-ruby Discussions! #218 by @pboling)
- Added Client Certificate Options: :ssl_client_cert and :ssl_client_key (Add Client Certificate Options #136 , ✨ New Options: :ssl_client_cert and :ssl_client_key #220 by @pboling)
- Handle a nested array of hashes in OAuth::Helper.normalize (normalize fails on nested array of hashes #80 , ✨ Handle a nested array of hashes in OAuth::Helper.normalize #221 by @pboling)
Changed
- Switch from TravisCI to Github Actions (Use Github Actions for CI #202 , 👷 Switch to GitHub Actions #207 , Upgrade em-http-request to version 1.1.7 #176 by @pboling)
- Upgrade webmock to v3.14.0 (Upgrade webmock to version 3.14.0 #196 by @pboling)
- Upgrade em-http-request to v1.1.7 (Hardcoded old em-http-request dependency #173 by @pboling)
- Upgrade mocha to v1.13.0 (Upgrade mocha to version 1.13.0 #193 by @pboling)
- HISTORY renamed to CHANGELOG.md, and follows Keep a Changelog (Follow KeepAChangelog format #214 , 📝 Closes #214: KeepAChangelog format #215 by @pboling)
- CHANGELOG, LICENSE, and README now ship with packaged gem (Follow KeepAChangelog format #214 , 📝 Closes #214: KeepAChangelog format #215 by @pboling)
- README.rdoc renamed to README.md (Convert Readme to Markdown #217 , Welcome to oauth-ruby Discussions! #218 by @pboling)
- Require plaintext signature method by default (Require plaintext signature method #135 by @confiks & @pboling)
Fixed
- Fixed Infinite Redirect in v0.5.5, v0.5.6 (Revert 0.5.5 regression #186 , Morganick revert 0.5.5 regression #210 by @pboling)
- Fixed NoMethodError on missing leading slash in path (Not adding the leading slash leads to an anonymous NoMethodError: undefined method `downcase' for nil:NilClass #194 , 🐛 Fix #194: NoMethodError on missing leading slash #211 by @pboling)
- Fixed NoMethodError on nil request object (Unauthorized error to_s breaks if request is nil #165 , 🐛 Closes #165: NoMethodError on nil request #212 by @pboling)
- Fixed Unsafe String Comparison (Signatures are compared with potentially unsafe
==
#156 , Issue/156 fix unsafe comparison #209 by @pboling and @drosseau) - Fixed typos in Gemspec (Rdoc.info became Rubydoc.info (gemspec) #204 , Gemspec email is incorrect #203 , 🚨 Setup Rubocop #208 by @pboling)
- Copyright Notice in LICENSE - added correct years (Convert Readme to Markdown #217 , Welcome to oauth-ruby Discussions! #218 by @pboling)
- Fixed request proxy Class constant reference scopes - was missing
::
in many places (Backport fixes from master to v0.5-maintenance #225 , Backports to v0.5 #226 by @pboling)
Removed
- Remove direct development dependency on nokogiri (Bump rexml from 3.2.5 to 3.3.6 #299 by @pboling)
This discussion was created from the release v0.5.7.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment