Releases: temporalio/roadrunner-temporal
Releases · temporalio/roadrunner-temporal
v1.0.2
v1.0.1
- ⚡ Use
runCommand
instead ofpushCommand
because of phantom unexpected responses. - 📦 Bump Endure container to v1.0.0.
- 📦 Bump RR2 to v2.0.1 (ref: https://github.com/spiral/roadrunner/releases/tag/v2.0.1).
- 📦 Bump golang version in the CI and in the
go.mod
to 1.16
v1.0.0
v1.0.0-RC.2
- Update
docker-compose.yaml
, usepostgres
instead ofcassandra
. - Endure update to v1.0.0-RC.2
- Roadrunner core update to v2.0.0-RC.3 (ref: release)
v1.0.0-RC.1
- Update RR-Core to v2.0.0-RC.1
- Update Endure to v1.0.0-beta.23
- Change
RR_MODE
totemporal
in theactivity
andworkflow
plugins. - Non-significant improvements (comments, errors.E usage, small logical issues)
v1.0.0-beta.5
- Fix RR worker memory leak
v1.0.0-beta.4
Merge pull request #28 from temporalio/bug/activities_worker_method_r…
v1.0.0-beta.3
Merge pull request #27 from temporalio/bug/activities_worker_method_r…
v1.0.0-beta2
Merge pull request #24 from temporalio/refactor/repository_unification ref(repository): Repository sync with the RR2
v1.0.0-beta1
- initial release on the roadrunner-temporal plugin
- based on Go-SDK v1.4.0 internal bindings
- binary and JSON communication protocols
- integrated debug logs
- disaster recovery and hot-reloads
- task queue multiplexing for multiple workers (PHP) threads
- PHP workflows using ReactPHP and custom event loop