Skip to content
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
5 changes: 2 additions & 3 deletions extensions/Worker.Extensions.CosmosDB/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Extensions.CosmosDB 4.4.2
### Microsoft.Azure.Functions.Worker.Extensions.CosmosDB <verson>

- Implement IFunctionsWorkerApplicationBuilder.ConfigureCosmosDB() extension method
- F# projects need to configure the extension manually due to source gen restrictions
- <entry>
4 changes: 2 additions & 2 deletions extensions/Worker.Extensions.EventGrid/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Extensions.EventGrid 3.4.0
### Microsoft.Azure.Functions.Worker.Extensions.EventGrid <version>

- Update EventGrid output binding to add Connection property (#1835)
- <entry>
7 changes: 2 additions & 5 deletions extensions/Worker.Extensions.EventHubs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Extensions.EventHubs 5.6.0
### Microsoft.Azure.Functions.Worker.Extensions.EventHubs <version>

- Updated Microsoft.Azure.WebJobs.Extensions.EventHubs reference to 5.5.0
- Bug Fix: When binding to a CancellationToken, the token will no longer be signaled when in Drain Mode.
To detect if the function app is in Drain Mode, use dependency injection to inject the IDrainModeManager,
and check the IsDrainModeEnabled property.
- <entry>
6 changes: 2 additions & 4 deletions extensions/Worker.Extensions.Http.AspNetCore/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 1.0.0

- GA version update. No functional changes.

### Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore <version>

- <entry>
7 changes: 2 additions & 5 deletions extensions/Worker.Extensions.ServiceBus/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.13.0
### Microsoft.Azure.Functions.Worker.Extensions.ServiceBus <version>

- Updated Microsoft.Azure.WebJobs.Extensions.ServiceBus reference to 5.12.0
- Bug Fix: When binding to a CancellationToken, the token will no longer be signaled when in Drain Mode.
To detect if the function app is in Drain Mode, use dependency injection to inject the IDrainModeManager,
and check the IsDrainModeEnabled property.
- <entry>
3 changes: 1 addition & 2 deletions extensions/Worker.Extensions.SignalRService/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Extensions.SignalRService <version>
### Microsoft.Azure.Functions.Worker.Extensions.SignalRService 1.11.0

- Add `ServerlessHub` and `ServerlessHub<T>` for SignalR Service extensions (#771)

16 changes: 8 additions & 8 deletions extensions/Worker.Extensions.Storage/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.Extensions.Storage 6.2.0
### Microsoft.Azure.Functions.Worker.Extensions.Storage <version>

- Updated `Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs` to 6.2.0
- <entry>

### Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs 6.2.0
### Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs <version>

- Updated `Microsoft.Azure.WebJobs.Extensions.Storage.Blobs` to 6.2.0
- Added support for BlobsOptions.PoisonBlobThreshold
- Bug fix: Updating ParameterBindingData "Connection" value to the full connection name instead of the connection section key
- Implement IFunctionsWorkerApplicationBuilder.ConfigureBlobStorage() extension method
- F# projects need to configure the extension manually due to source gen restrictions
- <entry>

### Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues <version>

- <entry>
5 changes: 2 additions & 3 deletions extensions/Worker.Extensions.Tables/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Extensions.Tables 1.2.1
### Microsoft.Azure.Functions.Worker.Extensions.Tables <version>

- Implement IFunctionsWorkerApplicationBuilder.ConfigureTables() extension method
- F# projects need to configure the extension manually due to source gen restrictions
- <entry>