File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
eventgrid/Microsoft.Azure.WebJobs.Extensions.EventGrid
servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3- ## 3.0.0-beta.3 (Unreleased )
3+ ## 3.0.0-beta.3 (2021-06-08 )
44
5+ ### Key Bug Fixes
6+ - Fix issue when parsing CloudEvent schema subscription validation request.
57
68## 3.0.0-beta.2 (2021-05-11)
79
8- ### Changes
9-
10- #### New Features
11-
10+ ### Added
1211- Binding to the ` CloudEvent ` type is now supported.
1312
1413## 3.0.0-beta.1 (2021-03-23)
15-
1614- The initial release of Microsoft.Azure.WebJobs.Extensions.EventGrid 3.0.0
Original file line number Diff line number Diff line change 11# Release History
22
3- ## 5.0.0-beta.4 (Unreleased )
3+ ## 5.0.0-beta.4 (2021-06-08 )
44
5+ ### Added
6+ - Added ` AutoCompleteMessages ` property to ` ServiceBusTriggerAttribute ` which allows configuring autocompletion at the function level.
7+
8+ ### Key Bug Fixes
9+ - Avoid exception that occurred when a function settles messages and ` AutoCompleteMessages ` is true for multiple dispatch functions.
10+ - Avoid null reference exception that could occur when no messages are available for a multiple dispatch function.
511
612## 5.0.0-beta.3 (2021-05-18)
713
You can’t perform that action at this time.
0 commit comments