@financial-times/cp-content-pipeline-schema 2.1.0 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.2.1](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-schema-v2.2.0...cp-content-pipeline-schema-v2.2.1) (2024-02-29)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * revert CPP-1702 fix datasource metrics when requests time out ([02f7aad](https://github.com/Financial-Times/cp-content-pipeline/commit/02f7aad09c42ae0c69d8a57f3b6520bb7e2f7909))
9
+
10
+ ## [2.2.0](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-schema-v2.1.0...cp-content-pipeline-schema-v2.2.0) (2024-02-29)
11
+
12
+
13
+ ### Features
14
+
15
+ * explicitly log a 408 to graphite if request is aborted ([4da9d5a](https://github.com/Financial-Times/cp-content-pipeline/commit/4da9d5a427e36599bed9b1c879366029e395f76e))
16
+
3
17
  ## [2.1.0](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-schema-v2.0.3...cp-content-pipeline-schema-v2.1.0) (2024-02-28)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/cp-content-pipeline-schema",
3
- "version": "2.1.0",
3
+ "version": "2.2.1",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {