diff --git a/release_notes.md b/release_notes.md index 816a533e4..da9b01934 100644 --- a/release_notes.md +++ b/release_notes.md @@ -6,17 +6,12 @@ ### Microsoft.Azure.Functions.Worker (metapackage) -- Update protobuf to v1.9.0-protofile, which includes gRPC messages for retry-options in worker-indexing scenarios. (#1545) +- ### Microsoft.Azure.Functions.Worker.Core -- Fixed issue spawning child process while debugging due to "DOTNET_STARTUP_HOOKS" always containing "Microsoft.Azure.Functions.Worker.Core". (#1539) -- Add retry options support to `IFunctionMetadata` (#1548) +- ### Microsoft.Azure.Functions.Worker.Grpc -- Add handling for retry options in worker-indexing grpc communication path (#1548) - -### Microsoft.Azure.Functions.Worker.Sdk - -- Added retries on `IOException` when writing `function.metadata` file as part of `GenerateFunctionMetadata` msbuild task. This is to allow builds to continue (with warnings) when another process has the file momentarily locked. If the file continues to be locked the task (and build) will fail after 10 retries with a 1 second delay each. (#1532) +- \ No newline at end of file diff --git a/sdk/release_notes.md b/sdk/release_notes.md index 233d3c0ad..8b1885c82 100644 --- a/sdk/release_notes.md +++ b/sdk/release_notes.md @@ -6,7 +6,7 @@ ### Microsoft.Azure.Functions.Worker.Sdk (meta package) -- Update extension build project to reference Microsoft.NET.Sdk.Functions 4.2.0 +- ### Microsoft.Azure.Functions.Worker.Sdk.Analyzers (delete if not updated) @@ -14,7 +14,4 @@ ### Microsoft.Azure.Functions.Worker.Sdk.Generators -- Add support for retry options (#1548) -- Bug fix for when DefaultValue is not present on an IsBatched prop (#1602). -- SDK changes for .NET 8.0 support (#1643) -- Add diagnostic descriptors for retry options (#1683) +- \ No newline at end of file