omniauth-identity v3.1.0 released!
RELEASE v3.1.0 CHANGELOG
- COVERAGE: 91.98% β 344/374 lines in 15 files
- BRANCH COVERAGE: 80.26% β 61/76 branches in 15 files
- 44.44% documented
Added
- PR #123 Improve readability in #identity method of OmniAuthStrategiesIdentity by @Xeragus
- PR #124 Modernized gem structure, and updated dependencies for development by @pboling
- Gem releases are now cryptographically signed
- All ORM adapters (except NoBrainer) are tested in CI
- PR #127 Improved documentation by @pboling
- PR #128 Instructions for contributing by @pboling
Changed
- Deprecate
require 'omniauth/identity'by @pboling- in favor of
require 'omniauth-identity'(matching the gem name)Fixed
- in favor of
- PR #120 Fix: handling of SCRIPT_NAME for registration_path by @btalbot
- PR #122 Compatibility with rack v3.1+: use
req.params[]instead ofreq[]by @emon- See: https://github.com/rack/rack/pull/2183
Whatβs Changed (autogenerated)
- Refactor for readability in #identity method in OmniAuthStrategiesIdentity by @Xeragus in https://github.com/omniauth/omniauth-identity/pull/123
- Fix: broken registration_path when SCRIPT_NAME is not empty string by @btalbot in https://github.com/omniauth/omniauth-identity/pull/120
- Use req.params[] instead of req[], which was removed in rack 3.1.0 by @emon in https://github.com/omniauth/omniauth-identity/pull/122
- Updates by @pboling in https://github.com/omniauth/omniauth-identity/pull/124
- Update all development Bundler dependencies (2024-11-14) by @depfu in https://github.com/omniauth/omniauth-identity/pull/126
- π Improve documentation by @pboling in https://github.com/omniauth/omniauth-identity/pull/127
- Contributing by @pboling in https://github.com/omniauth/omniauth-identity/pull/128
- Release/v3.1.0 by @pboling in https://github.com/omniauth/omniauth-identity/pull/129
New Contributors
- @Xeragus made their first contribution in https://github.com/omniauth/omniauth-identity/pull/123
- @btalbot made their first contribution in https://github.com/omniauth/omniauth-identity/pull/120
- @emon made their first contribution in https://github.com/omniauth/omniauth-identity/pull/122
- @depfu made their first contribution in https://github.com/omniauth/omniauth-identity/pull/126
Full Changelog: https://github.com/omniauth/omniauth-identity/compare/v3.0.9β¦v3.1.0