Skip to content

Commit 15259c6

Browse files
Update changelogs for extensions (Azure#21668)
1 parent 8e2014e commit 15259c6

File tree

2 files changed

+11
-7
lines changed
  • sdk
    • eventgrid/Microsoft.Azure.WebJobs.Extensions.EventGrid
    • servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus

2 files changed

+11
-7
lines changed
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
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

sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
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

0 commit comments

Comments
 (0)