Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelogs for extensions #21668

Merged
merged 1 commit into from
Jun 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# Release History

## 3.0.0-beta.3 (Unreleased)
## 3.0.0-beta.3 (2021-06-08)

### Key Bug Fixes
- Fix issue when parsing CloudEvent schema subscription validation request.

## 3.0.0-beta.2 (2021-05-11)

### Changes

#### New Features

### Added
- Binding to the `CloudEvent` type is now supported.

## 3.0.0-beta.1 (2021-03-23)

- The initial release of Microsoft.Azure.WebJobs.Extensions.EventGrid 3.0.0
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Release History

## 5.0.0-beta.4 (Unreleased)
## 5.0.0-beta.4 (2021-06-08)

### Added
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if it matters to you, but the ordering of Added and Key Bug Fixes is the opposite here than in the Event Grid readme.

Copy link
Member Author

@JoshLove-msft JoshLove-msft Jun 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it? The latest Event Grid release only has a fixes section.

- Added `AutoCompleteMessages` property to `ServiceBusTriggerAttribute` which allows configuring autocompletion at the function level.

### Key Bug Fixes
- Avoid exception that occurred when a function settles messages and `AutoCompleteMessages` is true for multiple dispatch functions.
- Avoid null reference exception that could occur when no messages are available for a multiple dispatch function.

## 5.0.0-beta.3 (2021-05-18)

Expand Down