|
1 | | -### Release notes |
2 | | - |
3 | | -<!-- Please add your release notes in the following format: |
4 | | -- My change description (#PR) |
5 | | ---> |
6 | | -- Setting force refersh to false for CreateOrUpdate call (#10668) |
7 | | -- Using hostMetadataProvider for CreateOrUpdate call in FunctionController (#10678) |
8 | | -- Add support for managed identity when using open telemetry + azure monitor (#10615) |
9 | | -- Update Java Worker Version to [2.18.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.18.0) |
10 | | -- Allow for an output binding value of an invocation result to be null (#10698) |
11 | | -- Updated dotnet-isolated worker to 1.0.12. |
12 | | - - [Corrected the path for the prelaunch app location.](https://github.com/Azure/azure-functions-dotnet-worker/pull/2897) |
13 | | - - [Added net9 prelaunch app.](https://github.com/Azure/azure-functions-dotnet-worker/pull/2898) |
14 | | -- Update the `DefaultHttpProxyService` to better handle client disconnect scenarios (#10688) |
15 | | - - Replaced `InvalidOperationException` with `HttpForwardingException` when there is a ForwarderError |
16 | | -- Fix modification of ISO strings during the parsing of function metadata bindings. |
17 | | - - This fixes the listener errors related to the CosmosDB trigger's `StartFromTime` parameter. (#10735) |
18 | | -- Updated `WebJobs.Script` to target .NET 8 (instead of .NET Standard 2.1) |
19 | | -- Extending Log Forwarding to AppInsights and OTel for Enhanced Troubleshooting |
20 | | -- Allow for binding names to use snake case (#10764). Examples include `_`, `binding_name`, and `_binding`. |
21 | | -- Add support for the release channel setting `WEBSITE_PlatformReleaseChannel` and use this value in extension bundles resolution. |
22 | | -- Update PowerShell 7.4 worker to [4.0.4134](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4134) |
23 | | -- Update Python Worker Version to [4.35.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.35.0) |
24 | | -- Fixed standby paths in ScriptApplicationHostOptions to ensure proper Linux path separators (#10795) |
25 | | -- Update domain for CDN URI |
26 | | -- Fixing ArgumentOutOfRangeException with timers (#10862) |
| 1 | +### Release notes |
| 2 | + |
| 3 | +<!-- Please add your release notes in the following format: |
| 4 | +- My change description (#PR) |
| 5 | +--> |
0 commit comments