You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v1.5.1
Changes since v1.5.0
--------------------
6d512f4 Use temporal-shaded to avoid protobuf version mismatch
Signed-off-by: Greg Haskins <[email protected]>
Release v1.4.0
Changes since v1.3.2
--------------------
324a6ad Add tests for `worker-options` vthreads
a5f587c Use passed worker options in `temporal.testing.env`
afebc06 Sort `worker-option` lines alphabetically in both code and docs
eb4ca1d Add Nexus, Virtual Threads WorkerOptions to the worker-options map
Signed-off-by: Greg Haskins <[email protected]>
Release v1.2.0
Changes since v1.1.0
--------------------
1576bf4 Update to temporal-sdk 1.27.0 and add support for vthreads
436b82c Use jdk23 image instead of cimg/clojure, since the JDK is lagging
d669501 Fix misplaced default in :workflow-task-timeout documentation
Signed-off-by: Greg Haskins <[email protected]>
Release v1.1.0
Changes since v1.0.4
--------------------
0ac4fa4 remove the default options for child workflows and fall back to the JavaSDK workflow defaults
N.B. This is a breaking change if your code relied upon the child-workflow timeout default.
Signed-off-by: Greg Haskins <[email protected]>