Skip to content

Conversation

@dependabot
Copy link

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

Bumps temporal-sdk from 0.29.1 to 1.0.5.

Release notes

Sourced from temporal-sdk's releases.

v1.0.5 release

#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) 2021-01-25 - 72f746b - Add helper methods for setting cloud sslContext (#320) 2021-01-26 - b3797d6 - Interceptor refactoring to support headers (#311) 2021-01-27 - 2d9ef36 - Return ref to this in SimpleSslContextBuilder (#322)

v1.0.4 release

Highlights

  • Deadlock detector will now show all workflow threads making debugging easier.
  • SDK will no longer use illegal reflective access during exception unwrapping.
  • Fixed a bug with missing cancellation in child sub-scopes.
  • Added binary checksum to the worker options, which can now be used in the auto-reset.
  • Added an option to run only workflow task and local activity pollers.
  • Fixed an issue with eager activity task pre-fetching which could be causing activity timeouts when all handlers are busy.

All changes

2020-11-06 - ac9805c4 - Use JSR250 javax.annotation-api when compiling serviceclient with JDK 9 and up. (#231) 2020-11-06 - d1ea450c - Added dump of all workflow thread to the deadlock detector (#246) 2020-11-10 - aa04a4b8 - Fix NPE in sticky poller (#249) 2020-11-11 - cd103b0f - Fix flaky test that was relying on sleep (#250) 2020-11-16 - 4bb23c3a - Stop using illegal reflective access for setting cause during exception (#251) 2020-11-19 - fcbb4e38 - Updated setDoNotRetry javadoc (#261) 2020-11-23 - 6f2ef6ef - Added missing status to testservice (#266) 2020-11-25 - 7b3c8470 - Remove redundant line break from the README (#268) 2020-12-04 - e735da26 - Add getPreviousRunFailure method to Workflow API (#260) 2020-12-09 - 4a598d3c - Avoid removing sub-scopes that have cancellation promise or child sub-scopes (#269) 2020-12-09 - ff0bb114 - Updating proto submodule to v1.3.0 (#271) 2020-12-10 - 4c150040 - Add a gradle task that cleans all sub-projects (#272) 2020-12-10 - 5e4ecb39 - Adding binary checksum to WorkflowClientOptions (#270)

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

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

dependabot bot commented on behalf of github Mar 1, 2021

Superseded by #15.

@dependabot dependabot bot closed this Mar 1, 2021
@dependabot dependabot bot deleted the dependabot/gradle/io.temporal-temporal-sdk-1.0.5 branch March 1, 2021 06:06
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