Skip to content

Releases: crate/tsperf

v1.2.1

20 May 23:02
Compare
Choose a tag to compare

What's changed

  • Fixed documentation flaw in README

Full Changelog: v1.2.0...v1.2.1

v1.2.0

20 May 22:47
Compare
Choose a tag to compare

What's Changed

  • 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

Full Changelog: v1.1.0...v1.2.0