github timescale/promscale 0.12.1

latest releases: 0.17.0, 0.16.0, 0.15.0...
22 months ago

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.

Don't miss a new promscale release

NewReleases is sending notifications on new releases.