Releases: keepsuit/laravel-temporal
Releases · keepsuit/laravel-temporal
1.0.0
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 andTEMPORAL_TESTING_SERVER_TIME_SKIPPING=true
for tests)
Minor changes
- Require at least temporal sdk
2.7
, and support up to2.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
- @bmilleare made their first contribution in #42
Full Changelog: 0.6.14...1.0.0
v1.0.0-beta6
v1.0.0-beta5
What's Changed
- Adds mTLS support (required for Temporal Cloud) by @bmilleare in #42
New Contributors
- @bmilleare made their first contribution in #42
Full Changelog: 1.0.0-beta4...1.0.0-beta5
1.0.0-beta4
v1.0.0-beta3
What's Changed
- Support
temporal/sdk
2.9 - Improved compatibility with newer temporal dev server
- Customize worker options by @cappuc in #39
- Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #37
Full Changelog: 1.0.0-beta2...1.0.0-beta3
1.0.0-beta2
What's Changed
- Bump ramsey/composer-install from 2 to 3 by @dependabot in #34
- Drop laravel data v3 by @cappuc in #36
- Added support for
temporal/sdk
v2.8
Full Changelog: 1.0.0-beta1...1.0.0-beta2
v1.0.0-beta1
Breaking changes
- Dropped support for laravel v9
- Added support for laravel v11
- Dropped support for
spatie/laravel-data
v2, now it supports v3 and 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 andTEMPORAL_TESTING_SERVER_TIME_SKIPPING=true
for tests)
Minor changes
- Require temporal sdk
2.7
- Require roadrunner
2023.2
- Improved phpstan extension
- Added support for temporal interceptors
v0.6.14
v0.6.13
What's Changed
- Conflict with
temporal/sdk:2.7
- Added
temporal:install
command - Ignored communication exceptions in worker (thrown when the worker is killed)
- Fixed child workflow result when not mocked in testing environment
- Improved tests
- Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #30
Full Changelog: 0.6.12...0.6.13