File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11# Ruby SAML Changelog
22
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+
316### 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
518
619### 1.12.1 (Apr 05, 2021)
720* Fix XPath typo incompatible with Rexml 3.2.5
Original file line number Diff line number Diff line change 11module OneLogin
22 module RubySaml
3- VERSION = '1.12.2 '
3+ VERSION = '1.13.0 '
44 end
55end
You can’t perform that action at this time.
0 commit comments