Releases: Azure/azure-functions-nodejs-library
Releases · Azure/azure-functions-nodejs-library
v4.7.0
Added
- [Webpubsub] Add types for input/output/trigger by @phanthaiduong22 in #311
- MySql Changes for JS by @guptaheena in #319
- update to 4.7.0 by @hallvictoria in #334
New Contributors
- @phanthaiduong22 made their first contribution in #311
- @guptaheena made their first contribution in #319
Full Changelog: v4.6.1...v4.7.0
v4.6.1
What's Changed
- Add build vulnerability scan by @hallvictoria in #317
- Add port validation checks for HTTP streaming by @hallvictoria in #315
- Bump undici from 5.28.4 to 5.28.5 by @dependabot in #328
- Update version to 4.6.1 by @hallvictoria in #329
Full Changelog: v4.6.0...v4.6.1
v4.6.0
v4.5.1
v4.5.0
v4.4.0
Added
- Support for params when using preview http streams feature #229
- Support for SQL trigger #88
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.