Skip to content

Releases: dlindahl/omniauth-cas

v3.0.0

24 Feb 11:47
a8bd9b2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v3.0.0

v3.0.0.beta.1

12 Jan 21:09
c47a0e9
Compare
Choose a tag to compare
v3.0.0.beta.1 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0...v3.0.0.beta.1

v2.0.0

14 Nov 15:35
@vjt vjt
Compare
Choose a tag to compare

2.0.0 - 2010-11-14

Added

  • Add support for multivalued attributes (#59)
  • Successfully test against Ruby 2.4 and up (#60)

Changed

  • Forward success response to fetch_raw_info callback (#51)
  • Relax development dependencies to the latest versions

v1.1.1

26 Sep 18:13
Compare
Choose a tag to compare

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

10 Jul 18:27
Compare
Choose a tag to compare
  • Adds support for JASIG-style extra attributes when parsing the CAS server success response (#12)

Minor gem dependency updates

20 Nov 04:58
Compare
Choose a tag to compare
  • 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

20 Nov 04:53
Compare
Choose a tag to compare
  • Updated 'webmock' gem dependency
  • Update 'bourne' gem dependency
  • Updated 'simplecov' gem dependency.

Adds ability to configure cert paths

20 Nov 04:56
Compare
Choose a tag to compare
  • Version bump to 0.0.5
  • Refactored Pull Request #4 to make the CA Path configurable and added a test.
  • Merge pull request #4 from dynaum/master
  • Configuring ssl certs path for ubuntu
  • Added chnage log
  • Updated README

README updates and URL-encoding bug fix

20 Nov 04:55
Compare
Choose a tag to compare
  • 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

20 Nov 04:55
Compare
Choose a tag to compare
  • Version bump to 0.0.3
  • Upgraded RSpec to 2.8
  • Fixed #2 - Removed an undeclared dependency left in from debugging.