Skip to content

Releases: Azure/azure-functions-nodejs-library

v4.7.3

09 Jun 19:20
c543818
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.7.2...v4.7.3

v4.7.2

22 May 22:19
b50350a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.7.0...v4.7.2

v4.7.0

06 Mar 19:35
138c021
Compare
Choose a tag to compare

Added

New Contributors

Full Changelog: v4.6.1...v4.7.0

v4.6.1

06 Mar 19:36
d515a0a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.6.0...v4.6.1

v4.6.0

29 Oct 16:36
4b36578
Compare
Choose a tag to compare

Fixed

Full Changelog: v4.5.1...v4.6.0

v4.5.1

28 Aug 19:10
5a93c76
Compare
Choose a tag to compare

Fixed

  • Fixed undefined HTTP params when streaming is enabled #285

v4.5.0

16 May 22:34
9e7366e
Compare
Choose a tag to compare

Added

  • Support for log hooks #228. This feature requires Azure Functions Host v4.34+
  • Allow specifying worker capabilities during setup #255

Fixed

  • Retry options were ignored #250

v4.4.0

01 Apr 19:20
a112be5
Compare
Choose a tag to compare

Added

Changed

  • The values of some system-generated request headers have changed when using the preview http streams feature. These values should now match the behavior when not using http streams.

v4.3.0

28 Feb 18:29
9413b47
Compare
Choose a tag to compare

Added

  • Preview support for HTTP Streams. Learn more in our blog post 🎉

Fixed

  • Fixed error with out-of-sync binding names #210

v4.2.0

30 Jan 23:42
b4f1389
Compare
Choose a tag to compare

Added

  • clone() method to HttpRequest and HttpResponse #207