1
1
Revision history for Perl extension Net::SAML2.
2
2
3
+ 0.33-TRIAL - 2021-03-28
4
+
5
+ [Significant Changes]
6
+
7
+ - Mostly an improvement in documentation
8
+ - Implement "full client" test that follows TUTORIAL.md
9
+ - TUTORIAL.md documents how to add Net::SAML2 to your web application
10
+ - Numerous small bug fixes/enhancements
11
+ - Improvements in SP Metadata support
12
+ - Add response_status to Assertion object
13
+ - XML::Sig version 0.47 (improvements in ECDSA and DSA and other fixes)
14
+
15
+ [Change Log]
16
+
17
+ - TBD Update Changes and Increment version
18
+ - 7fabe59 Merge XML::Sig version 0.47
19
+ - d62059f Add Keycloak as a tested SAML provider
20
+ - f626fc5 Sign releases
21
+ - 86eabae Remove space at eol
22
+ - 64c8862 Test requires URI::URL
23
+ - 664a0da Merge pull request #27 from timlegge/full-client
24
+ - ab7e344 Add missing files
25
+ - 971a951 Add missing metadat file
26
+ - 171fd63 Merge pull request #26 from timlegge/full-client
27
+ - cdfe47e Initial full client test
28
+ - 1b07070 Add response_status to Assertion object
29
+ - bcee1ea Clarify Net::SAML2::Binding::Redirect cert parameter
30
+ - fb126f2 Merge pull request #25 from timlegge/tutorial
31
+ - db801af Update pod information
32
+ - 1887f90 Fix invalid newlines inserted
33
+ - 840585a Update TUTORIAL.MD
34
+ - 2987c08 TUTORIAL missing closing tag
35
+ - c34dead Merge pull request #23 from timlegge/tutorial
36
+ - cf1ac4b Fixes #22 New tutorial for integrating Net::SAML2 in your application
37
+ - 67b9ab1 Merge pull request #21 from timlegge/issue19
38
+ - 5377ecd Merge pull request #20 from timlegge/issue18
39
+ - 339d5f9 Fixes #19: SP Metadata AuthnRequestsSigned and WantAssertionsSigned should be configurable
40
+ - 9944c41 Fixes #18 - SP metatdata org_url
41
+ - 305c587 Fixes #13 - ProviderName should be a variable
42
+ - 68629bd Fixes #14 Improve clarity of documentaion for Redirect
43
+ - 8c14615 Fixes #15 Documentation IdP Cert
44
+
3
45
0.32 16-Jan-2022
4
46
5
47
Version 0.31-TRIAL with version incremented
@@ -8,7 +50,7 @@ Revision history for Perl extension Net::SAML2.
8
50
1. Replace Crypt::OpenSSL::Verify509
9
51
2. Merge latest XML::Sig
10
52
11
- TBD Update Changes and Increment version
53
+ 780de03 Update Changes and Increment version
12
54
13
55
0.31-TRIAL 15-Jan-2021
14
56
0 commit comments