Releases: MrThearMan/django-signal-webhooks
Releases · MrThearMan/django-signal-webhooks
Release 0.3.1
What's Changed
Updates
- Support django-settings-holder 0.2.1
- Support Python 3.13
Full Changelog: v0.3.0...v0.3.1
Release 0.3.0
v0.3.0 Bump version
Release 0.2.5
v0.2.5 Bump version
Release 0.2.4
v0.2.4 Refactoring & add ability to filter hooks to fire based on instance
Release 0.2.3
v0.2.3 Add ability to cancel webhooks
Release 0.2.2
v0.2.2 Update CI
Release 0.2.1
v0.2.1 Update django-settings-holder version
Release 0.2.0
Changes to serialization and client kwargs - Change the signature of TASK_HANDLER to take **kwargs instead of kwargs. - Hook model instance is serialized before TASK_HANDLER is called, meaning that delete hook will also have access to the instance id. The SERIALIZER setting no longer takes the "hook" argument. - CLIENT_KWARGS can no longer be defined on the model. The CLIENT_KWARGS setting is now a global definition, which will be updated with the hook headers and serialized instance json. CLIENT_KWARGS also no longer takes the "instance" argument. - Fix typo "thead_task_handler" to "thread_task_handler"
Release 0.1.0
Initial release