Releases: dapr/components-contrib
Releases · dapr/components-contrib
v1.14.6
v1.14.5
v1.14.5
v1.15.0-rc.1
What's Changed
- bindings/http: Use Go Default Transport as base Transport by @JoshVanL in #3466
- Adds EntraID auth support to all Redis Components by @berndverst in #3470
- Update linter command to support diff linting by @berndverst in #3474
- Update all Azure components by @berndverst in #3475
- Pin runtime 1.14.0rc1 in Cert tests, Update Go to 1.22.5 by @berndverst in #3477
- fix: drop duplicate awsRegion/region field by @Eileen-Yu in #3490
- Merges 1.14 into main by @elena-kolevska in #3515
- Removes check for dummy key in AWS Secrets manager by @elena-kolevska in #3519
- Removes the dummy check for AWS Parameter Store access validation by @elena-kolevska in #3520
- Addressed issue in Kafka-pubsub for avro null messages by @passuied in #3531
- Resolving a weird edge case in case of a poison pill message being retried, followed by a pod restart by @passuied in #3532
- Binding AWS Kinesis - reuse client credentials by @soisyourface in #3509
- CI: correct upgrade lint path by @daixiang0 in #3527
- fix: drop duplicate aws auth field in postgresql by @Eileen-Yu in #3525
- state: Adds
io.Closer
to interface by @JoshVanL in #3537 - mongodb: fix goroutine leak on failed server connections by @lrascao in #3538
- init conversation API with openai component by @daixiang0 in #3518
- Update go to v1.23 by @JoshVanL in #3543
- conversation: add echo implement by @daixiang0 in #3549
- fix make target by @daixiang0 in #3548
- Interfaces: Update all component interfaces to implement io.Closer by @JoshVanL in #3542
- fix(metadata): add missing field to http binding by @sicoyle in #3560
- fix(metadata): make access/secret keys optional by @sicoyle in #3562
- Add AWS Bedrock support by @artursouza in #3563
- Add component for Anthropic by @yaron2 in #3564
- fix(redis): make auth profiles consistent for username/pwd by @sicoyle in #3565
- Add temperature support to conversational api by @yaron2 in #3566
- Conversation API: add cache support, add huggingface+mistral models by @yaron2 in #3567
- Merge 1.14 into master by @elena-kolevska in #3579
- [Bindings][BlobStorage] Update request.go - Log debug instead of warning by @ssi-spyro in #3577
- http binding fix nilpointer by @famarting in #3536
- sftp binding component by @arslanmusta in #3505
- Update sarama dependency by @yaron2 in #3587
- Add receiverQueueSize to pulsar by @yaron2 in #3589
- Fix metadata header value sanitization by @bhagya05 in #3581
- Add elena-kolevska to codeowners for dapr bot by @elena-kolevska in #3592
- Adds conformance tests for AWS Secrets store component by @elena-kolevska in #3588
- feat: add me to bot owners to run tests by @sicoyle in #3600
- feat(iam auth): allow iam roles anywhere auth profile by @sicoyle in #3591
- Enable in order processing of eventhubs messages by @yaron2 in #3605
- postgres binding, ping on init by @famarting in #3595
- Mongo State: fix serialization value in the transaction method by @luigirende in #3576
- fix(aws): update close if aws auth provider is nil by @sicoyle in #3607
- fix: initialize the close chan by @sicoyle in #3608
- Fixes
subscribeType
metadata field not being respected for Pulsar pub sub by @elena-kolevska in #3603 - snssqs: fix consumer starvation by @qustavo in #3478
- update aws-msk-iam-sasl-signer-go dependency by @famarting in #3612
- Enable eventhubs binding to read all message properties by @yaron2 in #3615
- Kafka Pubsub fixes: Avro serialization caching and retries by @passuied in #3610
- feat(kafka): iam roles anywhere + assume role auth profiles by @sicoyle in #3606
- fix get aws creds from environment by @famarting in #3617
New Contributors
- @soisyourface made their first contribution in #3509
- @lrascao made their first contribution in #3538
- @ssi-spyro made their first contribution in #3577
- @arslanmusta made their first contribution in #3505
- @qustavo made their first contribution in #3478
Full Changelog: v1.14.0-rc.6...v1.15.0-rc.1
v1.14.4
v1.14.4
v1.14.3
v1.14.3
v1.14.2
v1.14.2
v1.14.2-rc.1
v1.14.2-rc.1
v1.14.0-rc.6
v1.14.0-rc.6
v1.14.0
What's Changed
- Redis State Store query: numeric operators do not work correctly on large numbers by @gspadotto in #3334
- Azure auth: do not use CLI provider by default when running in a cloud service by @ItalyPaleAle in #3338
- Azure Service Bus: enforce
autodeleteonidlesec
minimum 300 by @berndverst in #3340 - Upgrade several component, use Dapr runtime
1.13.0-rc.2
in cert tests by @berndverst in #3341 - Recover interrupted eventhubs subscriptions by @berndverst in #3344
- [chore] Update component-folders.yaml by @ItalyPaleAle in #3353
- fix: create table for migration only if not exists by @sicoyle in #3356
- Fix Azure App Config not working with gRPC by @berndverst in #3358
- chore: upgrades http-wasm host to v0.6.0. by @jcchavezs in #3360
- Update klauspost/compress dependency by @ItalyPaleAle in #3364
- Update AWS SDK versions by @Jossec101 in #3355
- PubSub Kafka: Respect Subscribe context by @JoshVanL in #3363
- S3 add storage class to metadata by @nadavv169 in #3369
- fix all wasm guests build and refresh with TinyGo 0.28.1 by @evacchi in #3377
- deps: updates wazero to v1.7.0 by @evacchi in #3378
- feat(kafka): add producer config capabilities for connections by @sicoyle in #3371
- Kafka: Add support to configure heartbeat interval and session timeout to kafka's consumer by @denisbchrsk in #3375
- kafka: bugfix possible nil pointer error on close by @famarting in #3383
- Fixing bug with new Avro conversion when message values are NULL by @passuied in #3388
- Update holopin.yml to award components badge to contributors by @Rutam21 in #3396
- Support and use Go 1.22 by @berndverst in #3372
- Fix CosmosDB for latest API version by @berndverst in #3411
- Remove some unnecessary loglines by @berndverst in #3412
- Fix linter for cosmosdb by @yaron2 in #3416
- Kafka PubSub: Propagate partition key to DLT by @denisbchrsk in #3368
- fix: metadata capitalization by @sicoyle in #3413
- feat(aws iam): support aws iam auth for postgresql components by @sicoyle in #3324
- Fixups from #3324 by @ItalyPaleAle in #3419
- feat: add aws sns metadata schema by @Eileen-Yu in #3433
- Redis private certificates by @elena-kolevska in #3429
- ASB: Add support for ApplicationProperties in subscriptions by @berndverst in #3436
- build: fix github wf to generate metadata bundle by @sicoyle in #3435
- Add ability to generate signed url in gcp bucket by @bhagya05 in #3393
- Add RabbitMQ single active consumer argument by @DropSnorz in #3437
- Kafka bulk publisher fix by @elena-kolevska in #3445
- fix: pubsub.solace.amqp metadata.yaml name/title fix by @jake-engelberg in #3452
- fix workflow stable component cert - bindings.rabbitmq by @mikeee in #3454
- fix workflow stable component cert - state.mysql by @mikeee in #3450
- Support configurable MaxOutstanding* and NumGoroutines settings for GCP PubSub component by @nathandl86 in #3442
- request: add mikeee to daprbot by @mikeee in #3456
- fix: conformance - state.mysql.mysql by @mikeee in #3458
- change topicArns to map safe for concurrent access by @nenikola in #3459
- security: up dependencies to fix security vulnerabilities by @sicoyle in #3390
- ci: fix spelling in two workflows by @mikeee in #3462
- fix(query): duplicate key violating unique restraint by @sicoyle in #3446
- Add configurable ackDeadline to GCP Pub/Sub component by @mahparaashley in #3422
- [1.14] Bindings http default transport by @JoshVanL in #3467
- [Release 1.14] Cherry Pick of 3470 - Azure Auth for all Redis Components by @berndverst in #3471
- Fix AWS sns/sqs panic by @artursouza in #3497
- Fix init in sqssns + Docker Compose update by @artursouza in #3498
- Fix MQTT3 component by @mikeee in #3501
New Contributors
- @gspadotto made their first contribution in #3334
- @jcchavezs made their first contribution in #3360
- @Jossec101 made their first contribution in #3355
- @nadavv169 made their first contribution in #3369
- @denisbchrsk made their first contribution in #3375
- @Rutam21 made their first contribution in #3396
- @bhagya05 made their first contribution in #3393
- @DropSnorz made their first contribution in #3437
- @jake-engelberg made their first contribution in #3452
- @mikeee made their first contribution in #3454
- @nathandl86 made their first contribution in #3442
- @nenikola made their first contribution in #3459
- @mahparaashley made their first contribution in #3422
Full Changelog: v1.13.3...v1.14.0
v1.14.0-rc.5
v1.14.0-rc.5