Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 28, 2020

Bumps temporal-sdk from 0.29.1 to 1.0.4.

Release notes

Sourced from temporal-sdk's releases.

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) 2020-12-10 - d951d7a1 - Upgrade dependencies and gradle version (#274) 2020-12-14 - 2b4bb01a - Add namespace to requests where it was missing (#275) 2020-12-15 - 2457ee67 - Adding an option to disable activity pollers (#276) 2020-12-21 - 81911681 - Updating dependencies to the latest (#285) 2020-12-21 - 9f88794f - Apply time unit in cancellable scope (#279) 2020-12-21 - bf1e538e - Fixed activity registration (#287) 2020-12-22 - d1e0f6b8 - Avoid activity task prefetching when handlers are busy (#286)

Metrics, deadlock detector and daemon threads

  • Report histograms and use snake case naming convention (#242)
  • Workflow thread deadlock detector (#243) …
  • Use daemon threads for connection backoff resetter (#244)

Sticky workflow task fixes and grpc header propagation

  • Copy headers from factory options into grpc requests (#238)
  • Remove reset sticky call from cache invalidation (#236)
  • Default sticky task schedule to start timeout (#239)

Metrics reporting fixed

temporalio/sdk-java#230 fixed metric reporting to ensure that the same set of metric tags is reported for all request metrics. When different sets of tags are used Prometheus drops the metrics.

First production release

Release Highlights

v1.0.0 is Temporal's first production ready release!

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

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 Dec 28, 2020
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 1, 2021

Superseded by #13.

@dependabot dependabot bot closed this Feb 1, 2021
@dependabot dependabot bot deleted the dependabot/gradle/io.temporal-temporal-sdk-1.0.4 branch February 1, 2021 06:13
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