Skip to content

Commit debcf23

Browse files
committed
Release 1.4.3
1 parent 884e24f commit debcf23

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# 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
216

317
### 1.4.2 (January 11, 2017)
418
* Improve tests format

lib/onelogin/ruby-saml/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OneLogin
22
module RubySaml
3-
VERSION = '1.4.2'
3+
VERSION = '1.4.3'
44
end
55
end

0 commit comments

Comments
 (0)