django-subscriptions-1.0.0
v1.0.0 (2019-07-03)
- Breaking Change
suspended_timeout
now triggers for subscriptions in SUSPENDED state that are
timeout_hours
past thesubscription.end
time. It used to trigger ifsubscription.last_updated
hadn't changed fortimeout_hours
, but iftrigger_suspended
was running daily, the subscription
was constantly being updated, andtrigger_suspended_timeout
would never find a record toend()
.