File tree 12 files changed +78
-23
lines changed
middleware-render-error-info 12 files changed +78
-23
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"packages/app-info" : " 3.3.0" ,
3
- "packages/crash-handler" : " 4.1.5 " ,
3
+ "packages/crash-handler" : " 4.1.6 " ,
4
4
"packages/errors" : " 3.1.1" ,
5
5
"packages/eslint-config" : " 3.1.0" ,
6
6
"packages/fetch-error-handler" : " 0.2.5" ,
7
- "packages/log-error" : " 4.1.5 " ,
7
+ "packages/log-error" : " 4.2.0 " ,
8
8
"packages/logger" : " 3.1.4" ,
9
- "packages/middleware-log-errors" : " 4.1.5 " ,
10
- "packages/middleware-render-error-info" : " 5.1.5 " ,
9
+ "packages/middleware-log-errors" : " 4.2.0 " ,
10
+ "packages/middleware-render-error-info" : " 5.1.6 " ,
11
11
"packages/serialize-error" : " 3.2.0" ,
12
12
"packages/serialize-request" : " 3.1.0" ,
13
- "packages/opentelemetry" : " 2.0.4 "
13
+ "packages/opentelemetry" : " 2.0.5 "
14
14
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 4.1.6] ( https://github.com/Financial-Times/dotcom-reliability-kit/compare/crash-handler-v4.1.5...crash-handler-v4.1.6 ) (2024-07-11)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @dotcom-reliability-kit/log-error bumped from ^4.1.5 to ^4.2.0
11
+
3
12
## [ 4.1.5] ( https://github.com/Financial-Times/dotcom-reliability-kit/compare/crash-handler-v4.1.4...crash-handler-v4.1.5 ) (2024-07-02)
4
13
5
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dotcom-reliability-kit/crash-handler" ,
3
- "version" : " 4.1.5 " ,
3
+ "version" : " 4.1.6 " ,
4
4
"description" : " A method to bind an uncaught exception handler to ensure that fatal application errors are logged" ,
5
5
"repository" : {
6
6
"type" : " git" ,
17
17
"main" : " lib/index.js" ,
18
18
"types" : " types/index.d.ts" ,
19
19
"dependencies" : {
20
- "@dotcom-reliability-kit/log-error" : " ^4.1.5 "
20
+ "@dotcom-reliability-kit/log-error" : " ^4.2.0 "
21
21
}
22
22
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 4.2.0] ( https://github.com/Financial-Times/dotcom-reliability-kit/compare/log-error-v4.1.5...log-error-v4.2.0 ) (2024-07-11)
4
+
5
+
6
+ ### Features
7
+
8
+ * add a logUserErrorsAsWarnings option ([ 8c7541a] ( https://github.com/Financial-Times/dotcom-reliability-kit/commit/8c7541aa0952323e5755e4e2e46466bd2bf95c58 ) )
9
+
3
10
## [ 4.1.5] ( https://github.com/Financial-Times/dotcom-reliability-kit/compare/log-error-v4.1.4...log-error-v4.1.5 ) (2024-07-02)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dotcom-reliability-kit/log-error" ,
3
- "version" : " 4.1.5 " ,
3
+ "version" : " 4.2.0 " ,
4
4
"description" : " A method to consistently log error object with optional request information" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 4.2.0] ( https://github.com/Financial-Times/dotcom-reliability-kit/compare/middleware-log-errors-v4.1.5...middleware-log-errors-v4.2.0 ) (2024-07-11)
4
+
5
+
6
+ ### Features
7
+
8
+ * add a logUserErrorsAsWarnings option ([ 8c7541a] ( https://github.com/Financial-Times/dotcom-reliability-kit/commit/8c7541aa0952323e5755e4e2e46466bd2bf95c58 ) )
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @dotcom-reliability-kit/log-error bumped from ^4.1.5 to ^4.2.0
16
+
3
17
## [ 4.1.5] ( https://github.com/Financial-Times/dotcom-reliability-kit/compare/middleware-log-errors-v4.1.4...middleware-log-errors-v4.1.5 ) (2024-07-02)
4
18
5
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dotcom-reliability-kit/middleware-log-errors" ,
3
- "version" : " 4.1.5 " ,
3
+ "version" : " 4.2.0 " ,
4
4
"description" : " Express middleware to consistently log errors" ,
5
5
"repository" : {
6
6
"type" : " git" ,
17
17
"main" : " lib/index.js" ,
18
18
"types" : " types/index.d.ts" ,
19
19
"dependencies" : {
20
- "@dotcom-reliability-kit/log-error" : " ^4.1.5 "
20
+ "@dotcom-reliability-kit/log-error" : " ^4.2.0 "
21
21
},
22
22
"devDependencies" : {
23
23
"@financial-times/n-express" : " ^31.8.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 5.1.6] ( https://github.com/Financial-Times/dotcom-reliability-kit/compare/middleware-render-error-info-v5.1.5...middleware-render-error-info-v5.1.6 ) (2024-07-11)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @dotcom-reliability-kit/log-error bumped from ^4.1.5 to ^4.2.0
11
+
3
12
## [ 5.1.5] ( https://github.com/Financial-Times/dotcom-reliability-kit/compare/middleware-render-error-info-v5.1.4...middleware-render-error-info-v5.1.5 ) (2024-07-02)
4
13
5
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dotcom-reliability-kit/middleware-render-error-info" ,
3
- "version" : " 5.1.5 " ,
3
+ "version" : " 5.1.6 " ,
4
4
"description" : " Express middleware to render error information in a way that makes local debugging easier and production error rendering more consistent." ,
5
5
"repository" : {
6
6
"type" : " git" ,
18
18
"types" : " types/index.d.ts" ,
19
19
"dependencies" : {
20
20
"@dotcom-reliability-kit/app-info" : " ^3.3.0" ,
21
- "@dotcom-reliability-kit/log-error" : " ^4.1.5 " ,
21
+ "@dotcom-reliability-kit/log-error" : " ^4.2.0 " ,
22
22
"@dotcom-reliability-kit/serialize-error" : " ^3.2.0" ,
23
23
"entities" : " ^5.0.0"
24
24
},
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.0.5] ( https://github.com/Financial-Times/dotcom-reliability-kit/compare/opentelemetry-v2.0.4...opentelemetry-v2.0.5 ) (2024-07-11)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * disable the pino instrumentation ([ 7daaa7b] ( https://github.com/Financial-Times/dotcom-reliability-kit/commit/7daaa7b22fb1f90925d0fad0baa1baf4ebda6e1f ) )
9
+ * manually pass a meterprovider to host metrics ([ 63c8216] ( https://github.com/Financial-Times/dotcom-reliability-kit/commit/63c8216f6c26a747246062bae2ec859181f459f8 ) )
10
+ * wrap the Reliability Kit logger ([ 28640ee] ( https://github.com/Financial-Times/dotcom-reliability-kit/commit/28640ee52cc41f5e621d6481f92007d8940110d7 ) )
11
+
12
+
13
+ ### Dependencies
14
+
15
+ * The following workspace dependencies were updated
16
+ * dependencies
17
+ * @dotcom-reliability-kit/log-error bumped from ^4.1.5 to ^4.2.0
18
+
3
19
## [ 2.0.4] ( https://github.com/Financial-Times/dotcom-reliability-kit/compare/opentelemetry-v2.0.3...opentelemetry-v2.0.4 ) (2024-07-08)
4
20
5
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dotcom-reliability-kit/opentelemetry" ,
3
- "version" : " 2.0.4 " ,
3
+ "version" : " 2.0.5 " ,
4
4
"description" : " An OpenTelemetry client that's preconfigured for drop-in use in FT apps." ,
5
5
"repository" : {
6
6
"type" : " git" ,
19
19
"dependencies" : {
20
20
"@dotcom-reliability-kit/app-info" : " ^3.3.0" ,
21
21
"@dotcom-reliability-kit/errors" : " ^3.1.1" ,
22
- "@dotcom-reliability-kit/log-error" : " ^4.1.5 " ,
22
+ "@dotcom-reliability-kit/log-error" : " ^4.2.0 " ,
23
23
"@dotcom-reliability-kit/logger" : " ^3.1.4" ,
24
24
"@opentelemetry/auto-instrumentations-node" : " ^0.48.0" ,
25
25
"@opentelemetry/exporter-metrics-otlp-proto" : " ^0.52.1" ,
You can’t perform that action at this time.
0 commit comments