Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@cappuc cappuc released this 20 Oct 15:39

Breaking changes

  • Dropped support for laravel v9
  • Added support for laravel v11
  • Dropped support for spatie/laravel-data v2 and v3, now it only v4
  • Make commands are now prefixed with temporal: (ex. temporal:make:workflow)
  • Workflows and Activities are now executed inside a sandbox app
  • Workflows and Activities can now be registered through TemporalRegistry class
  • Exceptions are now reported with app exception handler
  • Use dev server from temporal cli by default (old sever can be enabled with --enable-time-skipping in the command and TEMPORAL_TESTING_SERVER_TIME_SKIPPING=true for tests)

Minor changes

  • Require at least temporal sdk 2.7, and support up to 2.11
  • Require at least roadrunner 2023.2
  • Improved phpstan extension
  • Added support for temporal interceptors
  • Adds mTLS support (required for Temporal Cloud) by @bmilleare in #42

New Contributors

Full Changelog: 0.6.14...1.0.0