Skip to content

Commit d35fa62

Browse files
author
sw-yx
committed
1.4.7
1 parent c66cf5f commit d35fa62

File tree

2 files changed

+197
-1
lines changed

2 files changed

+197
-1
lines changed

CHANGELOG.md

Lines changed: 196 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,196 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7+
8+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9+
10+
## [v1.4.7](https://github.com/netlify/netlify-lambda/compare/v1.4.6...v1.4.7) - 2019-05-02
11+
12+
### Commits
13+
14+
- add version and gh-release [`c66cf5f`](https://github.com/netlify/netlify-lambda/commit/c66cf5fc9f7dd21117a16999488cab2fa73b48d4)
15+
16+
## [v1.4.6](https://github.com/netlify/netlify-lambda/compare/v1.4.5...v1.4.6) - 2019-05-02
17+
18+
### Commits
19+
20+
- fix reload relisten bug [`5d15dfd`](https://github.com/netlify/netlify-lambda/commit/5d15dfdb6c18ba7d8cbd8aefc95f812720a3f6ed)
21+
- Update README.md [`2404593`](https://github.com/netlify/netlify-lambda/commit/2404593b230d730ef0a0f5d2a92bee21240137b1)
22+
23+
## [v1.4.5](https://github.com/netlify/netlify-lambda/compare/v1.4.4...v1.4.5) - 2019-04-16
24+
25+
### Merged
26+
27+
- refactor: change order of webpack stats logging and server setup [`#141`](https://github.com/netlify/netlify-lambda/pull/141)
28+
- chore: whitelist files published to npm [`#139`](https://github.com/netlify/netlify-lambda/pull/139)
29+
- chore: add license file [`#140`](https://github.com/netlify/netlify-lambda/pull/140)
30+
31+
### Commits
32+
33+
- Update README.md [`ec330bc`](https://github.com/netlify/netlify-lambda/commit/ec330bc511584ddb0c3eb8f93f63298fdd139a8d)
34+
35+
## [v1.4.4](https://github.com/netlify/netlify-lambda/compare/v1.4.3...v1.4.4) - 2019-04-15
36+
37+
### Merged
38+
39+
- Resolve plugins and loaders [`#137`](https://github.com/netlify/netlify-lambda/pull/137)
40+
41+
### Commits
42+
43+
- Update README.md [`29e7f79`](https://github.com/netlify/netlify-lambda/commit/29e7f791542f0d841ca147a64435db3869b6d615)
44+
- tweak warning to make less scary [`3c28c40`](https://github.com/netlify/netlify-lambda/commit/3c28c40e46e2d0f78a258efa650a2a48e138dce5)
45+
- tweak netlify dev info [`4ef3132`](https://github.com/netlify/netlify-lambda/commit/4ef313259424f22d89f7f2bdfe185832ca979fe4)
46+
47+
## [v1.4.3](https://github.com/netlify/netlify-lambda/compare/v1.4.2...v1.4.3) - 2019-03-15
48+
49+
### Merged
50+
51+
- docs: add tutorial to README [`#127`](https://github.com/netlify/netlify-lambda/pull/127)
52+
- Fix typos in README.md in Debugging section [`#125`](https://github.com/netlify/netlify-lambda/pull/125)
53+
- Fix how NODE_ENV is being handled [`#123`](https://github.com/netlify/netlify-lambda/pull/123)
54+
- Fixes typo in README.md [`#122`](https://github.com/netlify/netlify-lambda/pull/122)
55+
56+
### Commits
57+
58+
- add next.js instructions [`04bf691`](https://github.com/netlify/netlify-lambda/commit/04bf6917eb24add50fe53803613a861f01f8da0a)
59+
- rewrite timeout feature for node <10 [`2ef8382`](https://github.com/netlify/netlify-lambda/commit/2ef8382a6a7b34783cc1bd7a4ab7db163cff1bd0)
60+
- add react static instructions [`94e10cd`](https://github.com/netlify/netlify-lambda/commit/94e10cd8cdf60f5857cb525a5c7eb3d4811565be)
61+
62+
## [v1.4.2](https://github.com/netlify/netlify-lambda/compare/v1.4.1...v1.4.2) - 2019-02-13
63+
64+
## [v1.4.1](https://github.com/netlify/netlify-lambda/compare/v1.4.0...v1.4.1) - 2019-02-13
65+
66+
### Merged
67+
68+
- Clears the invocation timeout if the invocation is a success. [`#121`](https://github.com/netlify/netlify-lambda/pull/121)
69+
70+
### Commits
71+
72+
- 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)
73+
- Update README.md [`6f470ae`](https://github.com/netlify/netlify-lambda/commit/6f470ae39c63d65634dbae9cf6a8cb573900a1e4)
74+
75+
## [v1.4.0](https://github.com/netlify/netlify-lambda/compare/1.4.0...v1.4.0) - 2019-02-12
76+
77+
### Commits
78+
79+
- document timout and node-fetch [`d005ee3`](https://github.com/netlify/netlify-lambda/commit/d005ee343c46e3294ab95f25865d2d421bae8a9d)
80+
81+
## [1.4.0](https://github.com/netlify/netlify-lambda/compare/v1.3.3...1.4.0) - 2019-02-12
82+
83+
### Merged
84+
85+
- Enable function invocation timeout using Promise.race [`#116`](https://github.com/netlify/netlify-lambda/pull/116)
86+
87+
### Commits
88+
89+
- add direct reference to ZISI [`711b695`](https://github.com/netlify/netlify-lambda/commit/711b695a05e1e69708c37874c344144ba123f6af)
90+
- add reference [`6c9b4bf`](https://github.com/netlify/netlify-lambda/commit/6c9b4bf4e99aa1c3f20f4882d8820b60a3d2eaac)
91+
92+
## [v1.3.3](https://github.com/netlify/netlify-lambda/compare/v1.3.2...v1.3.3) - 2019-02-03
93+
94+
### Commits
95+
96+
- add nice warning message if body omitted [`dcaac14`](https://github.com/netlify/netlify-lambda/commit/dcaac144b821261ad41e866ef027718eeb827eb7)
97+
98+
## [v1.3.2](https://github.com/netlify/netlify-lambda/compare/1.3.1...v1.3.2) - 2019-02-03
99+
100+
### Merged
101+
102+
- Allow reponse body to be optional [`#114`](https://github.com/netlify/netlify-lambda/pull/114)
103+
- Add functions + sentry error reporting blog post [`#109`](https://github.com/netlify/netlify-lambda/pull/109)
104+
105+
### Fixed
106+
107+
- add config docs everywhere [`#110`](https://github.com/netlify/netlify-lambda/issues/110)
108+
109+
### Commits
110+
111+
- Update README.md [`f22e699`](https://github.com/netlify/netlify-lambda/commit/f22e69945e9075592103eaf5e1f178fb8ab86525)
112+
- improve debugging notes [`bd44dae`](https://github.com/netlify/netlify-lambda/commit/bd44daeccb12829221281313165772268673a4e4)
113+
114+
## [1.3.1](https://github.com/netlify/netlify-lambda/compare/v1.3.0...1.3.1) - 2019-01-31
115+
116+
### Merged
117+
118+
- When serving locally, ignore non-JWT auth headers [`#108`](https://github.com/netlify/netlify-lambda/pull/108)
119+
- Update README.md typo [`#106`](https://github.com/netlify/netlify-lambda/pull/106)
120+
121+
### Commits
122+
123+
- Update README.md [`aad0779`](https://github.com/netlify/netlify-lambda/commit/aad07792692d3567c935c83e8420601bc1c47f30)
124+
- Update README.md [`2df4530`](https://github.com/netlify/netlify-lambda/commit/2df4530f9c3720823b482535bbe30236a20696e8)
125+
126+
## [v1.3.0](https://github.com/netlify/netlify-lambda/compare/v1.1.1...v1.3.0) - 2019-01-21
127+
128+
### Merged
129+
130+
- fix(build): Exclude test files [`#105`](https://github.com/netlify/netlify-lambda/pull/105)
131+
- Add tests [`#94`](https://github.com/netlify/netlify-lambda/pull/94)
132+
- Check for babelrc up from given functions folder [`#98`](https://github.com/netlify/netlify-lambda/pull/98)
133+
- inject clientContext to served function on dev-server [`#57`](https://github.com/netlify/netlify-lambda/pull/57)
134+
- Provide response for zero/unmatched/invalid args [`#102`](https://github.com/netlify/netlify-lambda/pull/102)
135+
- Make netlify.toml `functions` field consistent [`#101`](https://github.com/netlify/netlify-lambda/pull/101)
136+
- Proposal: add warning if no function files found [`#84`](https://github.com/netlify/netlify-lambda/pull/84)
137+
138+
### Commits
139+
140+
- update docs and some warnings [`e61776b`](https://github.com/netlify/netlify-lambda/commit/e61776b44e29c4f9d3beb7d411784801725f1954)
141+
- add tests [`ee7c900`](https://github.com/netlify/netlify-lambda/commit/ee7c900712a839342ffed2a7471c14648227cf3d)
142+
- Update README.md [`9e5e0ef`](https://github.com/netlify/netlify-lambda/commit/9e5e0efda8005735d96334a1385621c0f41f477c)
143+
144+
## [v1.1.1](https://github.com/netlify/netlify-lambda/compare/v1.1.0...v1.1.1) - 2018-12-15
145+
146+
### Merged
147+
148+
- Fix 'queryStringParameters' when the url contains multiple question marks [`#85`](https://github.com/netlify/netlify-lambda/pull/85)
149+
150+
### Commits
151+
152+
- add warning if no function files found [`e90a7db`](https://github.com/netlify/netlify-lambda/commit/e90a7db411e72175dac6bb5e615a8113c9806bab)
153+
- add example for typescript docs [`af0f995`](https://github.com/netlify/netlify-lambda/commit/af0f995e18e2855b7adddb3a50e92c7e6543dece)
154+
- document async functions [`c7ebf0d`](https://github.com/netlify/netlify-lambda/commit/c7ebf0d85f6254dcce90991e697cf767458420d8)
155+
156+
## v1.1.0 - 2018-12-03
157+
158+
### Merged
159+
160+
- Add .ts to resolve.extensions [`#80`](https://github.com/netlify/netlify-lambda/pull/80)
161+
- Debugging instructions added to README [`#83`](https://github.com/netlify/netlify-lambda/pull/83)
162+
- Add Angular Proxy Documentation [`#81`](https://github.com/netlify/netlify-lambda/pull/81)
163+
- Add "how to use TypeScript" to README.md [`#77`](https://github.com/netlify/netlify-lambda/pull/77)
164+
- Fix build `.mjs` filename [`#78`](https://github.com/netlify/netlify-lambda/pull/78)
165+
- Support extensions: .mjs and .ts [`#76`](https://github.com/netlify/netlify-lambda/pull/76)
166+
- Removed base-64 package in favour of node Buffer [`#68`](https://github.com/netlify/netlify-lambda/pull/68)
167+
- Update link to create-react-app-lambda [`#70`](https://github.com/netlify/netlify-lambda/pull/70)
168+
- fixed querystring parsing netlify/netlify-lambda#54 [`#67`](https://github.com/netlify/netlify-lambda/pull/67)
169+
- Added "-s --static" option to prevent building of files [`#62`](https://github.com/netlify/netlify-lambda/pull/62)
170+
- add support for http-server [`#50`](https://github.com/netlify/netlify-lambda/pull/50)
171+
- Match body size limit to AWS [`#31`](https://github.com/netlify/netlify-lambda/pull/31)
172+
- Add multipart/form-data content-type to base64 exclusion list. Closes #42 [`#58`](https://github.com/netlify/netlify-lambda/pull/58)
173+
- Upgrade to Babel 7 and Webpack 4 (fully tested) [`#63`](https://github.com/netlify/netlify-lambda/pull/63)
174+
- Add a note regarding proxying [`#30`](https://github.com/netlify/netlify-lambda/pull/30)
175+
- Custom Babel env target [`#25`](https://github.com/netlify/netlify-lambda/pull/25)
176+
- Support async handlers [`#24`](https://github.com/netlify/netlify-lambda/pull/24)
177+
- Add "--port" Option [`#16`](https://github.com/netlify/netlify-lambda/pull/16)
178+
- Ignore favicon [`#19`](https://github.com/netlify/netlify-lambda/pull/19)
179+
- Include environment variables from config [`#22`](https://github.com/netlify/netlify-lambda/pull/22)
180+
- Warn same source [`#21`](https://github.com/netlify/netlify-lambda/pull/21)
181+
- fix: erroneous assignment in babelOpts [`#11`](https://github.com/netlify/netlify-lambda/pull/11)
182+
- Pass additionalConfig to webpack while watching [`#14`](https://github.com/netlify/netlify-lambda/pull/14)
183+
- Support for customizing babel and webpack [`#5`](https://github.com/netlify/netlify-lambda/pull/5)
184+
- Miss missing dependencies babel-loader and babel-core [`#4`](https://github.com/netlify/netlify-lambda/pull/4)
185+
- Match AWS behavior with text content [`#3`](https://github.com/netlify/netlify-lambda/pull/3)
186+
- Update package.json [`#1`](https://github.com/netlify/netlify-lambda/pull/1)
187+
188+
### Fixed
189+
190+
- Add multipart/form-data content-type to base64 exclusion list. Closes #42 [`#42`](https://github.com/netlify/netlify-lambda/issues/42)
191+
192+
### Commits
193+
194+
- upgrade dependencies [`9c4336c`](https://github.com/netlify/netlify-lambda/commit/9c4336c24a7e3f2b49442d23e1b8ba0bf5b5f12a)
195+
- First commit [`85e51ec`](https://github.com/netlify/netlify-lambda/commit/85e51ec0fdd0813705981c0b981f9666b3525f48)
196+
- Bump version [`b1f266c`](https://github.com/netlify/netlify-lambda/commit/b1f266cee6096b253aeb2301075445650a87673b)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netlify-lambda",
3-
"version": "1.4.6",
3+
"version": "1.4.7",
44
"description": "Build and serve lambda function with webpack compilation",
55
"homepage": "https://github.com/netlify/netlify-lambda#readme",
66
"main": "bin/cmd.js",

0 commit comments

Comments
 (0)