Skip to content

Commit 4fe7334

Browse files
committed
Release 1.13.0
1 parent 389cdd1 commit 4fe7334

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# python3-saml changelog
2+
### 1.13.0 (Jan 28, 2022)
3+
4+
- [#296](https://github.com/onelogin/python3-saml/pull/296) Add rejectDeprecatedAlgorithm settings in order to be able reject messages signed with deprecated algorithms.
5+
- Set sha256 and rsa-sha256 as default algorithms
6+
- [#288](https://github.com/onelogin/python3-saml/pull/288) Support building a LogoutResponse with non-success status
7+
- Added warning about Open Redirect and Reply attacks
8+
- [##274](https://github.com/onelogin/python3-saml/pull/274) Replace double-underscored names with single underscores
9+
- Add at OneLogin_Saml2_Auth get_last_assertion_issue_instant() and get_last_response_in_response_to() methods
10+
- Upgrade dependencies
11+
212
### 1.12.0 (Aug 13, 2021)
313
* [#276](https://github.com/onelogin/python3-saml/pull/276) Deprecate server_port from request data dictionary
414

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#! /usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
# Copyright (c) 2010-2021 OneLogin, Inc.
4+
# Copyright (c) 2010-2022 OneLogin, Inc.
55
# MIT License
66

77
from setuptools import setup
88

99

1010
setup(
1111
name='python3-saml',
12-
version='1.12.0',
12+
version='1.13.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)