Skip to content

Commit

Permalink
Reset release notes for Worker and SDK packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocav committed Jul 3, 2023
1 parent 6910409 commit f3b4934
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
11 changes: 3 additions & 8 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,12 @@

### Microsoft.Azure.Functions.Worker (metapackage) <version>

- Update protobuf to v1.9.0-protofile, which includes gRPC messages for retry-options in worker-indexing scenarios. (#1545)
- <entry>

### Microsoft.Azure.Functions.Worker.Core <version>

- 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)
- <entry>

### Microsoft.Azure.Functions.Worker.Grpc <version>

- 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)
- <entry>
7 changes: 2 additions & 5 deletions sdk/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@

### Microsoft.Azure.Functions.Worker.Sdk <version> (meta package)

- Update extension build project to reference Microsoft.NET.Sdk.Functions 4.2.0
- <entry>

### Microsoft.Azure.Functions.Worker.Sdk.Analyzers <version> (delete if not updated)

- <entry>

### Microsoft.Azure.Functions.Worker.Sdk.Generators <version>

- 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)
- <entry>

0 comments on commit f3b4934

Please sign in to comment.