Releases: dlindahl/omniauth-cas
Releases · dlindahl/omniauth-cas
v3.0.0
What's Changed
- Move CI build to GitHub Actions by @tagliala in #65
- Modernize CI by @tagliala in #71
- Require Ruby >= 3.0 by @tagliala in #73
- Fix readme and changelog by @tagliala in #74
- Use example.org in specs by @tagliala in #75
- Fix module case in version [Breaking Change] by @tagliala in #76
- Add RuboCop by @tagliala in #77
- Fix safe RuboCop offenses in production code by @tagliala in #78
- Chore/fix unsafe offenses in production code by @tagliala in #79
- Regenerate spec helper by @tagliala in #80
- Honor skip_info? by @tagliala in #81
- Add OmniAuth v2 support by @tagliala in #82
- Set version and changelog to 3.0.0.beta.1 by @tagliala in #84
- Chore/fix some offenses by @tagliala in #85
- Update changelog and version by @tagliala in #86
Full Changelog: v2.0.0...v3.0.0
v3.0.0.beta.1
What's Changed
- Move CI build to GitHub Actions by @tagliala in #65
- Modernize CI by @tagliala in #71
- Require Ruby >= 3.0 by @tagliala in #73
- Fix readme and changelog by @tagliala in #74
- Use example.org in specs by @tagliala in #75
- Fix module case in version [Breaking Change] by @tagliala in #76
- Add RuboCop by @tagliala in #77
- Fix safe RuboCop offenses in production code by @tagliala in #78
- Chore/fix unsafe offenses in production code by @tagliala in #79
- Regenerate spec helper by @tagliala in #80
- Honor skip_info? by @tagliala in #81
- Add OmniAuth v2 support by @tagliala in #82
- Set version and changelog to 3.0.0.beta.1 by @tagliala in #84
Full Changelog: v2.0.0...v3.0.0.beta.1
v2.0.0
v1.1.1
Changed
- Relax gemspec requirements, to add support for Rails 5.
Note that the only tested versions of Ruby are now 2.1, 2.2, and 2.3 - older
versions of Ruby should work, but are no longer officially supported.
JASIG-style extra attributes
- Adds support for JASIG-style extra attributes when parsing the CAS server success response (#12)
Minor gem dependency updates
- Version bump to 0.0.7
- Updated RSpec
- Updated SimpleCov
- Updated WebMock
- Updated Bourne
- Updated OmniAuth to 1.1.0
- Added language hint for code example.
- Updated the Travis/Gemnasium status graphics to work better with DocumentUp.
- Wow... commit fail.
- Added History/Changelog
Minor gem dependency maintenance
- Updated 'webmock' gem dependency
- Update 'bourne' gem dependency
- Updated 'simplecov' gem dependency.
Adds ability to configure cert paths
README updates and URL-encoding bug fix
- Version bump to 0.0.4
- Fixed Issue #3 - Corrected some improperly placed URL-encoding.
- Added Gemnasium dependency monitor graphic
- Updated OmniAuth dependency to 1.0.2 to get rid of a Rack bug.
- Only CI the master branch.
- Removed a debugging RSpec tag.
- Removed extraneous whitespace
- Corrected some formatting issues with the README
- Small change to the README
Minor gem dependency updates
- Version bump to 0.0.3
- Upgraded RSpec to 2.8
- Fixed #2 - Removed an undeclared dependency left in from debugging.