Commit 5da850c 1 parent c21d693 commit 5da850c Copy full SHA for 5da850c
File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Ruby SAML Changelog
2
2
3
+ ### 1.13.0 (Sept 06, 2021)
4
+ * [ #611 ] ( https://github.com/onelogin/ruby-saml/pull/601 ) Replace MAX_BYTE_SIZE constant with setting: message_max_bytesize
5
+ * [ #605 ] ( https://github.com/onelogin/ruby-saml/pull/605 ) : allowed_clock_drift is now bidrectional
6
+ * [ #614 ] ( https://github.com/onelogin/ruby-saml/pull/614 ) Support : name_id_format option for IdpMetadataParser
7
+ * [ #611 ] ( https://github.com/onelogin/ruby-saml/pull/611 ) IdpMetadataParser should always set idp_cert_multi, even when there is only one cert
8
+ * [ #610 ] ( https://github.com/onelogin/ruby-saml/pull/610 ) New IDP sso/slo binding params which deprecate : embed_sign
9
+ * [ #602 ] ( https://github.com/onelogin/ruby-saml/pull/602 ) Refactor the OneLogin::RubySaml::Metadata class
10
+ * [ #586 ] ( https://github.com/onelogin/ruby-saml/pull/586 ) Support milliseconds in cacheDuration parsing
11
+ * [ #585 ] ( https://github.com/onelogin/ruby-saml/pull/585 ) Do not append " | " to StatusCode unnecessarily
12
+ * [ #607 ] ( https://github.com/onelogin/ruby-saml/pull/607 ) Clean up
13
+ * Add warning about the use of IdpMetadataParser class and SSRF
14
+ * CI: Migrate from Travis to Github Actions
15
+
3
16
### 1.12.2 (Apr 08, 2021)
4
- * [ 575] ( https://github.com/onelogin/ruby-saml/pull/575 ) Fix SloLogoutresponse bug on LogoutRequest
17
+ * [ # 575 ] ( https://github.com/onelogin/ruby-saml/pull/575 ) Fix SloLogoutresponse bug on LogoutRequest
5
18
6
19
### 1.12.1 (Apr 05, 2021)
7
20
* Fix XPath typo incompatible with Rexml 3.2.5
Original file line number Diff line number Diff line change 1
1
module OneLogin
2
2
module RubySaml
3
- VERSION = '1.12.2 '
3
+ VERSION = '1.13.0 '
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments