You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python3.4 is not supported anymore by lxml. Since lots of distribution
handle python3.5 by default and because it breaks the CI, it looks
obvious to drop it.
Copy file name to clipboardExpand all lines: changelog.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
1
# python3-saml changelog
2
+
### 1.7.1 (unrelease)
3
+
* Drop python3.4 support
4
+
2
5
### 1.7.0 (Jul 02, 2019)
3
6
* Adjusted acs endpoint to extract NameQualifier and SPNameQualifier from SAMLResponse. Adjusted single logout service to provide NameQualifier and SPNameQualifier to logout method. Add getNameIdNameQualifier to Auth and SamlResponse. Extend logout method from Auth and LogoutRequest constructor to support SPNameQualifier parameter. Align LogoutRequest constructor with SAML specs
4
7
* Added get_in_response_to method to Response and LogoutResponse classes
0 commit comments