From 151150f2109fdd6e62fb37c689a0539909a099e9 Mon Sep 17 00:00:00 2001 From: Justin Mitchel Date: Sun, 5 Jan 2025 23:42:28 -0700 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c738c7e..3ad800c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.0.12] - 2025-01-06 + +### Added +- Better tracking support and error handling for `TaskResult` model + - added the `function_path` field + - Updated webhook exception handling to store errors in running tasks +- Created dedicated task to clear error results +- Added Cron string validation for `TaskScheduleForm` +- Improved tests + ## [0.0.11] - 2025-01-04 ### Added @@ -84,7 +94,8 @@ No changes, testing bump2version. - Documentation and examples -[0.0.11]: https://github.com/jmitchel3/django-qstash/compare/v0.0.11...HEAD +[0.0.12]: https://github.com/jmitchel3/django-qstash/compare/v0.0.12...HEAD +[0.0.11]: https://github.com/jmitchel3/django-qstash/compare/v0.0.11...v0.0.12 [0.0.10]: https://github.com/jmitchel3/django-qstash/compare/v0.0.10...v0.0.11 [0.0.9]: https://github.com/jmitchel3/django-qstash/compare/v0.0.9...v0.0.10 [0.0.8]: https://github.com/jmitchel3/django-qstash/compare/v0.0.8...v0.0.9