Update CHANGELOG.rst and README.rst
This commit is contained in:
parent
319c63a7f2
commit
0f2281f2ea
3 changed files with 12 additions and 4 deletions
|
@ -12,8 +12,14 @@ Unreleased
|
||||||
Added
|
Added
|
||||||
-----
|
-----
|
||||||
* Support for Django 4.0 and 4.1
|
* Support for Django 4.0 and 4.1
|
||||||
|
* Add locale for zh_Hans
|
||||||
|
* Add a unit test with a non ascii char in service url
|
||||||
* Add settings to allow deletings Django cookies upon logout
|
* Add settings to allow deletings Django cookies upon logout
|
||||||
|
|
||||||
|
Changed
|
||||||
|
-------
|
||||||
|
* Update CI: require pytest >= 7 and remove pytest-pythonpath dependancy
|
||||||
|
|
||||||
Fixes
|
Fixes
|
||||||
-----
|
-----
|
||||||
* Fix unicode sandwich issue in cas_server.utils.update_url
|
* Fix unicode sandwich issue in cas_server.utils.update_url
|
||||||
|
@ -22,8 +28,10 @@ Fixes
|
||||||
|
|
||||||
Removed
|
Removed
|
||||||
-------
|
-------
|
||||||
* Drop support for python 2.7 (now deprecated for more than 2 years)
|
* Drop support for python 2.7 (now deprecated for more than 2 years,
|
||||||
* Drop support for python 3.5
|
expect it to break now or in a near future)
|
||||||
|
* Drop support for python 3.5 (but it should keep working for a while.
|
||||||
|
pytest >= 7 do not support python 3.5 and Debian Stretch support ended)
|
||||||
|
|
||||||
|
|
||||||
v1.3.1 - 2021-07-03
|
v1.3.1 - 2021-07-03
|
||||||
|
|
|
@ -21,7 +21,7 @@ Features
|
||||||
* Possibility to rename/rewrite attributes per service
|
* Possibility to rename/rewrite attributes per service
|
||||||
* Possibility to require some attribute values per service
|
* Possibility to require some attribute values per service
|
||||||
* Federated mode between multiple CAS
|
* Federated mode between multiple CAS
|
||||||
* Supports Django 1.11, 2.2, 3.2, 4.1 and 4.2
|
* Supports Django 1.11, 2.2, 3.2, 4.0 and 4.1
|
||||||
* Supports Python 3.6+
|
* Supports Python 3.6+
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Django >= 1.11,<3.3
|
Django >= 1.11,<4.2
|
||||||
setuptools>=5.5
|
setuptools>=5.5
|
||||||
requests>=2.4
|
requests>=2.4
|
||||||
requests_futures>=0.9.5
|
requests_futures>=0.9.5
|
||||||
|
|
Loading…
Reference in a new issue