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

0.12.1

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jun 12:55
· 276 commits to master since this release

This release is a patch release to fix querying issues.

At a high level, this release

  • This is a bug fix release that fixes the tags-based querying issues with boolean types. Instead of converting the values directly to a text representation, a check will be performed first to check if the value is a boolean so that it doesn't get wrapped in quotes.

Requirements

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

Changelog

  • a58f5a4 Do not use quotes when the tag value is bool.