quarkiverse / quarkus-dapr

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

Bump dapr.version from 1.7.1 to 1.10.0 #132

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 9 months ago

Bumps dapr.version from 1.7.1 to 1.10.0. Updates io.dapr:dapr-sdk from 1.7.1 to 1.10.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
  • d8cc8ca Generate updated javadocs for 1.10.0
  • 696a9e1 Upgrade version to 1.10.0
  • 1b040d0 Fix release script.
  • 3f464c8 Release 1.10.0-rc-1
  • 9bd0245 Fix release script to handle workflows sdk.
  • b6514bb Updated actor configuration (#914)
  • 7f76d5b Integration test stabilization + update proto and Dapr runtime to 1.12 RC. (#...
  • 96c0418 add distributed lock example (#930)
  • 6c5aa60 Update instructions to spin dependent services (#920)
  • 29847ce Set file encoding property on sdk-tests module (#923)
  • Additional commits viewable in compare view


Updates io.dapr:dapr-sdk-actors from 1.7.1 to 1.10.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
  • d8cc8ca Generate updated javadocs for 1.10.0
  • 696a9e1 Upgrade version to 1.10.0
  • 1b040d0 Fix release script.
  • 3f464c8 Release 1.10.0-rc-1
  • 9bd0245 Fix release script to handle workflows sdk.
  • b6514bb Updated actor configuration (#914)
  • 7f76d5b Integration test stabilization + update proto and Dapr runtime to 1.12 RC. (#...
  • 96c0418 add distributed lock example (#930)
  • 6c5aa60 Update instructions to spin dependent services (#920)
  • 29847ce Set file encoding property on sdk-tests module (#923)
  • Additional commits viewable in compare view


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.

zhfeng commented 9 months ago

@naah69 @skyao can you take a look at this failing issue on native build?

mcruzdev commented 7 months ago

@zhfeng do you have in mind what it can be?

zhfeng commented 7 months ago

@mcruzdev No, I have no idea. and since 1.x is in maintenance mode, I have not much time to take a look. let's try to rebase it at first to see if it works.

zhfeng commented 7 months ago

@dependabot rebase

dependabot[bot] commented 6 months ago

Superseded by #168.