File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# python-saml changelog
22
3+ ### 2.2.1 (Jan 11, 2017)
4+ * [ #175 ] ((https://github.com/onelogin/python-saml/pull/175 ) Optionally raise detailed exceptions vs. returning False.
5+ Implement a more specific exception class for handling some validation errors. Improve/Fix tests
6+ * [ #171 ] ( https://github.com/onelogin/python-saml/pull/171 ) Add hooks to retrieve last-sent and last-received requests and responses
7+ * Improved inResponse validation on Responses
8+ * [ #173 ] ( https://github.com/onelogin/python-saml/pull/173 ) Fix attributeConsumingService serviceName format in README
9+
10+
311### 2.2.0 (Oct 14, 2016)
412* Several security improvements:
513 * Conditions element required and unique.
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = 'python-saml' ,
12- version = '2.2.0 ' ,
12+ version = '2.2.1 ' ,
1313 description = 'Onelogin Python Toolkit. Add SAML support to your Python software using this library' ,
1414 classifiers = [
15- 'Development Status :: 4 - Beta ' ,
15+ 'Development Status :: 5 - Production/Stable ' ,
1616 'Intended Audience :: Developers' ,
1717 'Intended Audience :: System Administrators' ,
1818 'Operating System :: OS Independent' ,
You can’t perform that action at this time.
0 commit comments