Skip to content

Releases: MrThearMan/django-signal-webhooks

Release 0.3.1

31 Oct 23:34
Compare
Choose a tag to compare

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

02 Dec 13:35
Compare
Choose a tag to compare
v0.3.0

Bump version

Release 0.2.5

25 Nov 09:23
Compare
Choose a tag to compare
v0.2.5

Bump version

Release 0.2.4

18 Feb 11:42
Compare
Choose a tag to compare
v0.2.4

Refactoring & add ability to filter hooks to fire based on instance

Release 0.2.3

07 Feb 19:58
Compare
Choose a tag to compare
v0.2.3

Add ability to cancel webhooks

Release 0.2.2

25 Dec 16:10
Compare
Choose a tag to compare
v0.2.2

Update CI

Release 0.2.1

23 Nov 16:01
Compare
Choose a tag to compare
v0.2.1

Update django-settings-holder version

Release 0.2.0

04 Nov 20:56
Compare
Choose a tag to compare
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

21 Aug 21:33
Compare
Choose a tag to compare

Initial release