Skip to content

Commit 3bd411d

Browse files
committed
Release 1.11.0
1 parent 174ecfa commit 3bd411d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# python3-saml changelog
2+
### 1.11.0 (Jul 23, 2021)
3+
* [#261](https://github.com/onelogin/python3-saml/pull/261) Allow duplicate named attributes, controlled by a new setting
4+
* [#268](https://github.com/onelogin/python3-saml/pull/268) Make the redirect scheme matcher case-insensitive
5+
* [#256](https://github.com/onelogin/python3-saml/pull/256) Improve signature validation process. Add an option to use query string for validation
6+
* [#259](https://github.com/onelogin/python3-saml/pull/259) Add get metadata timeout
7+
* [#246](https://github.com/onelogin/python3-saml/pull/246) Add the ability to change the ProtocolBinding in the authn request.
8+
* [#248](https://github.com/onelogin/python3-saml/pull/248) Move storing the response data into its own method in the Auth class
9+
* Remove the dependency on defusedxml
10+
* [#241](https://github.com/onelogin/python3-saml/pull/241) Improve AttributeConsumingService support
11+
* Update expired dates from test responses
12+
* Migrate from Travis to Github Actions
13+
214
### 1.10.1 (Jan 27, 2021)
315
* Fix bug on LogoutRequest class, get_idp_slo_response_url was used instead get_idp_slo_url
416

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='python3-saml',
12-
version='1.10.1',
12+
version='1.11.0',
1313
description='Onelogin Python Toolkit. Add SAML support to your Python software using this library',
1414
classifiers=[
1515
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)