diff --git a/CHANGELOG.md b/CHANGELOG.md index 67c5c32f..46bcd20c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,34 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) -and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v2.0.0](https://github.com/netlify/netlify-lambda/compare/v1.6.3...v2.0.0) - 2020-07-15 + +### Merged + +- chore: remove yarn.lock file [`#247`](https://github.com/netlify/netlify-lambda/pull/247) +- chore(deps): update node.js to >=v10.21.0 [`#248`](https://github.com/netlify/netlify-lambda/pull/248) +- chore(deps): lock file maintenance [`#246`](https://github.com/netlify/netlify-lambda/pull/246) +- chore: update tooling [`#241`](https://github.com/netlify/netlify-lambda/pull/241) +- fix(build-command): report exit code 1 when compilation fails [`#239`](https://github.com/netlify/netlify-lambda/pull/239) +- remove comma otherwise it's going to throw an error [`#209`](https://github.com/netlify/netlify-lambda/pull/209) +- allow overriding webpack stats config [`#205`](https://github.com/netlify/netlify-lambda/pull/205) +- Add extra error messaging [`#194`](https://github.com/netlify/netlify-lambda/pull/194) +- Small code simplification (`Array.reduce()` -> `Array.some()`) [`#192`](https://github.com/netlify/netlify-lambda/pull/192) +- Add `package-lock.json` to `.gitignore` [`#191`](https://github.com/netlify/netlify-lambda/pull/191) +- Document minimum Node.js version [`#190`](https://github.com/netlify/netlify-lambda/pull/190) +- Add support for multivalue headers. [`#181`](https://github.com/netlify/netlify-lambda/pull/181) + +### Commits + +- add utm [`7a7d558`](https://github.com/netlify/netlify-lambda/commit/7a7d558cdae6d02470ffbb4a893271f65bd094ec) +- Update README.md [`23db458`](https://github.com/netlify/netlify-lambda/commit/23db458631d314ca31dab0e022637e72296878bd) +- make very clear netlify serve is not encouraged anymore [`3198e3c`](https://github.com/netlify/netlify-lambda/commit/3198e3cb834efc8e078b558bb15c5b24f567f038) + ## [v1.6.3](https://github.com/netlify/netlify-lambda/compare/v1.6.2...v1.6.3) - 2019-08-22 ### Merged @@ -80,10 +103,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix: proritize server builds over browser for packages [`#160`](https://github.com/netlify/netlify-lambda/pull/160) -### Commits - -- add missing config set up for serve [`71a4cf0`](https://github.com/netlify/netlify-lambda/commit/71a4cf05cfd1196029910176a0ce206ccf003211) - ## [v1.4.11](https://github.com/netlify/netlify-lambda/compare/v1.4.10...v1.4.11) - 2019-05-19 ### Merged @@ -95,7 +114,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Fix [`6e12180`](https://github.com/netlify/netlify-lambda/commit/6e12180babb9d8021d96d7532e8771641ee62dbe) - Update package.json [`ab1d8a8`](https://github.com/netlify/netlify-lambda/commit/ab1d8a86e5a7cedcbbcf3b673167f70d7c597704) -## [v1.4.10](https://github.com/netlify/netlify-lambda/compare/v1.4.9...v1.4.10) - 2019-05-18 +## [v1.4.10](https://github.com/netlify/netlify-lambda/compare/v1.4.9...v1.4.10) - 2019-05-17 ### Merged @@ -105,7 +124,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - add new flag to opt out of default babelrc loading [`9117c36`](https://github.com/netlify/netlify-lambda/commit/9117c36d858d228130b8a6c11db2eead33107f53) - update readme [`c6d2663`](https://github.com/netlify/netlify-lambda/commit/c6d266386be88e4ac24174f9497c947cb8f55a27) -- add missing < [`0fd4b18`](https://github.com/netlify/netlify-lambda/commit/0fd4b187def6efb7d526f321ffbd61d51852d751) +- add missing < [`0fd4b18`](https://github.com/netlify/netlify-lambda/commit/0fd4b187def6efb7d526f321ffbd61d51852d751) ## [v1.4.9](https://github.com/netlify/netlify-lambda/compare/v1.4.8...v1.4.9) - 2019-05-16 @@ -122,22 +141,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits -- fix: start server when serving static functions [`3fd8234`](https://github.com/netlify/netlify-lambda/commit/3fd8234641dfdcada518f720b499cfcb6f70e991) - Update README.md [`7ab1220`](https://github.com/netlify/netlify-lambda/commit/7ab1220063bae096825d89ca02ebd8d760992cf9) -## [v1.4.7](https://github.com/netlify/netlify-lambda/compare/v1.4.6...v1.4.7) - 2019-05-02 +## [v1.4.7](https://github.com/netlify/netlify-lambda/compare/v1.4.6...v1.4.7) - 2019-05-01 ### Commits - add version and gh-release [`c66cf5f`](https://github.com/netlify/netlify-lambda/commit/c66cf5fc9f7dd21117a16999488cab2fa73b48d4) -## [v1.4.6](https://github.com/netlify/netlify-lambda/compare/v1.4.5...v1.4.6) - 2019-05-02 +## [v1.4.6](https://github.com/netlify/netlify-lambda/compare/v1.4.5...v1.4.6) - 2019-05-01 ### Commits - fix reload relisten bug [`5d15dfd`](https://github.com/netlify/netlify-lambda/commit/5d15dfdb6c18ba7d8cbd8aefc95f812720a3f6ed) - Update README.md [`2404593`](https://github.com/netlify/netlify-lambda/commit/2404593b230d730ef0a0f5d2a92bee21240137b1) -- clearCache fallbacks to chunk.id if chunk.name is null [`b724423`](https://github.com/netlify/netlify-lambda/commit/b7244234f8a5bc4c5df5f29aca71882d5de575aa) ## [v1.4.5](https://github.com/netlify/netlify-lambda/compare/v1.4.4...v1.4.5) - 2019-04-16 @@ -163,7 +180,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - tweak warning to make less scary [`3c28c40`](https://github.com/netlify/netlify-lambda/commit/3c28c40e46e2d0f78a258efa650a2a48e138dce5) - tweak netlify dev info [`4ef3132`](https://github.com/netlify/netlify-lambda/commit/4ef313259424f22d89f7f2bdfe185832ca979fe4) -## [v1.4.3](https://github.com/netlify/netlify-lambda/compare/v1.4.2...v1.4.3) - 2019-03-15 +## [v1.4.3](https://github.com/netlify/netlify-lambda/compare/v1.4.2...v1.4.3) - 2019-03-14 ### Merged @@ -175,12 +192,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits - add next.js instructions [`04bf691`](https://github.com/netlify/netlify-lambda/commit/04bf6917eb24add50fe53803613a861f01f8da0a) -- rewrite timeout feature for node <10 [`2ef8382`](https://github.com/netlify/netlify-lambda/commit/2ef8382a6a7b34783cc1bd7a4ab7db163cff1bd0) +- rewrite timeout feature for node <10 [`2ef8382`](https://github.com/netlify/netlify-lambda/commit/2ef8382a6a7b34783cc1bd7a4ab7db163cff1bd0) - add react static instructions [`94e10cd`](https://github.com/netlify/netlify-lambda/commit/94e10cd8cdf60f5857cb525a5c7eb3d4811565be) ## [v1.4.2](https://github.com/netlify/netlify-lambda/compare/v1.4.1...v1.4.2) - 2019-02-13 -## [v1.4.1](https://github.com/netlify/netlify-lambda/compare/v1.4.0...v1.4.1) - 2019-02-13 +## [v1.4.1](https://github.com/netlify/netlify-lambda/compare/v1.4.0...v1.4.1) - 2019-02-12 ### Merged @@ -191,13 +208,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Update serve.js to clear the timeout if a function invocation is a success within the timeout. [`20cb467`](https://github.com/netlify/netlify-lambda/commit/20cb4679507156b2a33389a2375d76233af0a8cd) - Update README.md [`6f470ae`](https://github.com/netlify/netlify-lambda/commit/6f470ae39c63d65634dbae9cf6a8cb573900a1e4) -## [v1.4.0](https://github.com/netlify/netlify-lambda/compare/1.4.0...v1.4.0) - 2019-02-12 +## [v1.4.0](https://github.com/netlify/netlify-lambda/compare/1.4.0...v1.4.0) - 2019-02-11 ### Commits - document timout and node-fetch [`d005ee3`](https://github.com/netlify/netlify-lambda/commit/d005ee343c46e3294ab95f25865d2d421bae8a9d) -## [1.4.0](https://github.com/netlify/netlify-lambda/compare/v1.3.3...1.4.0) - 2019-02-12 +## [1.4.0](https://github.com/netlify/netlify-lambda/compare/1.3.3...1.4.0) - 2019-02-11 ### Merged @@ -208,13 +225,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - add direct reference to ZISI [`711b695`](https://github.com/netlify/netlify-lambda/commit/711b695a05e1e69708c37874c344144ba123f6af) - add reference [`6c9b4bf`](https://github.com/netlify/netlify-lambda/commit/6c9b4bf4e99aa1c3f20f4882d8820b60a3d2eaac) -## [v1.3.3](https://github.com/netlify/netlify-lambda/compare/v1.3.2...v1.3.3) - 2019-02-03 +## [1.3.3](https://github.com/netlify/netlify-lambda/compare/v1.3.3...1.3.3) - 2019-02-02 + +## [v1.3.3](https://github.com/netlify/netlify-lambda/compare/v1.3.2...v1.3.3) - 2019-02-02 ### Commits - add nice warning message if body omitted [`dcaac14`](https://github.com/netlify/netlify-lambda/commit/dcaac144b821261ad41e866ef027718eeb827eb7) -## [v1.3.2](https://github.com/netlify/netlify-lambda/compare/1.3.1...v1.3.2) - 2019-02-03 +## [v1.3.2](https://github.com/netlify/netlify-lambda/compare/v1.3.1...v1.3.2) - 2019-02-02 ### Merged @@ -230,7 +249,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Update README.md [`f22e699`](https://github.com/netlify/netlify-lambda/commit/f22e69945e9075592103eaf5e1f178fb8ab86525) - improve debugging notes [`bd44dae`](https://github.com/netlify/netlify-lambda/commit/bd44daeccb12829221281313165772268673a4e4) -## [1.3.1](https://github.com/netlify/netlify-lambda/compare/v1.3.0...1.3.1) - 2019-01-31 +## [v1.3.1](https://github.com/netlify/netlify-lambda/compare/1.3.1...v1.3.1) - 2019-01-30 + +## [1.3.1](https://github.com/netlify/netlify-lambda/compare/v1.3.0...1.3.1) - 2019-01-30 ### Merged @@ -256,9 +277,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits -- update docs and some warnings [`e61776b`](https://github.com/netlify/netlify-lambda/commit/e61776b44e29c4f9d3beb7d411784801725f1954) -- add tests [`ee7c900`](https://github.com/netlify/netlify-lambda/commit/ee7c900712a839342ffed2a7471c14648227cf3d) - Update README.md [`9e5e0ef`](https://github.com/netlify/netlify-lambda/commit/9e5e0efda8005735d96334a1385621c0f41f477c) +- merge [`4db2434`](https://github.com/netlify/netlify-lambda/commit/4db24346004012491c1fb34d807cb9b497e1920c) +- document tests [`c0794ac`](https://github.com/netlify/netlify-lambda/commit/c0794ac05fa99f82f0117ab4470ea839281ffc68) ## [v1.1.1](https://github.com/netlify/netlify-lambda/compare/v1.1.0...v1.1.1) - 2018-12-15 @@ -268,9 +289,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits -- add warning if no function files found [`e90a7db`](https://github.com/netlify/netlify-lambda/commit/e90a7db411e72175dac6bb5e615a8113c9806bab) - add example for typescript docs [`af0f995`](https://github.com/netlify/netlify-lambda/commit/af0f995e18e2855b7adddb3a50e92c7e6543dece) - document async functions [`c7ebf0d`](https://github.com/netlify/netlify-lambda/commit/c7ebf0d85f6254dcce90991e697cf767458420d8) +- v1.1 [`540eb18`](https://github.com/netlify/netlify-lambda/commit/540eb182b00c0bf6d5fd659af1e23753655023f8) ## v1.1.0 - 2018-12-03 @@ -306,6 +327,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Fixed +- Merge pull request #58 from Munter/file-upload [`#42`](https://github.com/netlify/netlify-lambda/issues/42) - Add multipart/form-data content-type to base64 exclusion list. Closes #42 [`#42`](https://github.com/netlify/netlify-lambda/issues/42) ### Commits diff --git a/package-lock.json b/package-lock.json index b77265ec..bcb3d2e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-lambda", - "version": "1.6.3", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f4dec7e9..669667f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-lambda", - "version": "1.6.3", + "version": "2.0.0", "description": "Build and serve lambda function with webpack compilation", "homepage": "https://github.com/netlify/netlify-lambda#readme", "main": "bin/cmd.js",