Skip to content

Commit

Permalink
Reset release notes (#1787)
Browse files Browse the repository at this point in the history
  • Loading branch information
liliankasem committed Jul 26, 2023
1 parent c7b9795 commit f8b866c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 16 deletions.
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.0
### Microsoft.Azure.Functions.Worker.Extensions.CosmosDB <version>

- Updated CosmosDBInputAttribute constructors to allow empty values for databaseName and containerName
- Implement input binding support for `CosmosClient`, `Database` and `Container`
- <entry>
4 changes: 2 additions & 2 deletions extensions/Worker.Extensions.EventHubs/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.EventHubs 5.5.0
### Microsoft.Azure.Functions.Worker.Extensions.EventHubs <version>

- Add support for binding to `EventData` (#1609)
- <entry>
12 changes: 5 additions & 7 deletions extensions/Worker.Extensions.Storage/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@
- My change description (#PR/#issue)
-->

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

- <entry>

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

- Add support for SDK-type bindings via deferred binding feature
- Remove IsBatched property from BlobInput binding attribute
- Infer binding cardinality based on blobPath
- <entry>

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

- Add ability to bind a queue trigger to QueueMessage and BinaryData (#1470)
- <entry>
6 changes: 2 additions & 4 deletions sdk/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@

- <entry>

### Microsoft.Azure.Functions.Worker.Sdk.Analyzers 1.2.0
### Microsoft.Azure.Functions.Worker.Sdk.Analyzers <version>

- Add analyzer for SupportsDeferredBindingAttribute (#1367)
- Added an analyzer that will show a warning for types not supported by a binding attribute (#1505)
- Added an analyzer that will suggest a code refactor for all of the types supported by a binding attribute (#1604)
- <entry>

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

Expand Down

0 comments on commit f8b866c

Please sign in to comment.