Skip to content

Commit bc80b31

Browse files
next-teamcamillecroci
authored andcommitted
chore: release main
1 parent e795024 commit bc80b31

16 files changed

Lines changed: 140 additions & 39 deletions

File tree

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"packages/app-info": "4.2.1",
33
"packages/biome-config": "1.0.0",
4-
"packages/client-metrics-web": "0.1.4",
5-
"packages/crash-handler": "5.1.7",
4+
"packages/client-metrics-web": "1.0.0",
5+
"packages/crash-handler": "5.1.8",
66
"packages/errors": "4.2.0",
77
"packages/eslint-config": "4.1.0",
88
"packages/fetch-error-handler": "1.3.0",
9-
"packages/log-error": "5.1.7",
10-
"packages/logger": "4.2.7",
11-
"packages/middleware-log-errors": "5.1.7",
12-
"packages/middleware-render-error-info": "6.1.7",
9+
"packages/log-error": "5.1.8",
10+
"packages/logger": "4.2.8",
11+
"packages/middleware-log-errors": "5.1.8",
12+
"packages/middleware-render-error-info": "6.1.8",
1313
"packages/serialize-error": "4.2.0",
1414
"packages/serialize-request": "4.2.0",
15-
"packages/opentelemetry": "3.2.4",
15+
"packages/opentelemetry": "3.2.5",
1616
"packages/middleware-allow-request-methods": "1.1.0"
1717
}

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/client-metrics-web/CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/client-metrics-web-v0.1.4...client-metrics-web-v1.0.0) (2026-03-12)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* use new cp-client-metrics-server
9+
10+
### Features
11+
12+
* add queue class ([55da00f](https://github.com/Financial-Times/dotcom-reliability-kit/commit/55da00f6ee336aa00825508632e6aaedb191f532))
13+
* adds batching ([81d3dc1](https://github.com/Financial-Times/dotcom-reliability-kit/commit/81d3dc15ee99dcc482428bf649d8d11fb52f6282))
14+
* use new cp-client-metrics-server ([ca05b08](https://github.com/Financial-Times/dotcom-reliability-kit/commit/ca05b083347e0019705071440d40a5ae5a7a8ae2))
15+
16+
17+
### Bug Fixes
18+
19+
* add case for local.ft.com ([a322a22](https://github.com/Financial-Times/dotcom-reliability-kit/commit/a322a22a7f8d5ecd5eeb8d54a68264861465a0e8))
20+
* adds types to all functions of the Metrics Client ([c9045d5](https://github.com/Financial-Times/dotcom-reliability-kit/commit/c9045d55988f7d65d903495b061241e58f1eb141))
21+
* biome ([87d7f45](https://github.com/Financial-Times/dotcom-reliability-kit/commit/87d7f45aa7c520e106d511fa3f5674f62017538b))
22+
* clarify README ([2f0b0fe](https://github.com/Financial-Times/dotcom-reliability-kit/commit/2f0b0fe5b2f5115d7d1433d9a8b57d45a0262161))
23+
* elapsed seconds check ([b86143d](https://github.com/Financial-Times/dotcom-reliability-kit/commit/b86143d346ed7610f06ce9e524c600e096d86c35))
24+
* linting ([d64bbbc](https://github.com/Financial-Times/dotcom-reliability-kit/commit/d64bbbca06fe6a1923bec9edbd09352fcffa32e5))
25+
* make endpoint systemCode and systemVersion private ([f87a7f8](https://github.com/Financial-Times/dotcom-reliability-kit/commit/f87a7f8d2e6ee895f0253e7903756eef6f3e040d))
26+
* more biome ([0efc93c](https://github.com/Financial-Times/dotcom-reliability-kit/commit/0efc93c44c7146bfc4672d3f5440af63cd4cc4a0))
27+
* nitpicks from pr review ([a2d33b5](https://github.com/Financial-Times/dotcom-reliability-kit/commit/a2d33b53dac7b0b714ac5c305bc2d51c8d181856))
28+
* unit test ([0e4479b](https://github.com/Financial-Times/dotcom-reliability-kit/commit/0e4479bdaddedaaab321bae045423e657c31d0ee))
29+
30+
31+
### Documentation Changes
32+
33+
* add more details about imports in README ([0925db8](https://github.com/Financial-Times/dotcom-reliability-kit/commit/0925db800dd98a9100113f4c3b35737f3baa5bf8))
34+
* add new info for batching in readme ([8fc9924](https://github.com/Financial-Times/dotcom-reliability-kit/commit/8fc9924adee010023b9ebc4d665dbe26a6364563))
35+
* add queue in readme ([49250a6](https://github.com/Financial-Times/dotcom-reliability-kit/commit/49250a663623c4151c14a54b1652156b162276cf))
36+
* update package.json with accurate description ([e200be3](https://github.com/Financial-Times/dotcom-reliability-kit/commit/e200be37f5542cb08d1df94b92fcd9a40ff6e66c))
37+
* update README ([e795024](https://github.com/Financial-Times/dotcom-reliability-kit/commit/e795024da6700c13c8844b296f622a9982b2a2c6))
38+
* update README ([0682234](https://github.com/Financial-Times/dotcom-reliability-kit/commit/0682234b56dfe083312225812d78896b6c2eb0b5))
39+
340
## [0.1.4](https://github.com/Financial-Times/dotcom-reliability-kit/compare/client-metrics-web-v0.1.3...client-metrics-web-v0.1.4) (2025-08-12)
441

542

packages/client-metrics-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotcom-reliability-kit/client-metrics-web",
3-
"version": "0.1.4",
3+
"version": "1.0.0",
44
"description": "A client for sending operational metrics to client metrics server from the web",
55
"repository": {
66
"type": "git",

packages/crash-handler/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [5.1.8](https://github.com/Financial-Times/dotcom-reliability-kit/compare/crash-handler-v5.1.7...crash-handler-v5.1.8) (2026-03-12)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @dotcom-reliability-kit/logger bumped from ^4.2.7 to ^4.2.8
11+
* @dotcom-reliability-kit/log-error bumped from ^5.1.7 to ^5.1.8
12+
313
## [5.1.7](https://github.com/Financial-Times/dotcom-reliability-kit/compare/crash-handler-v5.1.6...crash-handler-v5.1.7) (2026-01-12)
414

515

packages/crash-handler/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotcom-reliability-kit/crash-handler",
3-
"version": "5.1.7",
3+
"version": "5.1.8",
44
"description": "A method to bind an uncaught exception handler to ensure that fatal application errors are logged",
55
"repository": {
66
"type": "git",
@@ -19,7 +19,7 @@
1919
"main": "lib/index.js",
2020
"types": "types/index.d.ts",
2121
"dependencies": {
22-
"@dotcom-reliability-kit/logger": "^4.2.7",
23-
"@dotcom-reliability-kit/log-error": "^5.1.7"
22+
"@dotcom-reliability-kit/logger": "^4.2.8",
23+
"@dotcom-reliability-kit/log-error": "^5.1.8"
2424
}
2525
}

packages/log-error/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [5.1.8](https://github.com/Financial-Times/dotcom-reliability-kit/compare/log-error-v5.1.7...log-error-v5.1.8) (2026-03-12)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @dotcom-reliability-kit/logger bumped from ^4.2.7 to ^4.2.8
11+
312
## [5.1.7](https://github.com/Financial-Times/dotcom-reliability-kit/compare/log-error-v5.1.6...log-error-v5.1.7) (2026-01-12)
413

514

packages/log-error/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotcom-reliability-kit/log-error",
3-
"version": "5.1.7",
3+
"version": "5.1.8",
44
"description": "A method to consistently log error object with optional request information",
55
"repository": {
66
"type": "git",
@@ -20,7 +20,7 @@
2020
"types": "types/index.d.ts",
2121
"dependencies": {
2222
"@dotcom-reliability-kit/app-info": "^4.2.1",
23-
"@dotcom-reliability-kit/logger": "^4.2.7",
23+
"@dotcom-reliability-kit/logger": "^4.2.8",
2424
"@dotcom-reliability-kit/serialize-error": "^4.2.0",
2525
"@dotcom-reliability-kit/serialize-request": "^4.2.0"
2626
},

packages/logger/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [4.2.8](https://github.com/Financial-Times/dotcom-reliability-kit/compare/logger-v4.2.7...logger-v4.2.8) (2026-03-12)
4+
5+
6+
### Bug Fixes
7+
8+
* bump pino from 10.1.1 to 10.2.0 ([98427c8](https://github.com/Financial-Times/dotcom-reliability-kit/commit/98427c826dcb36d1ab999713990ab13194f3a3c4))
9+
* bump pino from 10.2.0 to 10.2.1 ([7edf2bb](https://github.com/Financial-Times/dotcom-reliability-kit/commit/7edf2bb0a386dc6902cf42380f00cdd1bb9602df))
10+
* bump pino from 10.2.1 to 10.3.0 ([cd6590c](https://github.com/Financial-Times/dotcom-reliability-kit/commit/cd6590c6bb55a3fb9884412bc09ffa04cf350fb2))
11+
* bump pino from 10.3.0 to 10.3.1 ([afefc95](https://github.com/Financial-Times/dotcom-reliability-kit/commit/afefc95210fcaceaff845e386828447e32cd9d28))
12+
313
## [4.2.7](https://github.com/Financial-Times/dotcom-reliability-kit/compare/logger-v4.2.6...logger-v4.2.7) (2026-01-12)
414

515

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotcom-reliability-kit/logger",
3-
"version": "4.2.7",
3+
"version": "4.2.8",
44
"description": "A simple and fast logger based on Pino, with FT preferences baked in",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)