Skip to content

Releases: Azure/azure-functions-java-library

Release azure-functions-java-library 3.2.2

24 Oct 22:45
bad0417

Choose a tag to compare

What's Changed

Full Changelog: 3.2.1...3.2.2

Release azure-functions-java-library 3.2.1

16 Oct 19:51
7ce94f0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.0...3.2.1

Release azure-functions-java-library 3.2.0

17 Sep 18:46
98f3d8a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.0...3.2.0

Release azure-functions-java-library 3.1.0

14 Nov 18:14
f7a5313

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0...3.1.0

Release azure-functions-java-library 3.0.0

02 Dec 19:36
2387b6b

Choose a tag to compare

New

azure-functions-java-library v3 - Updating cosmos DB annotations to support v4 extension bundle. #188

azure-functions-java-library v2 - will continue to use the old annotations supporting v3 extension bundle.

Release azure-functions-java-library 3.0.0-SNAPSHOT

09 Nov 17:41
5fe66b0

Choose a tag to compare

New

azure-functions-java-library v3 - Updating cosmos DB annotations to support v4 extension bundle. #188

azure-functions-java-library v2 - will continue to use the old annotations supporting v3 extension bundle.

Release azure-functions-java-library 2.2.0

28 Oct 17:02
3f7a634

Choose a tag to compare

New

  • Update azure-functions-core-library to 1.2.0 #186

Release azure-functions-java-library 2.1.0

10 Oct 17:00
6e8d6f7

Choose a tag to compare

Release azure-functions-java-library 2.0.1

11 May 22:04

Choose a tag to compare

Release azure-functions-java-library 2.0.1-SNAPSHOT

07 Apr 22:34
c150118

Choose a tag to compare

Add a new annotation HasImplicitOutput which support function return value if it's value is set to true (By default it's true).