This repository was archived by the owner on Apr 2, 2024. It is now read-only.
0.6.0
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.14.0
Added
- Added
prom_api.get_default_chunk_interval()
andprom_api.get_metric_chunk_interval(TEXT)
[#464]. - Added
_ps_trace.text_matches()
and_ps_trace.tag_v_text_eq_matching_tags()
[#461]
Fixed
- Don't fail metric deletion if some tables or views are missing [#460]
- Incorrect type coercion when using
tag_map
with=
operator [#462] - During upgrade from 0.3.x only alter relations which actually exist [#474]
Changed
ps_trace.delete_all_traces()
can only be executed when no Promscale connectors are running [#437].