Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed May 20, 2024
1 parent 17ab7a3 commit 984e0de
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools

__version__ = "1.1.0"
__version__ = "1.2.0"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit 984e0de

Please sign in to comment.