Releases: cloudfoundry/omniauth-uaa-oauth2
Releases · cloudfoundry/omniauth-uaa-oauth2
v1.1.1 ruby3 support
What's Changed
- Log access_token information with log level :debug by @gogolok in #20
- Create dependabot.yml by @strehle in #22
- Update omniauth requirement from ~> 1.0 to >= 1, < 3 by @dependabot in #25
- Bump ruby/setup-ruby from 1.146.0 to 1.148.0 by @dependabot in #27
- Ruby workflow tests current rubies by @aramprice in #28
New Contributors
- @gogolok made their first contribution in #20
- @strehle made their first contribution in #22
- @dependabot made their first contribution in #25
- @aramprice made their first contribution in #28
Full Changelog: v1.0.0...v1.1.1
v1.0.0 - ruby2 + custom root CAs
Welcome to v1.0.0!
In addition to previous point releases earlier today, v1.0.0 includes:
- update to syntax and testing against latest Ruby 2.3, 2.4, 2.5 (previously was testing against 1.9.3)
- custom root CAs (if your UAA is deployed with a custom root CA, this means you do not need to insecurely skip SSL verification)
v0.0.8 - avoid deprecation warnings; explicit ignore verify
Primary feature of this patch is to avoid deprecation warnings from cf-uaa-lib
Other commits:
- restrict rake version due to https://stackoverflow.com/a/35893625
- allow latest cf-uaa-lib in Gemfile for local dev
- ignore Gemfile.lock - its a rubygem project
- avoid deprecation warnings; explicit ignore verify
- remove old vmware copyrights; see LICENSE and NOTICE [fixes #18] (#19)
v0.0.7 - finally a release, not the final release
This release contains the contents of master
branch from the last year or so, tagged as a release in git and on rubygems.
You can finally update your Gemfile
from:
gem 'omniauth-uaa-oauth2', git: 'https://github.com/cloudfoundry/omniauth-uaa-oauth2'
To
gem 'omniauth-uaa-oauth2'
And run:
bundle update
See #17 for more information