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 d89c028
Showing 1 changed file with 23 additions and 0 deletions.
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

0 comments on commit d89c028

Please sign in to comment.