Skip to content

v3.5.0

Compare
Choose a tag to compare
@ejizba ejizba released this 05 Dec 22:54
· 17 commits to v3.x since this release
a0861b4

Added

  • This package now contains the underlying Azure Functions framework for Node.js in addition to the TypeScript types. Now you can get updates faster (or slower 😅) by including the npm package directly in your app instead of waiting for a rollout in Azure! More details here. This functionality requires Azure Functions host v4.14.0 or higher
  • Added bufferBody property to http request object #294
  • Added HttpRequest.get method to TypeScript types. This is the recommended, case-insensitive way to get headers #274

Fixed

  • Request fails with nested "bytes" property set to a number #607