File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
test/WebJobs.Script.Tests.Integration Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
- Update Python Worker to 1.1.4([ Release Note] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/1.1.4 ) )
7
7
- Update Python Library to 1.3.0([ Release Note] ( https://github.com/Azure/azure-functions-python-library/releases/tag/1.3.0 ) )
8
+ - Update Java Worker to 1.7.3-SNAPSHOT([ Release Note] ( https://github.com/Azure/azure-functions-java-worker/releases/tag/1.7.3-SNAPSHOT ) )
9
+ - Update Java Library to 1.4.0-SNAPSHOT([ Release Note] ( https://github.com/Azure/azure-functions-java-library/releases/tag/1.4.0-SNAPSHOT ) )
8
10
- Added an admin API to enable drain mode
9
11
10
12
** Release sprint:** Sprint 79
Original file line number Diff line number Diff line change 42
42
</PackageReference >
43
43
<PackageReference Include =" Microsoft.AspNetCore.Http.Features" Version =" 3.1.0" />
44
44
<PackageReference Include =" Microsoft.Azure.AppService.Proxy.Client" Version =" 2.0.11020001-fabe022e" />
45
- <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 1.7.2 -SNAPSHOT" />
45
+ <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 1.7.3 -SNAPSHOT" />
46
46
<PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 2.0.4" />
47
47
<PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS6" Version =" 3.0.291" />
48
48
<PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7" Version =" 3.0.293" />
Original file line number Diff line number Diff line change 40
40
<PackageReference Include =" Microsoft.Azure.EventHubs" Version =" 2.1.0" />
41
41
<PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 2.0.4" />
42
42
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Storage" Version =" 4.0.2" />
43
- <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 1.7.2 -SNAPSHOT" />
43
+ <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 1.7.3 -SNAPSHOT" />
44
44
<PackageReference Include =" Microsoft.Azure.Mobile.Client" Version =" 4.0.2" />
45
45
<PackageReference Include =" Microsoft.Azure.ServiceBus" Version =" 3.1.0" />
46
46
<PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 2.2.0" />
You can’t perform that action at this time.
0 commit comments