Releases: dapr/components-contrib
Releases · dapr/components-contrib
v1.3.0-rc1 release
Adds support for TTL in Redis State Store (#990) * Adds support for TTL in Redis State Store * return explicit errors * Refactor Redis TTL * reduce nestedness * Changing if logic for ttl to fit lint * Ignore lint for nestif Co-authored-by: Artur Souza <[email protected]>
v1.2.0
Components v1.2.0
- RESOLVED Support of Azure Blob Metadata (for Blob state storage) 462
- RESOLVED Add DNS name resolver. Add unit tests. 743
- ADDED NameResolution: Consul 749
- FIXED Password configuration for Redis Sentinel state store. 756
- UPDATED Optimize SMTP binding performance 781
- RESOLVED Update Readme.md 789
- RESOLVED Fixed bug where default vaultaddr is never used. 791
- RESOLVED customize cluster domain of k8s nameresolution 792
- RESOLVED Hashicorp Vault - accept root token as string instead of file 794
- RESOLVED Use
go mod tidy
before make 799 - RESOLVED Upgrade redis client to v8 and use context in redis pubsub component to cancel request 804
- RESOLVED Implement bindings for the Zeebe workflow engine 805
- RESOLVED Error amqp:link:detach-forced 809
- RESOLVED Alibaba Cloud DingTalk Webhook Binding 811
- RESOLVED Add redis cluter mode for pubsub 823
- RESOLVED optimize(state/redis): output detail redis error 825
- RESOLVED Sentinel as Dapr's middleware 828
- RESOLVED Add timeout to cancel request for it would be redelivered 832
- RESOLVED Add optional metadata param maxLen for redis stream PubSub component 835
- RESOLVED add BulkGetResponse comments 845
- FIXED Redis subscriber should not block infinitely on XReadGroup 852
- RESOLVED Make the retry package available to use across all components 853
- RESOLVED Dapr CLI commands take ~5 seconds to execute 865
- RESOLVED Update Aerospike to v4.5.0 866
- FIXED Race in pulsar pubsub component. 867