Skip to content

v0.3.2

Latest

Choose a tag to compare

@rameerez rameerez released this 25 Feb 01:25
· 1 commit to main since this release

What's Changed

  • Fix stale grace warnings after plan upgrades: Grace/blocked flags now auto-clear when usage drops below limit (self-healing state)
  • Fix grace triggering at exact limit: grace_then_block now uses > (over limit) not >= (at limit)
  • Add lazy grace creation: Grace starts on-demand when checking status, even if callbacks were bypassed
  • Add ExceededStateUtils module: DRY extraction for shared exceeded/blocked logic

See #21 for full details.

What's Changed

  • Fix stale grace state after plan upgrades and correct threshold semantics by @rameerez in #21

Full Changelog: v0.3.1...v0.3.2