Skip to content

Commit

Permalink
Bump http extension for release (#2940)
Browse files Browse the repository at this point in the history
  • Loading branch information
liliankasem authored Jan 28, 2025
1 parent d4dab47 commit 97a0783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/Worker.Extensions.Http/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- My change description (#PR/#issue)
-->

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

- The 'FromBody' converter now utilizes `DeserializeAsync` for deserializing JSON content from the request body, enhancing support for asynchronous deserialization. (#2901)
- Update `DefaultFromBodyConversionFeature` to no longer use a given invocation's cancellation token (#2894)
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>HTTP extensions for .NET isolated functions</Description>

<!--Version information-->
<VersionPrefix>3.2.0</VersionPrefix>
<VersionPrefix>3.3.0</VersionPrefix>
</PropertyGroup>

<Import Project="..\..\..\build\Extensions.props" />
Expand Down

0 comments on commit 97a0783

Please sign in to comment.