Commit 096e481
4.27.5 hotfix (#9609)
* 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]>1 parent 60ba40a commit 096e481
File tree
27 files changed
+325
-67
lines changed- build
- src
- WebJobs.Script.Grpc
- Channel
- MessageExtensions
- WebJobs.Script
- Environment
- ExtensionBundle
- Workers/Rpc
- test
- DotNetIsolated60
- DotNetIsolatedUnsupportedWorker
- EmptyScriptRoot
- WebJobs.Script.Tests.Integration
- WebHostEndToEnd
- WebJobs.Script.Tests/Workers
- Rpc
27 files changed
+325
-67
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 13 | | |
20 | 14 | | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | | - | |
| 377 | + | |
378 | 378 | | |
379 | | - | |
380 | | - | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
381 | 388 | | |
382 | | - | |
383 | 389 | | |
384 | 390 | | |
385 | 391 | | |
| |||
414 | 420 | | |
415 | 421 | | |
416 | 422 | | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
417 | 432 | | |
418 | 433 | | |
419 | 434 | | |
| |||
546 | 561 | | |
547 | 562 | | |
548 | 563 | | |
549 | | - | |
| 564 | + | |
550 | 565 | | |
551 | 566 | | |
552 | 567 | | |
| |||
1576 | 1591 | | |
1577 | 1592 | | |
1578 | 1593 | | |
1579 | | - | |
| 1594 | + | |
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
14 | | - | |
| 12 | + | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | | - | |
| 17 | + | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
| |||
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
71 | | - | |
| 74 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
| |||
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
23 | | - | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
| 86 | + | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments