v1.15.0-rc.1
Pre-release
Pre-release
·
2 commits
to release-1.15
since this release
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