Releases: dapr/components-contrib
Releases · dapr/components-contrib
v1.5.0 release
- RESOLVED Certify Azure SQL Server as stable in state store 949
- RESOLVED Certify Apache Kafka as stable in pubsub 953 1241
- RESOLVED Certify Azure Key Vault w/ Managed Identity as stable in secret store 959
- ADDED User agent header for Azure services 1014
- ADDED Azure Service Bus message metadata for Pubsub 1071
- ADDED Delay queue params for Pulsar 1107
- FIXED Postgres state store and add it to conformance tests 1117
- ADDED Mysql conformance test 1122 1168
- ADDED Enhancements to CREATE operation GCP Storage Bucket binding + adds GET, DELETE and LIST 1125
- FIXED Azure Storage Queue resolving extra double quotation 1130
- RESOLVED Update Azure Service Bus Go SDK to latest 1141
- RESOLVED RabbitMQ binding uses text/plain as content type 1144
- RESOLVED Pass the message body in OPA middleware 1166
- FIXED RabbitMQ pubsub ignores 'durable' metadata 1181
- FIXED RabbitMQ pubsub does not handle channel closing properly 1187
- FIXED TLS with Kafka pubsub component 1188
- UPDATED paho.mqtt.golang to v1.3.5 1192
- RESOLVED binding/mysql: optimize output error 1195
- RESOLVED Reconnect RabbitMQ on 'unexpected command received' error 1198
- RESOLVED add metadata to query request/response 1215
- ADDED Support message-id property from IoTHub device events in EventHubs 1221
- RESOLVED restrict sns/sqs pubsub subscription permissions 1230
- FIXED MQTT bindings can hang on Close() 1235
- RESOLVED Body of email empty in SMTP binding when invoking the binding over gRPC 1253
- FIXED Body content parsing for SMTP binding 1254
- ADDED Warning generated by SMTP binding when username and password are both set. 1255
- ADDEDED Option to override Kafka Broker version 1275
- RESOLVED Renamed package for CosmosDB.GramlinAPI binding component 1276
v1.3.0-rc3 release
Fixing the handling of detach errors (#1032)
v1.3.0-rc2 release
Fixing the handling of detach errors (#1030) * Improve error message in case of missing property (#1012) Co-authored-by: Artur Souza <[email protected]> * Remove vestigial pubsub/nats code (#1024) The pubsub/nats component was replaced by pubsub/natsstreaming as part of https://github.com/dapr/dapr/pull/2003, but the corresponding code in dapr/components-contrib was not removed, so this change removes it. * Fixing the handling of detach errors Co-authored-by: Maarten Mulders <[email protected]> Co-authored-by: Artur Souza <[email protected]> Co-authored-by: Simon Leet <[email protected]>
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