Skip to content

Releases: Azure/azure-functions-java-worker

Azure Functions Java Worker 1.2.4

10 Jan 23:14
e68e532
Compare
Choose a tag to compare

This release

  • Added support to reinitialize file detours using PicoHelper.

Azure Functions Java Worker 1.2.3

03 Dec 19:22
177ec3c
Compare
Choose a tag to compare

This release

  • Added support to reload environment variables

Azure Functions Java Worker 1.2.2

14 Nov 21:02
0e19c4e
Compare
Choose a tag to compare

This release contains fix for #239

Azure Functions Java Worker 1.2.1

09 Nov 13:30
c81e180
Compare
Choose a tag to compare

This release

  • Switched JSON serializer library used by the azure-functions-java-worker from Jackson to Gson. This is a breaking change if user code relied on Jackson libraries. See #236 for an example

  • Consumes latest version of azure-functions-java-library

Azure Functions Java Worker 1.2.0-beta01-10147

01 Nov 01:31
5786b8b
Compare
Choose a tag to compare

This release

  • Added support to bind inputs to List of POJOs
  • Removed dependency on Guava
  • Log exceptions if serializing input data from Rpc fails
  • Misc bug fixes

Azure Functions Java Worker 1.2.0-beta01-SNAPSHOT

24 Oct 18:23
7c1edcd
Compare
Choose a tag to compare

This release

Azure Functions Java Worker 1.1.1-beta03

06 Sep 22:09
Compare
Choose a tag to compare

This release updated look up path for java.exe when running on azure to D:\Program Files\FunctionsJava\zulu8.30.0.1-jdk8.0.172-win_x64\bin\java when running on Azure

Azure Functions Java Worker 1.1.1-beta02

06 Sep 21:17
Compare
Choose a tag to compare

Update Java.exe to when running on Azure to use functionsjdk8.0.172-win_x64

Azure Functions Java Worker 1.1.1-beta01

06 Sep 17:06
Compare
Choose a tag to compare

This release:

  • Moves to latest Java version zulu8.30.0.1-jdk8.0.172-win_x64 when running on Azure
  • Misc bug fixes

Azure Functions Java Worker 1.1.0-beta9

31 Jul 18:59
Compare
Choose a tag to compare
Pre-release

This release updated worker.config.json updated to include AppServiceEnvironment profile