File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# RubySaml Changelog
2
+ ### 1.4.3 (May 18, 2017)
3
+ * Added SubjectConfirmation Recipient validation
4
+ * [ #393 ] ( https://github.com/onelogin/ruby-saml/pull/393 ) Implement IdpMetadataParser#parse_to_hash
5
+ * Adapt IdP XML metadata parser to take care of multiple IdP certificates and be able to inject the data obtained on the settings.
6
+ * Improve binding detection on idp metadata parser
7
+ * [ #373 ] ( https://github.com/onelogin/ruby-saml/pull/373 ) Allow metadata to be retrieved from source containing data for multiple entities
8
+ * Be able to register future SP x509cert on the settings and publish it on SP metadata
9
+ * Be able to register future SP x509cert on the settings and publish it on SP metadata.
10
+ * Be able to register more than 1 Identity Provider x509cert, linked with an specific use (signing or encryption.
11
+ * Improve regex to detect base64 encoded messages
12
+ * Fix binding configuration example in README.md
13
+ * Add Fix SLO request. Correct NameQualifier/SPNameQualifier values.
14
+ * Validate serial number as string to work around libxml2 limitation
15
+ * Propagate isRequired on md: RequestedAttribute when generating SP metadata
2
16
3
17
### 1.4.2 (January 11, 2017)
4
18
* Improve tests format
Original file line number Diff line number Diff line change 1
1
module OneLogin
2
2
module RubySaml
3
- VERSION = '1.4.2 '
3
+ VERSION = '1.4.3 '
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments