Recent Releases of ska
ska - 1.10
- Tested against Python 3.11.
- Mark
django-nineas 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.
- Python
Published by barseghyanartur over 2 years ago
ska - 1.9.1-2021-11-18
- Tested against Python 3.10.
- Python
Published by barseghyanartur over 4 years ago
ska - 1.9-2021-08-18
- Add
value_dumperto most of the functions/methods related to signature generation/validation. It's aimed to make signatures generated in languages better compatible withska. - Add
quoterto most of the functions/methods related to signature generation/validation. It's aimed to make signatures generated in languages better compatible withska.
- Python
Published by barseghyanartur over 4 years ago
ska - 1.8.1-2021-06-10
- Wipe out old flavour from code.
- Blackify.
- Python
Published by barseghyanartur over 4 years ago
ska - 1.8-2021-06-10
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-constancespecific template tags have been moved toska.contrib.django.ska.integration.constance_integration. Update your Django settings accordingly.django-constancespecific authentication backend has been moved to'ska.contrib.django.ska.backends.constance_backend.SkaAuthenticationConstanceBackend. Update your Django settings accordingly.django-constancespecific DRF permission classes (ConstanceSignedRequestRequiredandConstanceProviderSignedRequestRequired) have been moved toska.contrib.django.ska.integration.drf.permissions.constance_permissions. Update your Django settings accordingly.
- Python
Published by barseghyanartur over 4 years ago
ska - 1.7.5-2019-05-15
- Fixes in ska-sign-url on Python 3.5.
- Python
Published by barseghyanartur over 4 years ago
ska - 1.7.4-2019-05-12
Minor additions to the Django contrib app
- Introduce
SKA_CONSTANCE_SETTINGS_PARSE_FROM_JSONdirective for parsing the data stored indjango-constance(instead of treating it asdict). Default value isFalse.
- Python
Published by barseghyanartur almost 7 years ago
ska - 1.7.3-2019-03-13
Fixes in the Django contrib app
- Handle cases when
requestis not passed to the authentication backend.
- Python
Published by barseghyanartur almost 7 years ago
ska - 1.7.2-2019-02-23
Additions to the Django contrib app
- Added
provider_sign_urltemplate tag to the existingska_tagstemplate tags module. - Added a new
ska_constance_tagstemplate tags module (to be used in combination withdjango-constance).
- Python
Published by barseghyanartur about 7 years ago
ska - 1.7.1-2019-01-22
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.
- Python
Published by barseghyanartur about 7 years ago
ska - 1.7-2018-12-28
- Additions to the Django contrib app. Added Django REST framework integration (for signing ViewSets).
- Python
Published by barseghyanartur about 7 years ago
ska - 1.6.12-2018-12-25
- Additions to the Django contrib app. Added additional callback
USER_VALIDATE_CALLBACKto the authentication backends which is fired right after the signature validation to allow custom logic to the incoming authentication requests.
- Python
Published by barseghyanartur about 7 years ago
ska - 1.6.11-2018-12-20
- Additions to the Django contrib app mainly. Authentication backend has
been made customisable. Most of the code is moved to the
BaseSkaAuthenticationBackend. Introduced new authentication backendSkaAuthenticationConstanceBackendto be used in combination withdjango-constance.
- Python
Published by barseghyanartur about 7 years ago
ska - 1.6.10-2018-12-16
- Fixes in the callbacks import of the django contrib app.
- Testing shell commands; minor fixes in tests.
- Python
Published by barseghyanartur about 7 years ago
ska - 1.6.9-2018-12-07
- Tested against Python 3.7.
- Add initial migrations for Django contrib package.
- Python
Published by barseghyanartur about 7 years ago