Releases: Azure/azure-functions-java-worker
Releases · Azure/azure-functions-java-worker
Azure Functions Java Worker 1.6.2
Allows using environment variables in worker.config.json.
Azure Functions Java Worker 1.6.1
Throughput improvements by Supporting RpcHttpBodyOnly and RpcHttpTriggerMetadataRemoved
Azure Functions Java Worker 1.6.0
- Increase gRpc channel message size to Integer.MaxValue
- Add the support for WorkerStatus.
- Add initial support for java 11 runtime.
Azure Functions Java Worker 1.5.2-SNAPSHOT
Release Notes
- Added support for TraceContext on ExecutionContext.
- Added Azure Pipelines for Nightly builds.
Azure Functions Java Worker 1.5.10246
Release Notes
- Added support of Typed Data collections
- Added Azure Pipelines for Nightly builds
Azure Functions Java Worker 1.5.0
Release Notes
- Deleted appserviceenvironment profile from worker.config.json
Azure Functions Java Worker 1.4.1
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
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
Release Notes
- Added support for CustomBinding defined in azure-functions-java-library v1.3.0-SNAPSHOT
- Added more verbose logging to capture more details during specialization
Azure Functions Java Worker 1.2.6
This release includes
- Fix for #256
- Improvements to E2E tests