All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
8.5.0 (2022-02-18)
- Add
httpEvent.operationId
to the request context (#1325) (e217fcb) (Quenby Mitchell) - Ensure
websocket
parity with API Gateway (#1301) (8f02226) (Christian Nuss) - Introduce header to override authorizer response (#1328) (a5158a4) (ericctsf)
- Support injection of custom authentication strategy (#1314) (febfe77) (tom-stclair)
- Fix payload normalization (#1332) (e9e8169) (Taras Romaniv)
- Skip clearing undefined modules in
InProcessRunner
(#1339) (5026e43) (Kevin Rueter)
8.4.0 (2022-01-28)
go-runner
implementation (#1320) (6bb54fd)--disableScheduledEvents
CLI param support (#1185) (4503567)
- Handle custom authorizer 401 in non in-process runners (#1319) (8d61bde)
- Support
httpApi
payload override on function level (#1312) (8db63dd)
8.3.1 (2021-11-25)
- Fix handling of modern logs (
Cannot read properties of undefined (reading 'notice')
error)