-
-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.0: Merge latest master into v2.0 #684
v2.0: Merge latest master into v2.0 #684
Conversation
Patch errant bullet point without space in Changelog.md
…_nameid Add support on LogoutRequest with Encrypted NameID
Adding sponsor button
Add sp_cert_multi to facilitate SP cert/key rotation
bdd79f0
to
ec20f55
Compare
@pitbulk this is ready for your review now. |
lib/onelogin/ruby-saml/version.rb
Outdated
@@ -2,6 +2,6 @@ | |||
|
|||
module OneLogin | |||
module RubySaml | |||
VERSION = '1.15.0' | |||
VERSION = '1.16.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@johnnyshields I'm more inclined to move to a 2.X version now that we have dropped support for old Ruby versions.
That way we can use 1.16 and 1.X for security bugfixes and key features we want to add to the old branch.
We should also update the changelog properly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done! Changed to 2.0.0
I only have the concern of the ruby-saml version, the rest seems good to be merged. Do you want to fix this at this PR or later? We should also, after the PR 685, apply somehow adapted versions of: |
This PR catches up v2.x branch with the latest master code.
This PR also drops support for Ruby 2.6, 2.7 and JRuby 9.3 all of which are now both EOL. (Even Ruby 3.0 is EOL, but we can support it for now.)