Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 13:43

Requirements

  • PostgreSQL: 12.x, 13.x, 14.x.
  • TimescaleDB: >= 2.6.1 single-node (multi-node is not supported in this release)
  • Promscale Connector: 0.15.0

Added

  • Added _ps_catalog.chunks_to_vacuum_freeze to identify compressed chunks
    containing tuples not yet frozen [#503] and [#509]
  • Added three functions used for coordinating the vacuum engine
    _prom_catalog.get_advisory_lock_id_vacuum_engine,
    _prom_catalog.lock_for_vacuum_engine, and
    _prom_catalog.unlock_for_vacuum_engine() [#511]
  • Added ability for database owners to override security checks in script migrating from Promscale < 0.10.0 [#524]

Fixed

  • Correctly remove all expired series [#521]
  • Fix migration when a metric is not compressed [#505]

Changed

  • The timescaledb extension is now a mandatory prerequisite [#515].
  • Reuse ingestion temp tables across batches [#526]
  • Drop non empty span name check constraint from _ps_trace.operation table [#520]