Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 9, 2021

Bumps temporal-sdk from 0.29.1 to 1.2.0.

Release notes

Sourced from temporal-sdk's releases.

v1.2.0 release

2021-07-02 - 02d37a51 - ProtobufJsonPayloadConverter is fixed to use custom printer provided in constructor (#552) 2021-07-05 - 177b8958 - Expose a fixed implementation of WorkflowQueue as a new method of Workflow class (#572) 2021-07-07 - 9a0a9391 - Forbid the usage of WorkflowClient, ActivityCompletionClient, and WorkflowServiceStubs from workflow code (#556) 2021-07-27 - 99e71037 - Polish JUnit5 extension: per-test initial time, dynamic workflows and activities (#581)

v1.1.0 release

2021-06-04 - 0727c950 - Add getWorker method to TestWorkflowRule (#528) 2021-06-04 - c09e03c9 - Avoid throwing IllegalStateException in NoopSuspendableWorker (#527) 2021-06-09 - a6ade139 - Implement configurable DEFAULT_DEADLOCK_DETECTION_TIMEOUT (#524) 2021-06-10 - 2b51430e - Added exclusion of GRPC wrapped InterruptedExceptions logging in Poller during shutdown (#536) 2021-06-11 - 1be5b7df - Pluggable span naming (#511) 2021-06-21 - 37401492 - Cancel child fix (#542) 2021-07-01 - 36fea93e - Allow zero value on some worker options values (#563)

v1.0.9 release

2021-06-01 - a25cafa5 - Fix health check attributes (#519)

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)

... (truncated)

Commits
  • 819b191 Release v1.2.0 (#622)
  • be6945b Fix OpenTracingOptions.SpanBuilderProvider setTracer method (#620)
  • 1c30adb Flaky test: testChildWorkflowWithCronSchedule (#610)
  • 99e7103 Polish JUnit5 extension: per-test initial time, dynamic workflows and activit...
  • d525026 Typos and renaming (#609)
  • 25f92a7 Thread shutdown not working correctly in TestEnv (#601)
  • e7339f2 Updated dependencies. (#606)
  • b4cbaa1 Fixed an issue with time skipping in case of timing out a root (not a child) ...
  • b1b23a5 Use method annotation name override for equality check (#598)
  • 9cb6d6c Change docker hub repo to temporaliotest (#592)
  • 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.2.0.
- [Release notes](https://github.com/temporalio/temporal-java-sdk/releases)
- [Commits](temporalio/sdk-java@v0.29.1...v1.2.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 Aug 9, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 13, 2021

Superseded by #35.

@dependabot dependabot bot closed this Sep 13, 2021
@dependabot dependabot bot deleted the dependabot/gradle/io.temporal-temporal-sdk-1.2.0 branch September 13, 2021 19:01
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