Releases: Azure/azure-functions-java-worker
Releases · Azure/azure-functions-java-worker
Release 2.15.0
Release notes
- 1ES pipeline updates
- Update Application insights version to 3.5.2
- Update grpc-protobuf, grpc-stub, grpc-netty-shaded to 1.64.0
Full Changelog: 2.14.0...2.15.0
Release 2.14.0
Release notes
- Set Thread context classloder for entire middleware chain (#717)
- Added end to end tests for Java 21, App insights, and SQL bindings
- Update Application insights version to 3.5.1
- Update grpc-protobuf, grpc-stub, grpc-netty-shaded to 1.61.0
Full Changelog: 2.13.0...2.14.0
Release 2.13.0
Release notes
Full Changelog: 2.12.2...2.13.0
Release 2.12.2
Release notes
- Updating Application insights agent version to 3.4.16 (#723)
Full Changelog: 2.12.1...2.12.2
Release 2.12.1
Release notes
- Updating Application insights agent version to 3.4.15 (#721)
Full Changelog: 2.12.0...2.12.1
Release 2.12.0
Release notes
- Updating Application insights agent version to 3.4.13 (#715)
Full Changelog: 2.11.0...2.12.0
Release 2.11.0
Release notes
- Fix durable return type void issue - for function annotated with @HasImplicitOutput, we should allow it to send back data even function's return type is void (#711)
- Updating Application insights agent version to 3.4.11 (#712)
Full Changelog: 2.10.0...2.11.0
Release 2.10.0
Release notes
- Updating Spring cloud samples (#707)
- Updating package dependencies to fix vulnerabilities (#701)
- Updating Application insights agent version to 3.4.10 (#708)
Full Changelog: 2.9.1...2.10.0
Release 2.9.1
- Bumps protobuf-java from 3.19.4 to 3.19.6 for vulnerability fix. #665
Full Changelog: 2.9.0...2.9.1
Release 2.9.0
- Worker code path warmup before specialization
- Use the HostWarmupMiddleware to send the WorkerWarmupRequest to warm up the worker code path before specialization.
- Design doc