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

0.5.1

Compare
Choose a tag to compare
@JamesGuthrie JamesGuthrie released this 09 Jun 16:18
· 171 commits to master since this release

Note: If you were using promscale 0.10.0, do not upgrade directly to Promscale 0.11.0 with extension version 0.5.1. Instead install the extension version 0.5.0, upgrade to Promscale 0.11.0, and then upgrade the extension to 0.5.1.

This release is a minor release which brings a few performance and stability improvements.

The following is an overview of the relevant user-facing changes in this release:

Added

  • Added public API to get metric retention period [#331]

Changed

  • Stop all background workers for the duration of the upgrade [#290]

Fixed

  • Use TEXT instead of NAME for function args [#310]
  • Fix storage type for tag_map and tag_v types [#314]
  • Drop old versions of func/proc where signature changed [#323]
  • Remove some code paths for deprecated versions [#326]
  • Fix upgrade path from 0.5.0 to 0.5.1 [#347]