quarkiverse / quarkus-dapr

The Distributed Application Runtime (Dapr) provides APIs that simplify microservice connectivity
https://dapr.io/
Apache License 2.0
31 stars 16 forks source link

Bump dapr.version from 1.7.1 to 1.11.0 #168

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 8 months ago

Bumps dapr.version from 1.7.1 to 1.11.0. Updates io.dapr:dapr-sdk from 1.7.1 to 1.11.0

Release notes

Sourced from io.dapr:dapr-sdk's releases.

v1.10.0

Java SDK

  • ADDED Support for Per Actor Type Configuration 729
  • ADDED Support for distributed lock API 747
  • ADDED Support for DLQ (dead letter queue) 777
  • ADDED Workflow implementation in SDK 839
  • ADDED Environment variables to talk to remote Dapr APIs 876
  • ADDED Retry and timeout policy support for gRPC client. 889

v1.9.0

Java SDK

  • FIXED DaprGrpcClient making blocking calls. 787
  • ADDED PubSub subscriber examples over gPRC 833
  • UPDATED Config API to use stable endpoints. 846

v1.8.0

  • ADDED Bulk publish and bulk subscribe implementation 778
  • DEPRECATED HTTP client in SDK 794 824
  • FIXED Add ElementType.TYPE to ActorType to enable it in Kotlin 797
  • ADDED Report SDK version in user-agent 810
  • UPDATED Update docs for configuration API 813
  • UPDATED Update springboot to latest minor.patch version. 826
Commits


Updates io.dapr:dapr-sdk-actors from 1.7.1 to 1.11.0

Release notes

Sourced from io.dapr:dapr-sdk-actors's releases.

v1.10.0

Java SDK

  • ADDED Support for Per Actor Type Configuration 729
  • ADDED Support for distributed lock API 747
  • ADDED Support for DLQ (dead letter queue) 777
  • ADDED Workflow implementation in SDK 839
  • ADDED Environment variables to talk to remote Dapr APIs 876
  • ADDED Retry and timeout policy support for gRPC client. 889

v1.9.0

Java SDK

  • FIXED DaprGrpcClient making blocking calls. 787
  • ADDED PubSub subscriber examples over gPRC 833
  • UPDATED Config API to use stable endpoints. 846

v1.8.0

  • ADDED Bulk publish and bulk subscribe implementation 778
  • DEPRECATED HTTP client in SDK 794 824
  • FIXED Add ElementType.TYPE to ActorType to enable it in Kotlin 797
  • ADDED Report SDK version in user-agent 810
  • UPDATED Update docs for configuration API 813
  • UPDATED Update springboot to latest minor.patch version. 826
Commits


You can trigger a rebase of this PR 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

mcruzdev commented 3 months ago

@dependabot rebase

dependabot[bot] commented 3 months ago

Sorry, only users with push access can use that command.

mcruzdev commented 3 months ago

@gastaldi could you execute a @dependabot rebase here? please!

gastaldi commented 3 months ago

@dependabot rebase

dependabot[bot] commented 3 months ago

Looks like this PR is already up-to-date with 1.x! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

gastaldi commented 3 months ago

@dependabot recreate

mcruzdev commented 3 months ago

Hi @zhfeng, should this pull request have the branch 1.x as target?

It's been a long time since we put stuff in the 1.x branch

dependabot[bot] commented 3 months ago

Superseded by #195.