Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 13, 2021

Bumps temporal-sdk from 0.29.1 to 1.3.1.

Release notes

Sourced from temporal-sdk's releases.

v1.3.1 release

Highlights:

This release includes a hotfix for handling DEADLINE_EXCEEDED to address a potential regression introduced by v1.3.0

All changes:

2021-09-11 - 0da3149c - GrpcRetryer now retries underlying DEADLINE_EXCEEDED if the root gRPC context deadline is not expired (#709) 2021-09-13 - d19bdcdb - Test service now enforces 1 Minute timeout on long polls (#713)

v1.3.0 release

Highlights:

  • Improved Kotlin support (#319) Kotlin users should include temporal-kotlin module in the classpath.
  • Context deadline exceeded gRPC error will be considered as non-retryable (#654) and will include details from the previous exception when possible (#674). Normal behavior for most other retryable server errors would be to retry them until deadline is exceeded.
  • Added support for JWT tokens (#678)
  • Allowed using custom headers during health check (#690)
  • Multiple bug fixes

All changes:

2021-08-10 - 15ca5083 - Refactor how DeterministicRunnerImpl and SyncWorkflowContext handle creation of workflow root and method threads (#557) 2021-08-10 - 6f75b677 - Added configurable OpenTracerSpanContextCodec to OpenTracingOptions (#624) 2021-08-13 - 58f02fe4 - Code style improvements around DataConverters and WorkflowContext (#627) 2021-08-14 - 759526e9 - Add temporal-kotlin module that provides correct Kotlin support for Async (#319) 2021-08-16 - 35dae76c - Stop enforcing TestWorkflowRule timeout when run in Temporal debug mode, respect JUnit(timeout) over TestRule timeout (#633) 2021-08-16 - 5d8734be - SDKTestWorkflowRule is moved into temporal-testing-junit4 to allow reusing by other modules (#635) 2021-08-16 - 6d98270e - Fix misc thread safety issues with WorkflowThreadContext (#642) 2021-08-16 - 762e5711 - Do not retry local activity when non-retryable ApplicationFailure is thrown (#638) 2021-08-18 - 25da5d20 - Add newFailureWithCause and newNonRetryableFailureWithCause to ApplicationFailure that allow to setup cause field (#649) 2021-08-18 - 9f53c132 - Fix handling of Version events in WorkflowStateMachines in case of cancelled commands in a queue (#614) 2021-08-24 - 0c09e62a - GrpcRetryer now respects DEADLINE_EXCEEDED as non-retryable (#654) 2021-08-26 - 6d551808 - Add backoff to WorkflowExecutionUtils#getInstanceCloseEvent (#667) 2021-08-26 - 73d7fbd0 - Preserve a previous exception in GrpcRetryer in case of DEADLINE_EXCEEDED (#674) 2021-08-26 - b034a0fa - Add getMemo to Workflow (#611) 2021-08-30 - 206d758d - Add DescribeWorkflowExecution to TestWorkflowService (#670) 2021-08-31 - 1e77577c - Refactored HeaderUtils#intoPayloadMapWithDefaultConverter to accept converter as parameter. (#686) 2021-08-31 - 3d0be059 - Cleanup naming inside AuthorizationGrpcMetadataProvider (#691) 2021-08-31 - 914ecf17 - Refactored TestWorkflowMutableState and removed unused methods from ReplayWorkflowContext (#679) 2021-08-31 - 95d7e0a9 - Add support for JWT tokens for Temporal server authorization (#678) 2021-08-31 - d8377807 - Call health check on intercepted channel (#690) 2021-09-08 - b077ec10 - Fix getResult hang after termination using test service (#700)

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)

... (truncated)

Commits
  • 01a1b9f Release v1.3.1 (#714)
  • d19bdcd Test service now enforces 1 Minute timeout on long polls (#713)
  • 0da3149 GrpcRetryer now retries underlying DEADLINE_EXCEEDED if the root gRPC context...
  • 6da56e8 Releasing v1.3.0 (#705)
  • f353831 Improve PayloadConverter javadoc regarding providing of EncodingKeys#METADATA...
  • b077ec1 Fix getResult hang after termination using test service (#700)
  • a00ddff Small typo in ReplayWorkflowTaskHandler (#697)
  • ef45c34 Improve testLocalActivitiesWorkflowTaskHeartbeat flakiness (#694)
  • d837780 Call health check on intercepted channel (#690)
  • 914ecf1 Refactored TestWorkflowMutableState and removed unused methods from ReplayWor...
  • 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.3.1.
- [Release notes](https://github.com/temporalio/temporal-java-sdk/releases)
- [Commits](temporalio/sdk-java@v0.29.1...v1.3.1)

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

dependabot bot commented on behalf of github Oct 11, 2021

Superseded by #36.

@dependabot dependabot bot closed this Oct 11, 2021
@dependabot dependabot bot deleted the dependabot/gradle/io.temporal-temporal-sdk-1.3.1 branch October 11, 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