From d89c0281d04c49da4a6b57ba687c96c01317937c Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 21 May 2024 00:41:12 +0200 Subject: [PATCH] Release v1.2.0 --- CHANGES.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4396a8a..a2f678d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,5 +2,28 @@ ## Unreleased +## 2024/05/19 1.2.0 +- Refactored modules +- Naming things +- Improved logging +- Improved exception handling +- Added progress bar for long-running operations +- Disabled Prometheus metrics export by default +- Provided default port per database +- Included schema files into Python package +- Improved database adapter subsystem +- Fixed database adapter lifecycle +- Adjusted default concurrency settings +- Unlocked database adapters MongoDB, MSSQL, PostgreSQL, TimescaleDB, and Timestream +- Added `humidity` to `environment.json` schema +- Fixed connection to MongoDB Atlas +- Improved data lifecycle: Drop table before recreating it with different parameters +- Relocated OCI image to `ghcr.io/crate/tsperf` +- Fixed InfluxDB adapter: Forward organization name to InfluxDB driver +- Updated dependencies +- Improved documentation +- Published documentation: https://tsperf.readthedocs.io/ +- CI: Improved OCI image building by staging images to GHCR, using GHA + ## 2021/05/17 1.1.0 - Refactoring