Skip to content

Releases: snypy/snypy-backend

1.5.1

11 Sep 05:16
52892aa
Compare
Choose a tag to compare

What's Changed

  • Fix workflow for generating openapi spec by @nezhar in #185

Full Changelog: 1.5.0...1.5.1

1.5.0

10 Sep 22:00
5f51142
Compare
Choose a tag to compare

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

1.4.1

03 Nov 08:49
10dcf56
Compare
Choose a tag to compare

What's Changed

  • Update django-filter requirement from <21.2,>=2.4 to >=2.4,<23.4 by @dependabot in #128
  • Update markdown requirement from <3.5,>=3.2 to >=3.2,<3.6 by @dependabot in #127
  • Update django-cors-headers requirement from <4.3,>=4.0 to >=4.0,<4.4 by @dependabot in #126
  • Add sentry sdk by @nezhar in #130

Full Changelog: 1.4.0...1.4.1

1.4.0

21 Oct 22:22
3d9bd14
Compare
Choose a tag to compare

What's Changed

  • Add django_linear_migrations by @nezhar in #115
  • Use pytest for test and reporting by @nezhar in #116
  • Update dependencies by @nezhar in #117
  • Update django-cors-headers requirement from <4.1,>=4.0 to >=4.0,<4.3 by @dependabot in #123
  • Update django-linear-migrations requirement from <2.9,>=2.8.0 to >=2.8.0,<2.13 by @dependabot in #125

Full Changelog: 1.3.0...1.4.0

1.3.0

18 Dec 10:20
4460edb
Compare
Choose a tag to compare

What's Changed

  • Add action to toggle favorite snippets by @nezhar in #103
  • Add favorite status in snippet details by @nezhar in #104
  • Add content_pages app, admin and rest api by @nezhar in #106

Dependencies

  • Update drf-spectacular[sidecar] requirement from <0.25,>=0.20.1 to >=0.20.1,<0.26 by @dependabot in #105

Full Changelog: 1.2.3...1.3.0

1.2.3

14 Oct 15:41
af532a4
Compare
Choose a tag to compare

What's Changed

  • Update django-userforeignkey requirement from <0.5,>=0.3 to >=0.3,<0.6 by @dependabot in #95
  • Update django-rest-multitokenauth requirement from <1.5.0,>=1.4.0 to >=1.4.0,<1.6.0 by @dependabot in #97
  • Update drf-spectacular[sidecar] requirement from <0.23,>=0.20.1 to >=0.20.1,<0.25 by @dependabot in #98
  • Update django-rest-passwordreset requirement from <1.3,>=1.1 to >=1.1,<1.4 by @dependabot in #99
  • Update django requirement from <4.1,>=4.0 to >=4.0,<4.2 by @dependabot in #94
  • Update djangorestframework requirement from <3.14,>=3.12 to >=3.12,<3.15 by @dependabot in #100

Full Changelog: 1.2.2...1.2.3

1.2.2

27 Aug 12:48
baeec4b
Compare
Choose a tag to compare

What's Changed

  • Add snippet list prefetch options by @nezhar in #96

Dependencies

  • Update django-cors-headers requirement from <3.13,>=3.5 to >=3.5,<3.14 by @dependabot in #89
  • Update markdown requirement from <3.4,>=3.2 to >=3.2,<3.5 by @dependabot in #92
  • Update django-environ requirement from <0.9,>=0.7.0 to >=0.7.0,<0.10 by @dependabot in #90

Full Changelog: 1.2.1...1.2.2

1.2.1

03 Jun 10:18
Compare
Choose a tag to compare

Full Changelog: 1.2.0...1.2.1

1.2.0

03 Jun 10:14
Compare
Choose a tag to compare

What's Changed

  • Generate avatar urls for users using gravatar by @nezhar in #86
  • Add properties for permissions on snippet of current user, fixes editable permission by @nezhar in #87
  • Fixes clearing labels and files on a snippet by @nezhar in #88

Full Changelog: 1.1.2...1.2.0

1.1.2

11 May 22:07
0d48d34
Compare
Choose a tag to compare

What's Changed

  • Allow public access to language list endpoint by @nezhar in #84

Full Changelog: 1.1.1...1.1.2