Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 1, 2021

Bumps temporal-sdk from 0.29.1 to 1.0.6.

Release notes

Sourced from temporal-sdk's releases.

v1.0.6 release

Highlights

  • Moved TestWorkflowRule into temporal-testing-junit4 module, if you use it please consume this package instead of temporal-testing.
  • Added abitlity to do async completion, which obeys parallelism constraints, without having to specify task token.
  • Fixed bug with supported query types not being returned for unregistered queries.
  • Fixed a deadlock issue resulting in worker running out of threads in case if signal with start was throwing an exception.
  • [opt-in] gRPC retry options can now be configured in the WorkflowServiceStubsOptions.
  • [opt-in] Users can now specify keep alive configuration for gRPC connections to the server in order to detect dead connections if server closes them abruptly.

All changes 2021-02-01 - 61396a9 - Move TestWorkflowRule to a dedicated module (#303) 2021-02-03 - 86189b2 - Add abitlity to do async completion without having to specify task token (#329) 2021-02-04 - 51f4ee6 - Updating README instructions for running locally (#331) 2021-02-09 - 609ba6c - Release lock before running close and use tryLock in the WorkflowWorker (#339) 2021-02-09 - b9aeebf - Refactored and opened up POJO Workflow and Activity metadata (#337) 2021-02-09 - ddeaa5f - Removed InterruptedException from awaitTermination (#336) 2021-02-16 - 3ef9d6c - Expose WorkflowClientOptions via test extensions (#347) 2021-02-16 - 6b286eb - Move gRPC connections to idle periodically in order to trigger LB (#351) 2021-02-17 - ea3667a - Updating dependencies (#352) 2021-02-24 - ad8831d - Make rpc retry options configurable (#359) 2021-02-25 - 611de11 - Return supported query types for unsupported queries (#360) 2021-02-25 - e637ead - Add keep alive to gRPC connection (#363)

v1.0.5 release

Please note that we've moved classes used for testing into a separate module called temporal-testing. You would need to add a new dependency in gradle:

testImplementation group: 'io.temporal', name: 'temporal-testing', version: '1.0.5'

#Highlights

  • Add dynamic workflow and activity implementation support.
  • Add support for MaxConcurrentActivityExecutionSize for async activities.
  • Add helper methods for setting sslContext.
  • Interceptor refactoring to support headers

#All changes

2020-12-28 - 24a55be - Dynamic workflow and activity implementation support (#289) 2021-01-04 - f7bc07d - Add support for MaxConcurrentActivityExecutionSize for async activities (#291) 2021-01-06 - 38af982 - Move test code into testing module (#292) 2021-01-07 - 9e26a98 - Enforce formatting on buildkite (#293) 2021-01-07 - add9f8f - Adding debug mode (#296) 2021-01-11 - 351a8b9 - Rename debug mode env var (#297) 2021-01-14 - 2bef04f - Add a test for completion of async activity with error (#307) 2021-01-17 - f502d3a - Don't swallow replay workflow exceptions (#304) 2021-01-19 - 21d277f - Updating java sdk dependencies (#316) 2021-01-19 - c5fe428 - Adding code owners (#306) 2021-01-21 - e796ec4 - Rename metric tags (#318)

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

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

dependabot bot commented on behalf of github Apr 12, 2021

Superseded by #20.

@dependabot dependabot bot closed this Apr 12, 2021
@dependabot dependabot bot deleted the dependabot/gradle/io.temporal-temporal-sdk-1.0.6 branch April 12, 2021 05:58
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