Releases: linz/lambda-js
Releases · linz/lambda-js
Release list
v4.2.0
v4.1.0
4.1.0 (2023-08-14)
Features
- deps: bump find-my-way from 7.0.1 to 7.3.1 (#225) (cb14e4d)
- deps: bump pino from 8.4.1 to 8.7.0 (#232) (81b8e81)
- deps: bump pino from 8.7.0 to 8.8.0 (#255) (a6291bc)
- deps: bump pino from 8.8.0 to 8.10.0 (#266) (49ae385)
- include github buildId in lambda messages (60e5a76)
Bug Fixes
v4.0.0
4.0.0 (2022-08-18)
⚠ BREAKING CHANGES
- http: switch to async request handlers for http functions
Features
v3.2.2
v3.2.1
v3.2.0
v3.1.1
Bug Fixes
- support request bodies in function urls (3660ed1)
v3.1.0
v3.0.1
Bug Fixes
- ensure the header enums are exported correctly (b1a2b68)
v3.0.0
Bug Fixes
- ensure apigateway does not parse a function url (3b7a2eb)
Features
- add itty router for http requests (#122) (bf79b01)
- support function urls (#147) (1b15d8c)
- deps: bump pino from 6.13.1 to 7.5.0 (#70) (2dcd90d)
BREAKING CHANGES
- this removes lf.http and makes it return a router, if you want to route all requests use
handler.router.all('*', fn)to restore previous behaviour