Skip to content

Commit e2ac11f

Browse files
v-imohammadFrancisco-Gaminofabiocav
authored
Host Release prep 4.36.0 (#10408)
* Host Release prep 4.36.0 * Update common.props * Update release_notes.md * Update release_notes.md * Update release_notes.md * Update release_notes.md * Update release notes * Update release_notes.md --------- Co-authored-by: Francisco-Gamino <[email protected]> Co-authored-by: Fabio Cavalcante <[email protected]>
1 parent a692ab5 commit e2ac11f

File tree

2 files changed

+5
-23
lines changed

2 files changed

+5
-23
lines changed

build/common.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44
<LangVersion>latest</LangVersion>
55
<MajorVersion>4</MajorVersion>
6-
<MinorVersion>$(MinorVersionPrefix)35</MinorVersion>
7-
<PatchVersion>4</PatchVersion>
6+
<MinorVersion>$(MinorVersionPrefix)36</MinorVersion>
7+
<PatchVersion>0</PatchVersion>
88
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
99
<PreviewVersion></PreviewVersion>
1010

release_notes.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,15 @@
44
- My change description (#PR)
55
-->
66
- Update Python Worker Version to [4.31.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.31.0)
7+
- Includes fixes from 4.30.0
78
- Update Java Worker Version to [2.16.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.16.0):
89
- Fix thread context classloader for middleware chain
9-
- Update Java Worker Version to [2.15.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.15.0):
10-
- Update grpc-protobuf to 1.64.0 and application insights agent version to 3.5.2
11-
- Marking SyncTriggers [RequiresRunningHost]. (#10233)
12-
- Defaulting SwtAuthenticationEnabled to False (#10195)
13-
- Adding runtime site name to valid JWT audiences (slot scenarios) (#10185)
14-
- Update Python Worker Version to [4.30.3](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.30.3)
15-
- Language worker channels will not be started during placeholder mode if we are in-process (#10161)
16-
- Ordered invocations are now the default (#10201)
17-
- Add IsDisabled property to worker description and skip if the value (#10250)
18-
- Fixed incorrect function count in the log message.(#10220)
19-
- Migrate Diagnostic Events to Azure.Data.Tables (#10218)
20-
- Sanitize worker arguments before logging (#10260)
21-
- Fix race condition on startup with extension RPC endpoints not being available. (#10282)
22-
- Adding a timeout when retrieving function metadata from metadata providers (#10219)
23-
- Upgraded the following package versions (#10288):
24-
- `Microsoft.Azure.WebJobs` updated to 3.0.41
25-
- `Microsoft.Azure.WebJobs.Host.Storage` updated to 5.0.1
26-
- `Microsoft.Extensions.Azure` updated to 1.7.1
27-
- `Azure.Storage.Blobs` updated to 12.19.1
28-
- [in-proc] Updating FunctionsNetHost (dotnet isolated worker) to 1.0.11 (#10379)
10+
- Includes fixes from 2.15.0
2911
- Upgraded the following package versions (#10326):
3012
- `Azure.Security.KeyVault.Secrets` updated to 4.6.0
3113
- `System.Format.Asn1` updated to 6.0.1
3214
- Update PowerShell 7.2 worker to [4.0.4020](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4020)
3315
- Update PowerShell 7.4 worker to [4.0.4021](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4021)
34-
- Trim FunctionsNetHost artifacts (#10364)
3516
- Resolved thread safety issue in the `GrpcWorkerChannel.LoadResponse` method. (#10352)
3617
- Worker termination path updated with sanitized logging (#10397)
18+
- Avoid redundant DiagnosticEvents error message (#10395)

0 commit comments

Comments
 (0)