Skip to content

1.5.0

Compare
Choose a tag to compare
@nezhar nezhar released this 10 Sep 22:00
· 24 commits to master since this release
5f51142

Upgrading to 1.5.0

Upgrading from a previous version requires a manual migration SQL: https://github.com/anexia/drf-multitokenauth#migrating-from-1x-to-2x

ALTER TABLE django_rest_multitokenauth_multitoken RENAME to drf_multitokenauth_multitoken;
UPDATE django_migrations SET app = 'drf_multitokenauth' WHERE app = 'django_rest_multitokenauth';
UPDATE django_content_type SET app_label = 'drf_multitokenauth' WHERE app_label = 'django_rest_multitokenauth';

What's Changed

  • Update pytest-django requirement from <4.6,>=4.5.2 to >=4.5.2,<4.7 by @dependabot in #129
  • Update django-filter requirement from <23.4,>=2.4 to >=2.4,<23.6 by @dependabot in #138
  • Update sentry-sdk requirement from <1.35,>=1.34.0 to >=1.34.0,<1.39 by @dependabot in #136
  • Update drf-spectacular[sidecar] requirement from <0.27,>=0.26.2 to >=0.26.2,<0.28 by @dependabot in #139
  • Update github action versions by @nezhar in #148
  • Update pytest-cov requirement from <4.2,>=4.1.0 to >=4.1.0,<5.1 by @dependabot in #150
  • Update django-rest-passwordreset requirement from <1.4,>=1.1 to >=1.1,<1.5 by @dependabot in #143
  • Update sentry-sdk requirement from <1.39,>=1.34.0 to >=2.9.0,<2.10 by @dependabot in #169
  • Update djangorestframework requirement from <3.15,>=3.12 to >=3.15.2,<3.16 by @dependabot in #165
  • Update django-rest-registration requirement from <0.8,>=0.5.3 to >=0.8.3,<0.9 by @dependabot in #163
  • Split requirements.txt for build, test and development by @nezhar in #170
  • Update django requirement from <4.3,>=4.2 to >=5.0.7,<5.1 by @dependabot in #168
  • Update django-cors-headers requirement from <4.4,>=4.0 to >=4.0,<4.5 by @dependabot in #161
  • Update django-linear-migrations requirement from <2.13,>=2.8.0 to >=2.8.0,<2.14 by @dependabot in #159
  • Add python 3.12 to actions workflow by @nezhar in #172
  • Switch to drf-multitokenauth by @nezhar in #102
  • Update sentry-sdk requirement from <2.10,>=2.9.0 to >=2.9.0,<2.11 by @dependabot in #173
  • Adapt settings for linear migrations and docker setup by @nezhar in #183
  • Fix comparison in settings by @nezhar in #184
  • Update sentry-sdk requirement from <2.11,>=2.9.0 to >=2.9.0,<2.15 by @dependabot in #182
  • Update pytest-django requirement from <4.7,>=4.5.2 to >=4.5.2,<4.10 by @dependabot in #181
  • Update django-rest-registration requirement from <0.9,>=0.8.3 to >=0.8.3,<0.10 by @dependabot in #180
  • Update django requirement from <5.1,>=4.2 to >=4.2,<5.2 by @dependabot in #177
  • Update django-filter requirement from <23.6,>=2.4 to >=2.4,<24.4 by @dependabot in #176
  • Update markdown requirement from <3.6,>=3.2 to >=3.2,<3.8 by @dependabot in #179

Full Changelog: 1.4.1...1.5.0