Open
Conversation
068930f to
b5374cd
Compare
38b5b06 to
b150717
Compare
a020eea to
d96aaa4
Compare
b0f5d4c to
feea970
Compare
395ef76 to
923f7a2
Compare
31d2291 to
d1c363a
Compare
292b946 to
ebfeac6
Compare
9890948 to
f2c9e9d
Compare
a05f77f to
e0c45c5
Compare
e0c45c5 to
b4b1089
Compare
b4b1089 to
c33a565
Compare
c33a565 to
b9a6931
Compare
b9a6931 to
a35cf38
Compare
a35cf38 to
b21e2fa
Compare
64d3a93 to
f1d79da
Compare
f1d79da to
c7f5178
Compare
c7f5178 to
2c92cd7
Compare
8f1d6ed to
61a688a
Compare
8680cea to
d1364a5
Compare
d1364a5 to
35ce923
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.0.0→^4.0.0Release Notes
Azure/azure-functions-nodejs-library (@azure/functions)
v4.11.1Compare Source
Removing Long as depndency
Removing dependency from lib.DOM
v4.11.0Compare Source
Remove Undici Dependency - #395
Fixing the verbatimModuleSyntax issue #399
Interfaces with Generics #393
Full Changelog: Azure/azure-functions-nodejs-library@v4.10.0...v4.11.0
v4.10.0Compare Source
What's Changed
Full Changelog: Azure/azure-functions-nodejs-library@v4.9.0...v4.10.0
v4.9.0Compare Source
What's Changed
Full Changelog: Azure/azure-functions-nodejs-library@v4.8.1...v4.8.2
v4.8.2Compare Source
What's Changed
Full Changelog: Azure/azure-functions-nodejs-library@v4.8.2...v4.9.0
v4.8.1What's Changed
Full Changelog: https://github.com/Azure/azure-functions-nodejs-library/compare/v4.7.3..v4.8.1
v4.7.3Compare Source
What's Changed
Full Changelog: Azure/azure-functions-nodejs-library@v4.7.2...v4.7.3
v4.7.2Compare Source
What's Changed
New Contributors
Full Changelog: Azure/azure-functions-nodejs-library@v4.7.0...v4.7.2
v4.7.0Compare Source
Added
New Contributors
Full Changelog: Azure/azure-functions-nodejs-library@v4.6.1...v4.7.0
v4.6.1Compare Source
What's Changed
Full Changelog: Azure/azure-functions-nodejs-library@v4.6.0...v4.6.1
v4.6.0Compare Source
Fixed
Full Changelog: Azure/azure-functions-nodejs-library@v4.5.1...v4.6.0
v4.5.1Compare Source
Fixed
v4.5.0Compare Source
Added
Fixed
v4.4.0Compare Source
Added
Changed
v4.3.0Compare Source
Added
Fixed
v4.2.0Compare Source
Added
clone()method toHttpRequestandHttpResponse#207v4.1.0Compare Source
Added
app.hook.#7connectionproperty to EventGridOutputOptions #177Fixed
extraOutputandreturn#179v4.0.1Compare Source
Add link to blog post and discussion to README
v4.0.0Compare Source
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
function.jsonfiles #569 and #480InvocationContextandHttpRequestto be constructed in test environments outside the Azure Functions runtimeChanged
(context, request)is now(request, context)#34contextobject #204ContexttoInvocationContextcontext.done(). We assume your function (async or sync) is done as soon as it returnscontext.executionContext. You can findfunctionNameandretryContexton the rootcontextobject insteadcontext.bindingDefinitionsin favor ofcontext.optionscontext.logsub-methods (context.log.error/context.log.warn/etc.) in favor of methods on the rootcontextobject (context.error/context.warn/etc.). Also Remove theverboseoption in favor oftraceanddebugto match Node.js'sconsolemethodscontext.req,context,res, andcontext.bindings. The primary input is always an argument to your function, the primary output is always the return value of your function, and everything else can be accessed oncontext.extraInputsorcontext.extraOutputscontext.bindingMetadatacontext.triggerMetadatasyspropertyRequesttoHttpRequestqueryfrom typeHttpRequestQueryto Node.js core typeURLSearchParamsHttpResponseSimple/HttpResponseFull/HttpResponsetypes in favor ofHttpResponseclass andHttpResponseInitinterfacestatusCodein favor ofstatusend,send,sendStatus, andjson. These were callback methods based oncontext.done()which is no longer supportedsetHeader,header,set,getHeader,get,removeHeader,type) from base response object. You must useresponse.headersfor any header-related methodsheadersfrom typeHttpRequestHeaders/HttpResponseHeadersto fetch standard typeHeadersbody,rawBody,bufferBody, andparseFormBody()in favor of fetch standard methodsarrayBuffer(),blob(),formData(),json(), andtext()null#388setup()method. v4 of the programming model is automatically setup when you register any function from theappobjectConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.