From 5c32d60970123230d27b37ef8a98158ed87dc83b Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Sun, 24 Nov 2024 08:46:44 +0100 Subject: [PATCH] Prepare release 0.1.0 --- ReleaseNotes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 31ffb62..a24097f 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -4,6 +4,17 @@ This is a minor release of `cc-metric-store`, the metric timeseries cache implementation of ClusterCockpit. For release specific notes visit the [ClusterCockpit Documentation](https://clusterockpit.org/docs/release/). +Notable changes: + +- Cleanup of code and restructuring +- Document REST API with Swagger +- Introduce REST API versioning +- Provide Swagger UI test web-frontend +- Introduce re-sampling of metric data +- Support also ms, ns in line protocol +- Support NATS credentials + + ## Breaking changes None