Skip to content

Releases: healthify/fake_idp

Update ruby-saml dependency

13 Sep 21:11
4534993
Compare
Choose a tag to compare

Breaking Changes

  • None

Changes

  • Update ruby-saml dependency.
  • Update tests rspec version to be compatible with newer versions of rails.

1.3.0

15 Nov 21:59
7c83dfd
Compare
Choose a tag to compare

Breaking Changes

  • None

Changes

  • Removes Gemfile.lock to allow newer versions of sinatra

1.2.0

28 Feb 19:45
Compare
Choose a tag to compare

Breaking changes

None

Changes

1.1.0

21 Jan 15:10
Compare
Choose a tag to compare

Breaking Changes

None. This is a minor release

Changes

  • Removes a version constraint imposed by fake_idp on ActiveModel.
    We don't depend directly on ActiveModel/ActiveSupport so ultimately it is not our responsibility to add version restrictions to avoid CVEs. This just isn't feasible with our team's bandwidth but we will continue to monitor our first-party dependencies and keep those versions up-to-date to keep our users safe.

1.0.5

01 Nov 21:02
ed6ae65
Compare
Choose a tag to compare

1.0.4

14 May 13:06
Compare
Choose a tag to compare
1.0.4

1.0.3

23 Apr 14:23
Compare
Choose a tag to compare

Allows for leveraging ruby-saml versions as new as 1.12 while still supporting prior versions

1.0.2

22 Apr 20:20
23272d8
Compare
Choose a tag to compare

Loosens restrictions on which versions of ActiveModel are allowed (and thereby ActiveSupport)

1.0.0

13 Aug 18:21
43d4240
Compare
Choose a tag to compare
Bump to v1.0.0 (#42)

Co-Authored-By: Robyn-Dale Samuda <[email protected]>

Make ruby-saml a runtime dependency

18 Jun 21:16
0021374
Compare
Choose a tag to compare

This change facilitates using the public SamlResponse class to construct responses which depends on the ruby-saml gem