Skip to content

Releases: barseghyanartur/ska

1.10

26 Aug 23:34
Compare
Choose a tag to compare
  • Tested against Python 3.11.
  • Mark django-nine as optional dependency.
  • Drop support for Python < 3.7.
  • Drop support for Django < 3.2 and 4.0.
  • Tested against Django 4.1 and 4.2.
  • Upgrade relevant contrib code to support both django-constance >= 2.8.x and
    3.x.

1.9.1-2021-11-18

19 Nov 01:48
0c0e0a9
Compare
Choose a tag to compare
  • Tested against Python 3.10.

1.9-2021-08-18

17 Aug 23:31
9d9dbd7
Compare
Choose a tag to compare
  • Add value_dumper to most of the functions/methods related to signature
    generation/validation. It's aimed to make signatures generated in languages
    better compatible with ska.
  • Add quoter to most of the functions/methods related to signature
    generation/validation. It's aimed to make signatures generated in languages
    better compatible with ska.

1.8.1-2021-06-10

10 Jun 21:55
Compare
Choose a tag to compare
  • Wipe out old flavour from code.
  • Blackify.

1.8-2021-06-10

10 Jun 21:55
Compare
Choose a tag to compare

Additions to the Django contrib app

  • Drop Python 2.7 and 3.5 support.
  • Tested against Django 2.2, 3.0, 3.1 and 3.2.
  • Tested against Python 3.8 and 3.9.
  • django-constance specific template tags have been moved to
    ska.contrib.django.ska.integration.constance_integration. Update your
    Django settings accordingly.
  • django-constance specific authentication backend has been moved to
    'ska.contrib.django.ska.backends.constance_backend.SkaAuthenticationConstanceBackend.
    Update your Django settings accordingly.
  • django-constance specific DRF permission
    classes (ConstanceSignedRequestRequired
    and ConstanceProviderSignedRequestRequired) have been moved to
    ska.contrib.django.ska.integration.drf.permissions.constance_permissions.
    Update your Django settings accordingly.

1.7.5-2019-05-15

10 Jun 21:54
Compare
Choose a tag to compare
  • Fixes in ska-sign-url on Python 3.5.

1.7.4-2019-05-12

12 May 21:31
Compare
Choose a tag to compare

Minor additions to the Django contrib app

  • Introduce SKA_CONSTANCE_SETTINGS_PARSE_FROM_JSON directive for
    parsing the data stored in django-constance (instead of treating it
    as dict). Default value is False.

1.7.3-2019-03-13

12 Mar 23:52
Compare
Choose a tag to compare

Fixes in the Django contrib app

  • Handle cases when request is not passed to the authentication backend.

1.7.2-2019-02-23

22 Feb 23:19
Compare
Choose a tag to compare

Additions to the Django contrib app

  • Added provider_sign_url template tag to the existing ska_tags template
    tags module.
  • Added a new ska_constance_tags template tags module (to be used in
    combination with django-constance).

1.7.1-2019-01-22

22 Jan 22:38
Compare
Choose a tag to compare

2019-01-22

Additions to the Django contrib app

  • Added Django REST framework JWT token obtain view (for authentication).
  • Fixes in the authentication backend SkaAuthenticationConstanceBackend.