fix(deps): update temporalio-ts monorepo to v1.11.5 #4647
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.11.4
->1.11.5
1.11.4
->1.11.5
1.11.4
->1.11.5
1.11.4
->1.11.5
1.11.4
->1.11.5
1.11.4
->1.11.5
Release Notes
temporalio/sdk-typescript (@temporalio/activity)
v1.11.5
: 1.11.5Compare Source
Noteworthy Changes
Normalize construction of user facing enums (#1534)
All user-facing enums have been revisited to be more in line with usual TypeScript conventions, rather than sticking to Temporal's Protobuf enum definitions.
In short, that means:
UNSPECIFIED
values — TypeScript'sundefined
already means that;For example:
Built-time compatibility is preserved for enum values that existed before. For example, code using
ParentClosePolicy.PARENT_CLOSE_POLICY_ABANDON
will still compile, but a deprecation will be reported.💥 Compile-time backward compatibility is only preserved for enums that were imported from user facing packages, such as
@temporalio/common
,@temporalio/client
and@temporalio/workflow
. Enum definitions imported directly from the@temporalio/proto
package may no longer compile.Features
Add experimental support for user-implementable Slot Supplier. (#1553, temporalio/sdk-core#838, temporalio/sdk-core#842)
Add support for Workflow ID conflict policy. (#1490)
Expose classes
TextEncoder
andTextDecoder
inside of the Workflow sandbox. (#1562, kudo to @lukeramsden)The OpenTelemetry Interceptor now adds correlation metadata on emitted logs from Workflow and Activity context loggers. (#1565)
The OpenTelemetry Interceptor now passes the tracing metadata on signals. (#1449, kudo to @iravid)
[
client
] Add utility functionsisGrpcDeadlineError
andisGrpcCancelledError
. (#1548)Bug Fixes
[
worker
] Fix memory leak on non-existant activity (#1563)[
activity
] Abort reason is now an instance ofCancellationFailure
(#1561, kudo to @ikonst)[
worker
] Ensure Resource Tuner always hand out a minimum of one slot for sticky and not sticky Workflow Task pollers (temporalio/sdk-core#835)Docs
ChildWorkflowOptions.taskQueue
default value (#1551, kudo to @ikonst)Miscellaneous Tasks
temporalio/sdk-typescript (@temporalio/client)
v1.11.5
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.