Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 23, 2022

Bumps temporal-sdk from 0.29.1 to 1.12.0.

Release notes

Sourced from temporal-sdk's releases.

v1.12.0

Highlights

This release mostly contains changes and fixes for the WorkflowClient and WorkflowStub behavior.

Fixes

  • sticky_cache_size metric behavior, stale value may be observed before
  • Fixed a problem with test server not respecting disabled time skipping introduced in 1.9.0
  • SDK doesn't log exceptions internally that are getting propagated to the user code anymore
  • The behavior of Workflow#getResult, WorkflowStub#cancel and WorkflowStub#terminate got aligned with their contract for exceptions

What's Changed

Full Changelog: temporalio/sdk-java@v1.11.0...v1.12.0

v1.11.0

Highlights

This release changes the default preferred behavior of WorkflowServiceStubs from eager connectivity and throwing error if the Temporal Server is not available to a lazy connectivity on the first request. See migration notes.

Fixes

  • sticky_cache_size was updating only during forced evictions
  • test service stubs were time-sensitive to time skipping that may require long execution of application code and were throwing DEADLINE_EXCEEDED
  • OpenTracing was logging forced thread evictions from the cache as errors

Migration notes

WorkflowServiceStubs#newInstance, WorkflowServiceStubsOptions.Builder#setDisableHealthCheck, WorkflowServiceStubsOptions.Builder#setHealthCheckAttemptTimeout and WorkflowServiceStubsOptions.Builder#setHealthCheckTimeout are deprecated.

  • The new preferred default is WorkflowServiceStubs#newServiceStubs.

... (truncated)

Commits
  • 1312fa1 Release v1.12.0 (#1229)
  • bdee762 Deescalate GrpcRetryer logging to trace level (#1227)
  • 24d5e82 Fix WorkflowStub#cancel and WorkflowStub#terminate exceptions contract (#1218)
  • eb898be Implement WorkflowExecutionStartEventAttributes#firstExecutionRunId attribute...
  • 3f16669 Add unit test verifying behavior of finishing Activity with CancellationType=...
  • 94aac37 Make getResult methods to throw TimeoutException instead of raw gRPC DEADLINE...
  • 98f4ca9 Fix test server with disabled time skipping mode (#1210)
  • 3aa188f Fix Test Server throwing on queries without a deadline (#1207)
  • 0fca591 Rework async long poll to use the same configuration as the main long poll (#...
  • a9bafd3 Make signalWithStart set search attributes if it starts a new execution (#1199)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [temporal-sdk](https://github.com/temporalio/sdk-java) from 0.29.1 to 1.12.0.
- [Release notes](https://github.com/temporalio/sdk-java/releases)
- [Commits](temporalio/sdk-java@v0.29.1...v1.12.0)

---
updated-dependencies:
- dependency-name: io.temporal:temporal-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 23, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 4, 2022

Superseded by #52.

@dependabot dependabot bot closed this Jul 4, 2022
@dependabot dependabot bot deleted the dependabot/gradle/io.temporal-temporal-sdk-1.12.0 branch July 4, 2022 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant