-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [0.0.3] - 2024-12-30 | ||
|
||
### Added | ||
- django-qstash results app to store task results | ||
- webhook services to save task results | ||
- decoupled webhook view into handlers and exceptions | ||
- new sample django project (`sample_project/`) | ||
- Added management command to clear old task results | ||
- Add more tests for Django model, handlers, exceptions | ||
|
||
### Removed | ||
- Old sample django project (`example_project/`) | ||
|
||
## [0.0.2] - Skipped | ||
|
||
## [0.0.1] - 2024-12-23 | ||
|
||
### Added | ||
- Proof of concept release | ||
- Initialized django-qstash package | ||
- Django integration for Upstash QStash message queue service | ||
- Message verification using QStash signatures | ||
- Support for handling QStash webhook requests | ||
- Test suite with pytest | ||
- GitHub Actions CI workflow | ||
- Tox configuration for multiple Python and Django versions | ||
- Documentation and examples | ||
|
||
[0.0.3]: https://github.com/jmitchel3/django-qstash/compare/v0.0.3...HEAD | ||
[0.0.2]: https://github.com/jmitchel3/django-qstash/compare/v0.0.2...v0.0.3 | ||
[0.0.1]: https://github.com/jmitchel3/django-qstash/compare/v0.0.1...v0.0.2 |