global: final snapshot and fixes before release

This commit is contained in:
nym21
2026-03-22 23:16:52 +01:00
parent 514fdc40ee
commit 514b0513de
34 changed files with 323 additions and 210 deletions

View File

@@ -107,14 +107,6 @@ All errors return structured JSON with a consistent format:
),
..Default::default()
},
Tag {
name: "Metrics".to_string(),
description: Some(
"Deprecated — use Series".to_string(),
),
extensions: [("x-deprecated".to_string(), serde_json::Value::Bool(true))].into(),
..Default::default()
},
Tag {
name: "Blocks".to_string(),
description: Some(
@@ -165,6 +157,14 @@ All errors return structured JSON with a consistent format:
),
..Default::default()
},
Tag {
name: "Metrics".to_string(),
description: Some(
"Deprecated — use Series".to_string(),
),
extensions: [("deprecated".to_string(), serde_json::Value::Bool(true))].into(),
..Default::default()
},
];
OpenApi {
@@ -172,4 +172,4 @@ All errors return structured JSON with a consistent format:
tags,
..OpenApi::default()
}
}
}