Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Releases: zapier/django-rest-hooks

v1.6.0

14 May 15:57
Compare
Choose a tag to compare
  • Receiver of raw_hook_event now uses the same logic as receivers of other signals
  • Add setting to find Custom Hook Model
  • Fixes issue when using non-auth.User custom user model

See README.md for changelog on backward incompatible changes for v1.6.0.

v1.5.0

19 Dec 04:07
b2a5353
Compare
Choose a tag to compare
  • Django 2.0 compatibility (#47)
  • Fix typo in example (#45)

v1.4.3

26 May 06:01
Compare
Choose a tag to compare
  • Fixes import error (#42)
  • Updates Travis-CI config to upload wheels artifacts (#43)

v1.4.2

24 May 18:45
Compare
Choose a tag to compare
  • Adds wheels distribution support in TravisCI configuration (#43)

v1.4.1

24 May 16:54
Compare
Choose a tag to compare
  • Adds wheels configuration for (#43)

v1.4.0

05 May 17:26
Compare
Choose a tag to compare
  • Makes the Hook model available for extension. (#44, #43)
  • Adds setting to override find_and_fire_hook method. (#44)
  • Adds Django 1.10 & Django 1.11 testing support.
  • Updates to README for general best practices.
  • Requests' sessions used as a client for connection pooling. (#35, #34)

Note: The abstract Hook model feature should not have any side effects for current users. Upgrade with care.

Thanks goes out to @coady, @bryanhelmig , @tdruez

v1.3.1: Maintenance release with fixes.

23 Jun 18:19
Compare
Choose a tag to compare
  • Fix for missing keyword argument assignment in ValidationError format string.
  • Usage of Meta class in HookForm class.
  • Addition of unit tests to assert working HookForm behavior.

v1.3.0: Minor release. Hook model change + new classes.

23 Jun 03:00
Compare
Choose a tag to compare
  • Merged #28
    • Removal of choices argument for event attribute in Hook model. Change eliminates creation of migration files when modifying the HOOK_EVENTS dictionary. BE ADVISED: This change can result in undesirable behavior when upgrading from v1.2.2. or older Given that knowledge, this release was bumped up to a minor release.
  • Creation of HookAdmin class for the Hook model.
  • Creation of HookForm class.
    • Form class is used in HookAdmin.
  • Addition of clean method to Hook model.
    • Method validates event value is within the available choices in the HOOK_EVENTS dictionary.

Notes:

  • Consider using HookForm.ADMIN_EVENTS to assign available HOOK_EVENTS dynamically.

v1.2.2: Maintenance release with fixes.

13 May 20:27
Compare
Choose a tag to compare
  • Fix for #21
    • Allows for the reliable firing of hooks when using the "+" option.

v1.2.1: Django 1.9 Support

20 Jan 16:13
Compare
Choose a tag to compare
  • Support for Django 1.9.