Skip to content

Releases: Azure/azure-functions-java-worker

Azure Functions Java Worker 1.5.10246

26 Jul 01:28
Compare
Choose a tag to compare

Release Notes

  • Added support of Typed Data collections
  • Added Azure Pipelines for Nightly builds

Azure Functions Java Worker 1.5.0

09 Jul 21:53
a00b0bd
Compare
Choose a tag to compare

Release Notes

  • Deleted appserviceenvironment profile from worker.config.json

Azure Functions Java Worker 1.4.1

24 Apr 18:20
12dcee7
Compare
Choose a tag to compare

Release Notes

  • Updated grpc to 1.20.0
  • Updated to FunctionsJava version: zulu8.36.0.1-jre8.0.202
  • Fixed typo in command line parameter preferIPv4Stack
  • Removed Pico helper #270

Azure Functions Java Worker 1.3.1-SNAPSHOT

14 Feb 22:59
385364e
Compare
Choose a tag to compare

Release Notes

  • Allow custom annotation name() to override name defined in com.microsoft.azure.functions.annotation.CustomBinding
@Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME)
@CustomBinding(direction = "in", name = "", type = "customBinding")
public @interface TestCustomBinding {
   String index();
   String path();
   String name();
}

Azure Functions Java Worker 1.3.0-SNAPSHOT

29 Jan 23:42
c172b7d
Compare
Choose a tag to compare

Release Notes

Azure Functions Java Worker 1.2.6

18 Jan 18:41
d7b497a
Compare
Choose a tag to compare

This release includes

  • Fix for #256
  • Improvements to E2E tests

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