Releases: bckohan/django-routines
Releases · bckohan/django-routines
v1.7.0
What's Changed
- ⬆ Bump ossf/scorecard-action from 2.4.2 to 2.4.3 by @dependabot[bot] in #64
- ⬆ Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #65
- ⬆ Bump astral-sh/setup-uv from 6 to 7 by @dependabot[bot] in #66
- ⬆ Bump actions/setup-node from 5 to 6 by @dependabot[bot] in #67
- ⬆ Bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0 by @dependabot[bot] in #68
- ⬆ Bump mxschmitt/action-tmate from 3.22 to 3.23 by @dependabot[bot] in #69
- ⬆ Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #70
- ⬆ Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #71
- ⬆ Bump actions/checkout from 5 to 6 by @dependabot[bot] in #72
Full Changelog: v1.6.2...v1.7.0
v1.6.2
- Boolean flags on routine runners are broken on click 8.3+
- Support Django 6.0 - test against alpha
What's Changed
- ⬆ Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #55
- ⬆ Bump actions/checkout from 4 to 5 by @dependabot[bot] in #56
- ⬆ Bump actions/setup-node from 4 to 5 by @dependabot[bot] in #59
- ⬆ Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #58
- ⬆ Bump pypa/gh-action-pypi-publish@release/v1.12 from 1.12 to 1.13 by @dependabot[bot] in #57
- Dj6 by @bckohan in #62
Full Changelog: v1.6.1...v1.6.2
v1.6.1
Bump rich dependency ceiling to <15
Full Changelog: v1.6.0...v1.6.1
v1.6.0
Whats Changed
- Implemented Allow callback to be specified as import strings.
- Implemented Add an initialize callback.
- Implemented Add a finalize callback option for routines.
- Implemented Should not require the name to be listed on the routine when specified as a dictionary.
- Implemented Deprecate “kind” in favor of “management” vs “system”
The kind key is deprecated and should now be used as the command key in place of command. For example:
"commands": [
{"command": ("migrate"), "kind": "management"},
{"command": ("touch", "/var/www/site/wsgi.py"), "kind": "system"},
# the above will still work but should be rewritten as:
{"management": ("migrate"),}
{"system": ("touch", "/var/www/site/wsgi.py")},
]- Fixed –subprocess,–atomic, and –continue options not working
- Implemented Add signals for routine started/ended.
- Fixed KeyError catch can hide errors and produce misleading statements
Full Changelog: v1.5.1...v1.6.0
v1.5.1
What's Changed
Issues
PRs
- ⬆ Bump ossf/scorecard-action from 2.4.1 to 2.4.2 by @dependabot[bot] in #42
- ⬆ Bump sigstore/gh-action-sigstore-python from 3.0.0 to 3.0.1 by @dependabot[bot] in #43
Full Changelog: v1.5.0...v1.5.1
v1.5.0
- Implemented Support python 3.14
- Implemented Support function pre and post hooks to be run prior to and after given commands.
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Implemented Use intersphinx for cross doc references
- Implemented Switch from poetry -> uv
- Implemented Support Django 5.2
Full Changelog: v1.2.1...v1.4.0
v1.2.1
- Fixed Switch rtd theme to furo.
- Fixed Support python 3.13
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
Full Changelog: v1.1.2...v1.2.0