Skip to content

Releases: Azure/azure-functions-nodejs-library

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

v4.1.0

13 Nov 22:18
ca91f6a
Compare
Choose a tag to compare

Added

  • Pre-invocation, post-invocation, app-start, and app-terminate hooks using app.hook. #7
  • Warmup trigger #176
  • connection property to EventGridOutputOptions #177

Fixed

  • Bug where output isn't set if used in both extraOutput and return #179

v4.0.1

28 Sep 20:21
4a83c78
Compare
Choose a tag to compare

Add link to blog post and discussion to README