Skip to content

Releases: cloudfoundry/omniauth-uaa-oauth2

v1.1.1 ruby3 support

11 May 10:19
def27c6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.1

v1.0.0 - ruby2 + custom root CAs

22 Jul 22:25
Compare
Choose a tag to compare

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

22 Jul 22:05
Compare
Choose a tag to compare

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

22 Jul 21:50
Compare
Choose a tag to compare

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