Skip to content

Commit 1509f1a

Browse files
justinyooDerich367
authored andcommitted
Add release note
1 parent 64ba416 commit 1509f1a

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

release-notes/v1.5.0.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Release Notes ##
2+
3+
* .NET 7 support for out-of-proc worker
4+
* OpenAPI settings from environment variables injected out-of-the-box
5+
* More authN scenarios including Azure EasyAuth is now possible
6+
* GitHub Actions to generate OpenAPI documents within the CI/CD pipeline
7+
* Both PowerShell and bash shell script are available for generic CI/CD pipelines other than GitHub Actions
8+
* DevContainer support including GitHub Codespaces
9+
10+
11+
### Changes & Fixes ###
12+
13+
* #525 Add built-in OpenAPI app settings object
14+
* #523 Add implicit DI feature for out-of-proc worker
15+
* #522 .NET 7 support for out-of-process worker
16+
* #500 Add doc for authN scenarios #481
17+
* #498 Add OpenAPI document generation scripts - `.ps1` and `.sh` #496 #492
18+
* #497 Add devcontainer settings Support
19+
* #494 Fix typo from Wroker to Worker
20+
* #489 GitHub Actions to generate OpenAPI document from the code #369 #366 #343 #342 #337 #314 #305 #304 #303 #283 #249 #73 #58
21+
* #483 Make OpenApiCustomUIOptions Injectable #478

samples/Microsoft.Azure.Functions.Worker.Extensions.OpenApi.FunctionApp.OutOfProc/Microsoft.Azure.Functions.Worker.Extensions.OpenApi.FunctionApp.OutOfProc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<!-- Uncomment this block if you want to use NuGet package from https://nuget.org -->
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.7.0" OutputItemType="Analyzer" />
2019
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.10.0" />
20+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.7.0" OutputItemType="Analyzer" />
2121
</ItemGroup>
2222

2323
<!-- Comment this block if you want to use NuGet package from https://nuget.org -->

0 commit comments

Comments
 (0)