Releases: ruby-oauth/oauth
Release list
v1.1.8
1.1.8 - 2026-07-15
- TAG: v1.1.8
- COVERAGE: 69.47% -- 835/1202 lines in 42 files
- BRANCH COVERAGE: 47.75% -- 159/333 branches in 42 files
- 40.38% documented
Changed
-
Raised the
anonymous_loaderruntime dependency floor to>= 0.1.1. -
Raised the
auth-sanitizerruntime dependency floor to>= 0.2.2and
switched isolated sanitizer loading to the releasedanonymous_loadergem,
including local workspace wiring for the new runtime dependency. -
Raised the
oauth-ttyruntime dependency floor to>= 1.0.11. -
Raised the
anonymous_loaderruntime dependency floor to>= 0.1.2. -
Retemplated generated project metadata, support documentation, CI workflows,
binstubs, and development dependency floors withkettle-jemv7.0.0.
Fixed
-
Updated the auth-sanitizer subprocess isolation spec to load the standard
test bootstrap, including Ruby 2.4 backports. -
Made the Ruby 2.4 appraisal's legacy
cgidependency explicit. -
Corrected RubyGems homepage metadata to point at the gem documentation site.
-
Corrected persisted Open Collective and repository topology metadata used by
future template runs. -
Package configured license files in gem release file lists.
-
Updated the dep-heads workflow so current TruffleRuby uses the generated
gemfiles/dep_heads.gemfiledirectly, avoiding Appraisal bootstrap failures
with TruffleRuby's bundled RubyGems/Bundler and gem.coop.
Added
- Added support for JRuby 10.1 and TruffleRuby 34.0.
Many paths lead to being a sponsor or a backer of this project. Are you on such a path?
v1.1.7
1.1.7 - 2026-06-15
- TAG: v1.1.7
- COVERAGE: 88.32% -- 839/950 lines in 33 files
- BRANCH COVERAGE: 58.67% -- 159/271 branches in 33 files
- 40.38% documented
Changed
-
Retemplated repository metadata, workflows, modular gemfiles, documentation
scaffolding,version_gem>= 1.1.12, and templating-isolated local workspace
Gemfile wiring with the currentkettle-jemtemplate. -
Raised the
auth-sanitizerruntime dependency floor to>= 0.2.1, so OAuth
consumers get hash and nested-attribute inspect redaction fixes plus
downstream RBS duplicate-declaration fixes. -
Raised the
oauth-ttyruntime dependency floor to>= 1.0.9. -
Raised the
oauth-ttyruntime dependency floor to>= 1.0.10, removing
the transitive externalcgiruntime dependency for Ruby 2.4 consumers.
Fixed
-
Restored
docs/CNAMEso the generated documentation site keeps its custom domain. -
Pinned older Ruby appraisals to Rack 2.2 so
rack-testremains compatible
with the Ruby 2.4, Ruby 2.5, and JRuby 9.2 CI jobs. -
Derived an RSA public key from PEM private-key strings before signature
verification, matching JRuby OpenSSL behavior while preserving RSA-SHA1
verification semantics. -
Removed the external
cgiruntime dependency because the onlycgigem
releases installable on Ruby 2.4 callString#delete_prefix, which is
unavailable on Ruby 2.4. -
Removed the external
erbdependency from the Ruby 2.4 appraisal because
Ruby 2.4 already provides ERB and the releasederbgem depends on external
cgi. -
Added a private-key-backed RSA-SHA1 verification fallback for JRuby OpenSSL
versions that raiseOpenSSL::PKey::PKeyErrorduring public-key
verification.
Many paths lead to being a sponsor or a backer of this project. Are you on such a path?
v1.1.6
1.1.6 - 2026-06-07
- TAG: v1.1.6
- COVERAGE: 89.05% -- 838/941 lines in 33 files
- BRANCH COVERAGE: 60.46% -- 159/263 branches in 33 files
- 40.38% documented
Changed
- Retemplated project workflows, appraisals, and development tooling with the
currentkettle-jemtemplate. - Documented current
OAuth::Consumerconfiguration options, including token
request redirect safety settings, and corrected the OAuth 1.0a usage example. - Raised the runtime dependency floor for
auth-sanitizerto>= 0.2.1. - Raised the runtime dependency floor for
snaky_hashto>= 2.0.5.
Security
- Hardened OAuth token endpoint redirect handling after the GHSA-pp92-crg2-gfv9
review: token redirects are now bounded, resolved explicitly, and rejected
when they cross origins unless explicitly enabled.
Many paths lead to being a sponsor or a backer of this project. Are you on such a path?
v1.1.5
1.1.5 - 2026-05-20
- TAG: v1.1.5
- COVERAGE: 84.79% -- 864/1019 lines in 37 files
- BRANCH COVERAGE: 54.91% -- 151/275 branches in 37 files
- 40.86% documented
Changed
- auth-sanitizer v0.1.3
Fixed
- Load
auth-sanitizerthrough an internal isolated loader so requiringoauthdoes not add top-levelAuthorAuthSanitizerconstants that may collide with downstream applications.
Many paths lead to being a sponsor or a backer of this project. Are you on such a path?
v1.1.4
1.1.4 - 2026-05-16
- TAG: v1.1.4
- COVERAGE: 84.64% -- 854/1009 lines in 36 files
- BRANCH COVERAGE: 54.91% -- 151/275 branches in 36 files
- 40.78% documented
Added
- Add
auth-sanitizerintegration for inspect-time secret redaction in core OAuth objects. - Traditional OAuth::VERSION constant
Changed
- Redact sensitive values from
#inspectinOAuth::Consumer,OAuth::Token, andOAuth::Signature::Base.
Many paths lead to being a sponsor or a backer of this project. Are you on such a path?
v1.1.3
1.1.3 - 2025-11-06
- TAG: v1.1.3
- COVERAGE: 81.70% -- 817/1000 lines in 36 files
- BRANCH COVERAGE: 50.54% -- 140/277 branches in 36 files
- 40.71% documented
Added
- base64 dependency, fixes Ruby 3.4 and 3.5 HEAD compatibility
Fixed
- Fix ActionController request proxy NoMethodError when building signatures
- define
wrap_valuesonOAuth::RequestProxy::Base - remove duplicate from
ActionDispatchRequest - add specs
- define
Many paths lead to being a sponsor or a backer of this project. Are you on such a path?
v1.1.2
1.1.2 - 2025-09-21
- TAG: v1.1.2
- COVERAGE: 81.78% -- 817/999 lines in 36 files
- BRANCH COVERAGE: 50.54% -- 140/277 branches in 36 files
- 40.71% documented
Added
- Corrected SHA-256 & SHA-512 checksums for release 1.1.1
Many paths lead to being a sponsor or a backer of this project. Are you on such a path?
v1.1.1
1.1.1 - 2025-09-21
- TAG: v1.1.1
- COVERAGE: 81.70% -- 817/1000 lines in 36 files
- BRANCH COVERAGE: 50.54% -- 140/277 branches in 36 files
- 40.71% documented
Added
- kettle-dev v1.1.18
- Internal escape & unescape methods
- Stop relying on URI / CGI for escaping and unescaping
- They are both unstable across supported versions of Ruby (including 3.5 HEAD)
- Tests against Rails-specific code are now run in CI
- Documented OAuth 1.0, 1.0a differences
Changed
- converted minitest => rspec
Removed
- dependency on em-http-request
- now lazy Loaded so it can be optional, since some systems fail to install it, and it doesn't seem maintained
Many paths lead to being a sponsor or a backer of this project. Are you on such a path?