Skip to content

Releases: netlify/netlify-lambda

v1.4.5

16 Apr 23:38
Compare
Choose a tag to compare
v1.4.5

release NODE_ENV fix from https://github.com/netlify/netlify-lambda/pull/123

15 Mar 01:00
Compare
Choose a tag to compare

v1.4.2 dont use promise.finally for node <10

13 Feb 11:31
Compare
Choose a tag to compare

v1.4.2 dont use promise.finally for node <10 as reported in #120

v1.4.1 bugfix for timeout Promise.race code

13 Feb 04:16
Compare
Choose a tag to compare

v1.4.0 - new --timeout flag

12 Feb 09:32
520b908
Compare
Choose a tag to compare

v1.4.0 - new --timeout flag - thanks to @naipath for #116 and closes #45

v1.3.3: allow undefined bodies with nice warning message

03 Feb 08:39
Compare
Choose a tag to compare

thanks to @danew for resolving this "good first issue": #91

If you don't return a body, we will warn you with this warning in non-production environments:

Your lambda function didn't return a body, which may be a mistake. Check our Usage docs for examples (https://github.com/netlify/netlify-lambda#usage). 
If this is intentional, you can silence this warning by setting process.ENV.SILENCE_EMPTY_LAMBDA_WARNING to a truthy value or process.env.CONTEXT to 'production'

v1.3.1 - slight fix to JWT auth token decoding

31 Jan 00:30
1b05e08
Compare
Choose a tag to compare

if you are not using a JWT, skip it without failing completely. thanks to @pimterry #107

ignore colocated .spec or .test files

21 Jan 19:51
Compare
Choose a tag to compare

testing is good!

thanks to