chore: bump @azure/functions from 3.5.1 to 4.4.0
Bumps @azure/functions from 3.5.1 to 4.4.0.
Release notes
Sourced from @azure/functions's releases.
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.
v4.3.0
Added
- Preview support for HTTP Streams. Learn more in our blog post 🎉
Fixed
- Fixed error with out-of-sync binding names Azure/azure-functions-nodejs-library#210
v4.2.0
Added
clone()method toHttpRequestandHttpResponse#207v4.1.0
Added
- Pre-invocation, post-invocation, app-start, and app-terminate hooks using
app.hook.#7- Warmup trigger #176
connectionproperty to EventGridOutputOptions #177Fixed
- Bug where output isn't set if used in both
extraOutputandreturn#179v4.0.1
Add link to blog post and discussion to README
v4.0.0
The new Node.js programming model is now Generally Available! 🎉 This changelog is meant as a detailed list of changes in the new version. See the official upgrade guide for a less detailed, more user-friendly list of the changes.
Added
- Support registering functions directly in your code instead of in
function.jsonfiles #569 and #480- Allow classes like
InvocationContextandHttpRequestto be constructed in test environments outside the Azure Functions runtimeChanged
- Update minimum version of Node.js to 18.x
- Update minimum version of TypeScript to 4.x
... (truncated)
Commits
a112be5Bump version (#242)2648cfbAdd support for sql trigger (#240)7e61ae1Support params when streaming (#238)5561010Update README.md (#231)9413b47Bump version (#230)344e4d5Improve error message for streaming on old host version (#226)d488b48Add aka.ms link to stream flag (#222)3940c04Bump undici from 5.26.2 to 5.28.3 (#221)c4bb294Update ensureErrorType (#220)de87cbeFix conflicting formatting by using prettier for everything (#218)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
The following labels could not be found: Dependencies.
Superseded by #249.