Skip to content

Commit 6eeedbf

Browse files
author
Connor McMahon
authored
Reset release notes and pending docs for next release (#1743)
1 parent 3344d96 commit 6eeedbf

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

pending_docs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
<!-- Please include a link to your pending docs PR below. https://docs.microsoft.com/en-us/azure/azure-functions/durable ([private docs repo for Microsoft employees](http://github.com/MicrosoftDocs/azure-docs-pr)).
2-
Your code PR should not be merged until your docs PR has been signed off. -->
3-
https://github.com/MicrosoftDocs/azure-docs-pr/pull/149980
2+
Your code PR should not be merged until your docs PR has been approved. Wait to #sign-off until release. -->

release_notes.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
## New Features
2-
- Added support to select a storage backend provider when multiple are installed (#1702): Select which storage backend to use by setting the `type` field under `durableTask/storageProvider` in host.json. If this field isn't set, then the storage backend will default to using Azure Storage.
3-
- Improved concurrency defaults for the App Service Consumption plan (https://github.com/Azure/azure-functions-durable-extension/pull/1706)
42

5-
## Bug Fixes:
6-
- Properly used update management API URLs after a successful slot swap on Functions V3 (#1716)
7-
- Fix race condition when multiple apps start with local RPC endpoints on the same VM in parallel. (#1719)
8-
- Fix CallHttpAsync() to throw an HttpRequestException instead of a serialization exception if the target endpoint doesn't exist (#1718)
3+
## Bug fixes
94

10-
## Breaking changes
11-
- Fix CallHttpAsync() to throw an HttpRequestException instead of a serialization exception if the target endpoint doesn't exist (#1718). This is a breaking change if you were handling `HttpRequestException`s by catching `FunctionFailedException`s.
5+
## Breaking Changes

0 commit comments

Comments
 (0)