Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 8, 2021

Bumps temporal-sdk from 0.29.1 to 1.5.0.

Release notes

Sourced from temporal-sdk's releases.

v1.5.0

Highlights

  • temporal-kotlin module gets extension functions that makes configuration of Temporal in Kotlin much cleaner
  • Version State Machine went through a significant overhaul that addresses know issues with Workflow.getVersion
  • OpenTracing module error reporting was redone to use conventional tag and log names
  • Dependencies were relaxed to use the largest possible version ranges

Full Changeset

New Contributors

Full Changelog: temporalio/sdk-java@v1.4.0...v1.5.0

v1.4.0

Highlights

  • TestWorkflowRule doesn't enforce timeouts anymore, users should use JUnit or other test frameworks functionality to enforce test level timeouts
  • Dynamic Workflow Failures are handled correctly
  • TEMPORAL_DEBUG mode is fixed in regards to Deadlock exceptions
  • JavaSDK migrated to the unified tctl version of history in replays
  • Fixed duplication of workflow metrics during replays
  • Workflow client stubs now respect context propagators set on WorkflowClientOptions#contextPropagators

Migration notes

Previous versions of JavaSDK (<v1.4.0) were generating JSON histories in an incorrect format (#300). Users who already have pregenerated JSON Workflow Histories as a part of their test suite may need to perform a migration if these histories were generated by the previous version of JavaSDK.

... (truncated)

Commits
  • 411459b Release v1.5.0 (#858)
  • 82590b1 Upgrade gson dep to the last version and switch on using a version range (#855)
  • a2bc937 Rework OpenTracing module to use conventional error reporting (#854)
  • ef636b5 Kotlin extensions for Java SDK methods (#727)
  • 72ceb23 changed to hour step function so that passing of the test doesn't depend on t...
  • 346ddb2 Fix VersionStateMachine vs Cancellation bug by introducing preloading of vers...
  • b386266 Fix handling of version marker if it's the last command event of WFT (#845)
  • 3a435be Use jackson-bom platform dependency management (#843)
  • be99732 Added a newUntypedWorkflowStub method to WorkflowClient (#841)
  • eb92b93 Fix NullPointer in RetryOptions#merge (#834)
  • 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/temporal-java-sdk) from 0.29.1 to 1.5.0.
- [Release notes](https://github.com/temporalio/temporal-java-sdk/releases)
- [Commits](temporalio/sdk-java@v0.29.1...v1.5.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 Nov 8, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 13, 2021

Superseded by #39.

@dependabot dependabot bot closed this Dec 13, 2021
@dependabot dependabot bot deleted the dependabot/gradle/io.temporal-temporal-sdk-1.5.0 branch December 13, 2021 19:02
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