Skip to content

v2.0.0

Compare
Choose a tag to compare
@noice-bot noice-bot released this 27 Aug 13:45
· 154 commits to main since this release
v2.0.0
a2bdb87
  • Removes all soft-deletes from the database except in the auth_user table.
  • Renames deleted_at to deactivated_at in auth_user table.
  • Adds a scheduled task for garbage collecting deactivated accounts.
  • Adds a scheduled task for garbage collecting incomplete subscription entities.
  • Adds a no-op when handling Gift Card cancellation requests.
  • Fixes subscription refund implementation in Stripe API adapter.