Skip to content

Releases: surface-security/django-dkron

v1.2.0

16 Feb 14:41
1e0e706
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.2.0

v1.1.2

27 Jul 10:58
v1.1.2
1816a8b
Compare
Choose a tag to compare

Changelog

Added

  • Support for Django 4.

Changed

  • Fix changes in models to avoid new migration on upstream apps.
  • [Dev] Add migration --check job to avoid issues like #35
  • Bump and fix version for release.

1.1.0...v1.1.2

v.1.1.1

12 Apr 07:56
1.1.1
cf27485
Compare
Choose a tag to compare

Changelog

Fixed

  • Missing migration to update a field in the Job model.

Added

  • [dev] Workflow step to test for potencial missing migrations to avoid PRs like #35.

1.1.0

23 Mar 17:33
a2b0de4
Compare
Choose a tag to compare

Changed

  • run_dkron: support before and after 3.2 by checking version in use by @fopina in #26
  • run_async follow up by @fopina in #29
  • drop the need for "shell magic" in dkron run_async with a 'proxy' command by @fopina in #31

Misc

Full Changelog: 1.0.5...1.1.0

1.0.5

08 Feb 23:13
1.0.5
21b48b4
Compare
Choose a tag to compare

Changelog

Changed

Misc

Full Changelog: 1.0.4...1.0.5

1.0.4

17 May 13:00
5e8d60a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.3...1.0.4

1.0.3

23 Mar 17:50
9e375a6
Compare
Choose a tag to compare

What's Changed

  • set default_app_config only for django < 3.2 (crappy warning) by @fopina in #8
  • support arm (when downloading dkron) by @fopina in #9
  • allow customizing node name by @fopina in #10

New Contributors

  • @fopina made their first contribution in #8

Full Changelog: 1.0.2...1.0.3

1.0.2

14 Mar 18:24
4d52ab8
Compare
Choose a tag to compare

What's Changed

  • fix for link to job execution in dashboard when using namespaces by @fopinappb in #7

Full Changelog: 1.0.1...1.0.2

1.0.1

18 Feb 13:59
ce28a87
Compare
Choose a tag to compare

What's Changed

  • update requirements to exclude django >=4 by @fopinappb in #6

Full Changelog: 1.0.0...1.0.1

1.0.0

03 Feb 08:31
a9f818e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.1...1.0.0