Skip to content

Releases: Azure/azure-functions-java-worker

Release 2.15.0

02 Aug 14:51
Compare
Choose a tag to compare

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

18 Mar 21:18
Compare
Choose a tag to compare

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

18 Mar 19:20
Compare
Choose a tag to compare

Release notes

  • Updating Java worker to support new command line args (#726) (#728)

Full Changelog: 2.12.2...2.13.0

Release 2.12.2

06 Sep 17:25
Compare
Choose a tag to compare

Release notes

  • Updating Application insights agent version to 3.4.16 (#723)

Full Changelog: 2.12.1...2.12.2

Release 2.12.1

24 Jul 21:37
Compare
Choose a tag to compare

Release notes

  • Updating Application insights agent version to 3.4.15 (#721)

Full Changelog: 2.12.0...2.12.1

Release 2.12.0

02 Jun 14:38
Compare
Choose a tag to compare

Release notes

  • Updating Application insights agent version to 3.4.13 (#715)

Full Changelog: 2.11.0...2.12.0

Release 2.11.0

14 Apr 19:36
Compare
Choose a tag to compare

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

17 Mar 03:57
9881b3a
Compare
Choose a tag to compare

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

17 Feb 21:04
Compare
Choose a tag to compare

Full Changelog: 2.9.0...2.9.1

Release 2.9.0

17 Feb 20:32
Compare
Choose a tag to compare
  • Worker code path warmup before specialization
    • Use the HostWarmupMiddleware to send the WorkerWarmupRequest to warm up the worker code path before specialization.
  • Design doc