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

Reset release notes for worker and worker.sdk #1820

Merged
merged 2 commits into from
Aug 11, 2023
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
16 changes: 6 additions & 10 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@
- My change description (#PR/#issue)
-->

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

- Update Microsoft.Azure.Functions.Worker.Core dependency to 1.15.0
- Update Microsoft.Azure.Functions.Worker.Grpc dependency to 1.14.0
- <entry>

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

### Microsoft.Azure.Functions.Worker.Core 1.15.0
- <entry>

- Auto register auto generated IHostBuilder extension methods. (#1794)
### Microsoft.Azure.Functions.Worker.Grpc <version>

### Microsoft.Azure.Functions.Worker.Grpc 1.14.0

- Updated protobuf file to v1.10.0-protofile (#1774)
- Add placeholder support for linux platform. (#1704)
- Remove incorrect failure log during successful cancellation flow (#1797)
- <entry>
12 changes: 6 additions & 6 deletions sdk/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Sdk 1.14.0

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

- <entry>

- Disable blob container path analyzer when an expression is used for the blob path
### Microsoft.Azure.Functions.Worker.Sdk.Analyzers <version> (delete if not updated)

- <entry>

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

- Updated source generated versions of FunctionMetadataProvider and FunctionExecutor to emit auto registration information.(#1794)
- <entry>