Releases: KundaPanda/strawberry-django-jwt
Releases · KundaPanda/strawberry-django-jwt
v0.2.3
Changes
- fix error RefreshedTokenType.init() takes 1 positional argument … (#353) @bulatshafigullin
📦 Dependencies
- Fix keepalive refresh mixin with new poetry (#357) @KundaPanda
v0.2.2
Changes
- Fix async refresh (#342) @KundaPanda
- Add a utility function for creating user tokens (#341) @KundaPanda
📦 Dependencies
- Bump strawberry-graphql from 0.120.0 to 0.121.1 (#344) @dependabot
v0.2.1
Changes
🔨 Refactoring
- Fixes from https://github.com/nrbnlulu, dependency and config updates (#329) @KundaPanda
💄 Style
- Fixes from https://github.com/nrbnlulu, dependency and config updates (#329) @KundaPanda
📦 Dependencies
- Fixes from https://github.com/nrbnlulu, dependency and config updates (#329) @KundaPanda
- Bump cryptography from 37.0.1 to 37.0.2 (#298) @dependabot
- Bump codecov/codecov-action from 2.1.0 to 3.1.0 (#296) @dependabot
- Bump actions/cache from 2 to 3 (#295) @dependabot
- Bump importlib-metadata from 1.7.0 to 4.11.3 (#297) @dependabot
- Update dependencies, add nox-poetry (#294) @KundaPanda
- Bump django from 3.2.11 to 3.2.12 (#233) @dependabot
- Bump pytest from 6.2.5 to 7.0.1 (#232) @dependabot
- Bump poetry from 1.1.12 to 1.1.13 (#231) @dependabot
- Bump coverage from 6.2 to 6.3.2 (#229) @dependabot
- Bump uvicorn from 0.16.0 to 0.17.5 (#227) @dependabot
- Bump strawberry-graphql from 0.93.23 to 0.97.0 (#228) @dependabot
- Bump types-cryptography from 3.3.12 to 3.3.15 (#214) @dependabot
- Bump poetry from 1.1.12 to 1.1.13 in /.github/workflows (#226) @dependabot
- Bump virtualenv from 20.13.0 to 20.13.1 in /.github/workflows (#222) @dependabot
- Bump release-drafter/release-drafter from 5.16.1 to 5.18.1 (#221) @dependabot
- Bump actions/setup-python from 2.3.1 to 2.3.2 (#220) @dependabot
- Bump pip from 21.3.1 to 22.0.3 in /.github/workflows (#217) @dependabot
- Bump JRubics/poetry-publish from 1.9 to 1.10 (#207) @dependabot
- Bump pre-commit from 2.16.0 to 2.17.0 (#204) @dependabot
v0.2.0
Changes
- Support Django 4.0 and Python 3.10 (#191) @tim-schilling
🐛 Fixes
- Support ASGIRequest instances in sync context. (#196) @tim-schilling
📦 Dependencies
- Bump release-drafter/release-drafter from 5.15.0 to 5.16.1 (#195) @dependabot
- Drop Django 3.1 support (#198) @KundaPanda
- Bump nox from 2021.10.1 to 2022.1.7 (#193) @dependabot
- Bump strawberry-graphql from 0.93.4 to 0.93.23 (#192) @dependabot
- Bump mypy from 0.910 to 0.931 (#189) @dependabot
- Bump nox from 2021.10.1 to 2022.1.7 in /.github/workflows (#187) @dependabot
- Bump virtualenv from 20.10.0 to 20.13.0 in /.github/workflows (#182) @dependabot
- Bump actions/upload-artifact from 2.3.0 to 2.3.1 (#168) @dependabot
v0.1.10
Now supports only Django>=3.1.0
v0.1.9
Changes
📦 Dependencies
- Bump actions/download-artifact from 2.0.10 to 2.1.0 (#160) @dependabot
- Bump actions/upload-artifact from 2.2.4 to 2.3.0 (#159) @dependabot
- Bump actions/setup-python from 2.3.0 to 2.3.1 (#149) @dependabot
- Bump pylint from 2.12.1 to 2.12.2 (#156) @dependabot
- Bump poetry from 1.1.11 to 1.1.12 in /.github/workflows (#146) @dependabot
v0.1.8
Changes
🚀 Features
- Introspection authentication (#145) @KundaPanda
🐛 Fixes
📦 Dependencies
- Bump pylint from 2.11.1 to 2.12.1 (#143) @dependabot
- Bump strawberry-graphql from 0.87.1 to 0.89.1 (#144) @dependabot
- Bump types-cryptography from 3.3.8 to 3.3.9 (#140) @dependabot
- Bump cryptography from 35.0.0 to 36.0.0 (#136) @dependabot
- Bump actions/setup-python from 2.2.2 to 2.3.0 (#135) @dependabot
- Bump strawberry-graphql from 0.85.1 to 0.87.1 (#133) @dependabot
- Bump coverage from 6.1.1 to 6.1.2 (#131) @dependabot
- Bump actions/checkout from 2.3.5 to 2.4.0 (#130) @dependabot
- Bump django from 3.2.8 to 3.2.9 (#129) @dependabot
- Bump virtualenv from 20.9.0 to 20.10.0 in /.github/workflows (#128) @dependabot
v0.1.7
Changes
🐛 Fixes
- Remove mandatory rest_framework import in utils (#126) @KundaPanda
📦 Dependencies
- Bump pip from 21.3 to 21.3.1 in /.github/workflows (#123) @dependabot
- Bump virtualenv from 20.8.1 to 20.9.0 in /.github/workflows (#122) @dependabot
- Bump strawberry-graphql from 0.82.1 to 0.83.4 (#117) @dependabot
- Bump actions/checkout from 2.3.4 to 2.3.5 (#119) @dependabot
- Bump JRubics/poetry-publish from 1.8 to 1.9 (#121) @dependabot
v0.1.6
Changes
🐛 Fixes
- Return the request if the request object doesn't have a context (#120) @edouardruiz
📦 Dependencies
- Bump coverage from 6.0.1 to 6.0.2 (#113) @dependabot
- Bump strawberry-graphql from 0.81.0 to 0.82.1 (#112) @dependabot
- Bump pip from 21.2.4 to 21.3 in /.github/workflows (#111) @dependabot
- Bump coverage from 6.0 to 6.0.1 (#109) @dependabot
- Bump pyjwt from 2.1.0 to 2.2.0 (#110) @dependabot
v0.1.5
Changes
🐛 Fixes
- Fix user-passes-test decorator for permission_required and others (#108) @KundaPanda