Skip to content

Commit 86459a9

Browse files
chore(master): release 4.0.0 (#195)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 596dbb3 commit 86459a9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
<a name="3.2.1"></a>
2+
## [4.0.0](https://github.com/linz/lambda-js/compare/v3.2.2...v4.0.0) (2022-08-18)
3+
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* **http:** switch to async request handlers for http functions
8+
9+
### Features
10+
11+
* **http:** ensure requestId and correlationId are set on errors ([fcbf4f8](https://github.com/linz/lambda-js/commit/fcbf4f8982fb0d9ef1953b508918ea661f136c65))
12+
* **http:** move all the handling logic into the router ([b3239ae](https://github.com/linz/lambda-js/commit/b3239aea661bf697b65227f9030ecc53880edd5d))
13+
* **http:** switch to async request handlers for http functions ([03437f1](https://github.com/linz/lambda-js/commit/03437f1ccfd56de9de835d83fbfdcbef9b317c6b))
14+
* **http:** track request counter ([851a930](https://github.com/linz/lambda-js/commit/851a9305b1fa7819579e7a3ff3ed192ff60e0b0c))
15+
* **http:** use high resolution timer for metrics ([3150c32](https://github.com/linz/lambda-js/commit/3150c326aabc3f13c78072b7fc739a8981908bb0))
16+
217
## [3.2.2](https://github.com/linz/lambda-js/compare/v3.2.1...v3.2.2) (2022-08-18)
318

419

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linzjs/lambda",
3-
"version": "3.2.2",
3+
"version": "4.0.0",
44
"main": "build/src/index.js",
55
"types": "build/src/index.d.ts",
66
"repository": "[email protected]:linz/lambda-js.git",

0 commit comments

Comments
 (0)