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.