Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 31, 2021

Bumps temporal-sdk from 0.29.1 to 1.0.8.

Release notes

Sourced from temporal-sdk's releases.

v1.0.8 release

Highlights

  • Option to set default ActivityOptions and per activityType. Can be done through the activityStub, WorkflowImplementationOptions, and on a workflow.
  • Added context propagation for local activities
  • Option to set initial time for workflow tests
  • Implemented a Health Check. By default it's on and checks if the server is up every 5s. If the server is not up in 10s, the worker will not start. It may break those users that deploy workers while server is not up. Please configure in WorkflowServiceStubsOptions.

All changes 2021-04-10 - 6fa0fc93 - Do not override Micrometer's naming conventions (#434) 2021-04-13 - af27a9fe - Local type (#441) 2021-04-15 - 08f4f96a - Gradle & Temporal Service Update (#442) 2021-04-30 - 75663139 - Change log level from ERROR to INFO for failed workflow task caused by signal race condition (#451) 2021-04-30 - debc3571 - Set current time before processing commands (#458) 2021-04-30 - ec663a25 - Updating links to docs in README (#452) 2021-05-03 - e98c19f9 - Test env sleep (#463) 2021-05-06 - fec4731b - Workflow#newActivityStub(activityInterface) method produces broken activity stubs (#457) 2021-05-07 - 5c7d0573 - Do not fail stack trace query on a closed workflow (#473) 2021-05-07 - f22d431d - Fixed implementation of WorkflowExecutionUtils#getInstanceCloseEvent that previously could get into infinite loop after a timeout (#472) 2021-05-10 - 07a10cfe - Cleanup the way Pollers handle InterruptedExceptions (#478) 2021-05-11 - 192f0c44 - Use default data converter for search attributes and memo (#483) 2021-05-11 - 23bccf07 - Local activity race condition (#475) 2021-05-11 - df5f2445 - Cleanup the way Pollers handle InterruptedExceptions (#477) 2021-05-12 - 45de2dc9 - Override ObjectMapper in the DefaultDataConverter's payload coverter (#410) 2021-05-14 - b23edac3 - Added context propagation for local activities (#491) 2021-05-18 - 81afb31d - Fixed SearchAttributes and memo lost from ChildWorkflowOptions (#500) 2021-05-19 - 221c4bb6 - Per activity method options (#431) (#448) (#497) 2021-05-19 - b9dd6d9b - Option to set initial time for workflow test (#498) 2021-05-28 - 1238ffc4 - Workflow retry in Test Service (#510) 2021-05-28 - b0199150 - Health Check (#504) 2021-05-28 - b0bb4e4d - Out-of-process test server (#470)

v1.0.7 release

Highlights

  • OpenTracing support. See temporal-opentracing/README.md for info. Thanks @​Spikhalskiy!
  • Bugfixes
  • Note that there are backwards incompatible changes to WorkflowClientInterceptor and ActivityInboundCallsInterceptor -- these are so new and infrequently used we have not revved major version.

All changes 2021-02-26 - a47baff - Updated Gradle and dependencies. (#366) 2021-02-26 - acc3dc1 - Adding release notes for 1.0.6 (#369) 2021-02-26 - e8b03f9 - Make keep alive configurable and opt-in (#367) 2021-03-06 - af9c158 - Workflowtest refactoring (#368) 2021-03-08 - 3cd5222 - Add addWorkflowImplementationFactory ability to the rule to support what DynamicWorkflowTest needs. (#376) 2021-03-08 - 6267972 - Factored out Child tests and a few others (#377)

... (truncated)

Commits

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.0.8.
- [Release notes](https://github.com/temporalio/temporal-java-sdk/releases)
- [Commits](temporalio/sdk-java@v0.29.1...v1.0.8)

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 31, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 7, 2021

Superseded by #24.

@dependabot dependabot bot closed this Jun 7, 2021
@dependabot dependabot bot deleted the dependabot/gradle/io.temporal-temporal-sdk-1.0.8 branch June 7, 2021 05:41
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