Skip to content

v0.1.1

Latest

Choose a tag to compare

@sylvesterdamgaard sylvesterdamgaard released this 20 Jul 21:28
  • Database is now fully optional: with both postal.webhooks.store and postal.inbound.store disabled the package registers no migrations — php artisan migrate creates nothing, and no code path touches the database. Typed events keep working; listeners dedupe on uuid().
  • E2E suite hardened for native-Linux CI runners (signing-key permissions, fail-fast sanity probes, stack-log dump on failure).