Skip to content

Releases: dapr/components-contrib

v1.13.0-rc.4

14 Feb 17:19
dd4db99
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.0-rc.3...v1.13.0-rc.4

v1.12.9

08 Feb 23:47
Compare
Choose a tag to compare
Recover interrupted eventhubs subscriptions (#3344)

Signed-off-by: Bernd Verst <github@bernd.dev>

v1.12.8

02 Jan 17:29
75391eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.7...v1.12.8

v1.12.7

18 Dec 17:08
5f69fcf
Compare
Choose a tag to compare
[release-1.12] Fixup from #3272: support case-sensitive SERVER collat…

…ion (#3276)

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

v1.12.6

14 Dec 23:16
3dc465e
Compare
Choose a tag to compare
Fix SQL Server state store not working with case-sensitive collations…

… (#3272)

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

v1.12.5

17 Nov 19:35
a6710b9
Compare
Choose a tag to compare
[release-1.12] Upgrade sarama to 1.42.1 (#3235)

Signed-off-by: Bernd Verst <github@bernd.dev>

v1.12.4

14 Nov 01:00
Compare
Choose a tag to compare
Fix redis recovery behavior

Signed-off-by: Bernd Verst <github@bernd.dev>

v1.12.1

07 Nov 01:38
Compare
Choose a tag to compare
[Release-1.12] Azure SDK upgrades

Signed-off-by: Bernd Verst <github@bernd.dev>

v1.12.0

11 Oct 23:04
5384d54
Compare
Choose a tag to compare
  • Bindings:
    • Azure OpenAI:
      • New component: output binding for Azure OpenAI 2965 3022 2716
    • Azure SignalR:
      • Added client negotiate support 3073
    • Azure Storage Queues:
      • Messages sent to Dapr now contain additional metadata including dequeue count 3028 2375
    • HTTP:
      • [Breaking change] When reading a response, the amount of data read is capped at "maxResponseBodySize" as set in the metadata, with 100Mi as default 3040
      • Fixed a number of bugs, including inability to invoke URLs that contained .. 2981
    • Kafka:
      • Added metadata option oauthbearer.extensions 3008
    • Kubernetes:
      • [Breaking change] Path to kubeconfig file is now passed as metadata option and not as CLI flag 2992 3060
    • Local storage:
      • Disable access to some more system folders for security reasons 2947
    • MySQL:
      • Added support for parametrized queries 2973
    • PostgreSQL:
      • Added support for parametrized queries 2972
      • Added support for pgBouncer via queryExecMode 3002 3103
      • It is now possible to authenticate to Azure Database for PostgreSQL using Azure AD 2595
    • RabbitMQ:
      • Use metadata from request as header of the published message 2895 3030
    • Twilio Sendgrid:
      • Added support for dynamic templates 2412 2844
    • WASM:
      • Added support for strict sandboxing 2884
      • Added support for fetching WASM files via HTTP(S) 3005
      • Added support for wasi-http 3007
    • Zeebe:
  • Configuration stores:
    • Azure App Configuration:
      • [Breaking change] Metadata options have been changed to support Go durations (or seconds) instead of nanoseconds 2976 3004
    • PostgreSQL:
      • Added support for pgBouncer via queryExecMode 3002 3103
      • It is now possible to authenticate to Azure Database for PostgreSQL using Azure AD 2595
  • Crypto providers:
    • Kubernetes:
      • [Breaking change] Path to kubeconfig file is now passed as metadata option and not as CLI flag 2992 [3060](#3060
  • Middlewares:
    • Router alias:
      • Changed the format of the metadata the component accepts 2903
    • WASM:
      • Added support for strict sandboxing 2884
      • Added ability to pass config to guests 2918
      • Added support for fetching WASM files via HTTP(S) 3005
  • Name resolvers:
    • Consul:
      • Fixed resolution of IPv6 addresses. 3074
      • Consul now handles conflicts where an app is deployed at an address that previously was used by a different app (with a different ID) 2489 2980 2490 dapr#6642
    • Kubernetes:
      • Added templating capabilities for the name resolver 2883
  • PubSub:
    • JetStream:
      • Added support for delaying redelivery of failed messages 3079 3102
    • Kafka:
      • Added metadata option oauthbearer.extensions 3008
    • NATS Streaming:
      • Because the NATS Streaming project is deprecated, the Dapr component has been deprecated too. It will be removed in Dapr 1.13 3042 3043
    • Pulsar:
      • Added consumer proto schema validation 3014
    • RabbitMQ:
      • Added support for quorum queues 2544
      • Added option to override queue name via subscription request metadata 2791 2962
      • Added metadata option to override client name 2933
  • Secret stores:
    • Kubernetes:
      • [Breaking change] Path to kubeconfig file is now passed as metadata option and not as CLI flag 2992 [3060](#3060
  • State stores:
    • Etcd:
      • Published version "v2" of the component which includes some non-backwards compatible fixes to better support TTLs 2932
    • PostgreSQL:
      • It is now possible to authenticate to Azure Database for PostgreSQL using Azure AD 2595
      • Added support for pgBouncer via queryExecMode 3002 3103
    • When retrieving state from a state store that supports TTLs, the additional metadata property ttlExpiryTime is returned for these state stores:

v1.12.0-rc.4

09 Oct 15:26
5384d54
Compare
Choose a tag to compare
v1.12.0-rc.4 Pre-release
Pre-release
Fixes GCP components failing to authenticate (#3169)

Signed-off-by: Elena Kolevska <elena@kolevska.com>