Skip to content

v1.0.0

Compare
Choose a tag to compare
@nitmir nitmir released this 12 Jan 11:12
· 78 commits to master since this release
v1.0.0
7e0bf93

v1.0.0 - 2019-01-12

Added

  • Support for python 3.6 and Django 1.11
  • Support for Django 2.0
  • Keep query string then redirecting from / to /login

Fixes

  • Add missing attributes authenticationDate, longTermAuthenticationRequestTokenUsed and
    isFromNewLogin from service validation response
  • Catch error from calling django.contrib.staticfiles.templatetags.staticfiles.static
    in non-debug mode before collectstatic in cas_server.default_settings.py
  • Invalid escape sequence in regular expression

Deprecated

  • Support for Django <1.11 is dropped, it should still works for this version.
    Next versions will most probably be not compatible with Django <1.11
  • Support for python 3.4 is dropped, it should still works for this version.
    Next versions may or may not works with python 3.4.

Other