Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 12, 2021

Bumps temporal-sdk from 0.29.1 to 1.0.7.

Release notes

Sourced from temporal-sdk's releases.

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) 2021-03-10 - b3fad1d - InboundActivityInterceptor now has an access to header (#375) 2021-03-16 - 1aa7f54 - Update Dependencies (#389) 2021-03-17 - 5f2ac61 - Factored out Signal Tests (#383) 2021-03-17 - 9c384fc - Added missing cause to WorkflowTaskFailedEventAttributes (#388) 2021-03-24 - 5161638 - Dependency Update (#398) 2021-03-24 - fd6bb90 - Add WorkflowStubCallsInterceptor which provides an access to Headers (#382) 2021-03-28 - c802327 - Fix a typo in workflowClientCallsInterceptor() method name introduced in #382 (#399) 2021-03-29 - 81f3d04 - Dependency Update (#408) 2021-03-31 - 8384e53 - Refactor WorkflowTest (#390) 2021-03-31 - b682a2d - Fix TestWorkflowRule#Builder#setWorkerFactoryOptions method signature in accordance with Builder interface (#415) 2021-03-31 - fcec2aa - Make child workflowId available for Interceptors (#409) 2021-04-01 - 5a33a8b - Delete WorkflowTest + Cleanup (#416) 2021-04-01 - b32dca8 - Make TestWorkflowService#continueAsNew respect headers of the original StartWorkflowExecutionRequest (#419) 2021-04-02 - ba691a2 - Testworkflowrule Interceptor Fix (#421) 2021-04-05 - 45cb71c - Dependency Update (#426) 2021-04-05 - d9a0c15 - OpenTracing module is implemented (#418) 2021-04-06 - 057f75d - Fix a potential NullPointer in exception processing inside WorkflowStubImpl (#429) 2021-04-06 - 0c5ae20 - Dependency Update (#428) 2021-04-06 - b642a75 - Fixed timeout property documentation (#411) 2021-04-08 - fd28e21 - Polish temporal-opentracing module (#430) 2021-04-09 - dffa6ee - Disable flaky tests until they are fixed (#427)

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)

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

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

dependabot bot commented on behalf of github May 31, 2021

Superseded by #23.

@dependabot dependabot bot closed this May 31, 2021
@dependabot dependabot bot deleted the dependabot/gradle/io.temporal-temporal-sdk-1.0.7 branch May 31, 2021 05:38
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