Skip to content

v0.43.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Mar 05:18
  • Add integration for Crunchy Bridge provider
  • Check citus.shard_replication_factor before querying citus_table_size
    • This fixes support for citus.shard_replication_factor > 1
  • Filter out vacuum records we cannot match to a table name
    • This can occur when a manual vacuum is run in a database other than the
      primary database that is being monitored, previously leading to
      processing errors in the backend
  • Docker image: Add tzdata package
    • This is required to allow timezone parsing during log line handling