Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #795

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"packages/log-error": "3.1.3",
"packages/logger": "2.3.0",
"packages/middleware-log-errors": "3.0.5",
"packages/middleware-render-error-info": "3.1.0",
"packages/middleware-render-error-info": "4.0.0",
"packages/serialize-error": "2.2.0",
"packages/serialize-request": "2.2.1"
}
17 changes: 17 additions & 0 deletions packages/middleware-render-error-info/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,23 @@
* @dotcom-reliability-kit/app-info bumped from ^2.1.0 to ^2.2.0
* @dotcom-reliability-kit/log-error bumped from ^3.1.1 to ^3.1.2

## [4.0.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/middleware-render-error-info-v3.1.0...middleware-render-error-info-v4.0.0) (2023-11-20)


### ⚠ BREAKING CHANGES

* render stripped back errors in production

### Features

* expose error fingerprints as an HTTP header ([2357f2d](https://github.com/Financial-Times/dotcom-reliability-kit/commit/2357f2d92819b753e58c61532652cca0eced3dea))
* render stripped back errors in production ([d4e1e71](https://github.com/Financial-Times/dotcom-reliability-kit/commit/d4e1e71f7b8f7ff38c0366f24668678589430614))


### Bug Fixes

* stop using deprecated `x-` header prefix ([5de9864](https://github.com/Financial-Times/dotcom-reliability-kit/commit/5de9864e5a3b424653bb638207df2c6be763324e))

## [3.1.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/middleware-render-error-info-v3.0.4...middleware-render-error-info-v3.1.0) (2023-11-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-render-error-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-reliability-kit/middleware-render-error-info",
"version": "3.1.0",
"version": "4.0.0",
"description": "Express middleware to render error information in a way that makes local debugging easier and production error rendering more consistent.",
"repository": {
"type": "git",
Expand Down