You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updating patch version
* Sending command line args with functions- prefix to prevent conflicts (#9514)
* Sending a second copy of command line args with "FUNCTIONS_" prefix
* Cleanup
* Sending a second copy of command line args with "FUNCTIONS_" prefix
* switched to functions- prefix
* Removed duplicate port from functions_uri
* Switching to kebab case for the new args
* Update test
* Update native placeholder package to handle new args
* Update release notes.
* Limit dotnet-isolated specialization to 64 bit host process (#9553)
* Skipping native placeholder specialization if host is not 64 bit process
* formatting linting fix
* Stylecop fix.
* fix indentation
* Adding E2E test.
* Improving log message.
* Switch from LogDebug to LogInformation
* Fix tests to reflect logging changes
* Logging with EventId
* Logging using an event name
* Updated release notes after rebase merge
* Handling env reload response from native placeholder for failure case. (#9602)
* Handling env reload response from native placeholder for failure case.
* Almost working except one test needs cleanup
* Cleanup
* Cleanup
* Fixing Worker.Extensions.Http package version to align with Http.AspNetCore package.
* Logging error as it is received from the worker.
* DotNetIsolatedNativeHost package to 1.0.2
* Inlining a variable (Reverting to previous version)
* Updating release notes for 4.27.5
* Update PowerShell Language Workers 7.0 (to version 4.0.2973), 7.2 (to version 4.0.2974), and 7.4 (to version 4.0.2975) (#9528)
* Upgrade PowerShell language worker 7.4 to 4.0.2975
* Upgrade PowerShell language worker 7.2 to 4.0.2974
* Upgrade PowerShell language worker 7.0 to 4.0.2973
* Update release notes
* Update Java Worker Version to 2.13.0 (#9544)
* Update Java Worker Version to 2.13.0
* Update release_notes.md for Java worker
---------
Co-authored-by: AzureFunctionsJava <[email protected]>
---------
Co-authored-by: azfuncgh <[email protected]>
Co-authored-by: Shyju Krishnankutty <[email protected]>
Co-authored-by: Francisco Gamino <[email protected]>
Co-authored-by: Shreyas Gopalakrishna <[email protected]>
Co-authored-by: AzureFunctionsJava <[email protected]>
Copy file name to clipboardExpand all lines: release_notes.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,11 @@
5
5
-->
6
6
- Update Python Worker Version to [4.20.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.20.0)
7
7
- Update Java Worker Version to [2.13.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.13.0)
8
-
- Update WebJobsScriptHostService to remove hardcoded sleep during application shut down (#9520)
8
+
- Increased maximum HTTP request content size to 210000000 Bytes (~200MB)
9
+
- Update Node.js Worker Version to [3.8.1](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.8.1)
10
+
- Update PowerShell 7.4 Worker Version to [4.0.2975](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2975)
9
11
- Update PowerShell 7.2 Worker Version to [4.0.2974](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2974)
10
12
- Update PowerShell 7.0 Worker Version to [4.0.2973](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2973)
11
-
- Add support for standalone executable (ie: `dotnet build --standalone`) for out-of-proc workers in Linux Consumption. (#9550)
12
-
- Bug fix: Do not restart worker channels or JobHost when an API request is made to get or update the function metadata (unless the config was changed) (#9510)
13
-
- This fixes a bug where requests to 'admin/functions' lead to a "Did not find initialized workers" error when
14
-
worker indexing is enabled.
15
-
- Bug fix: If there are no channels created and the host is running, restart the JobHost instead of shutting down worker channels (#9510)
16
-
- This fixes a bug with worker indexing where we are shutting down worker channels and creating a new channel that never
17
-
gets properly initialized as the invocation buffers are not created - this leads to a "Did not find initialized workers" error.
18
-
- Check if a blob container or table exists before trying to create it (#9555)
19
13
- Limit dotnet-isolated specialization to 64 bit host process (#9548)
20
14
- Sending command line arguments to language workers with `functions-` prefix to prevent conflicts (#9514)
15
+
- Update WebJobsScriptHostService to remove hardcoded sleep during application shut down (#9520)
0 commit comments