timescale / timescaledb

An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
https://www.timescale.com/
Other
16.82k stars 852 forks source link

Release 2.15.2 #7013

Closed fabriziomello closed 3 weeks ago

fabriziomello commented 3 weeks ago

This release contains performance bug fixes since the 2.15.1 release. Best practice is to upgrade at the next available opportunity.

Migrating from self-hosted TimescaleDB v2.14.x and earlier

After you run ALTER EXTENSION, you must run this SQL script. For more details, see the following pull request #6797.

If you are migrating from TimescaleDB v2.15.0 or v2.15.1, no changes are required.

Bugfixes

Thanks

Disable-check: force-changelog-file

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.70%. Comparing base (59f50f2) to head (02a31ac). Report is 206 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7013 +/- ## ========================================== + Coverage 80.06% 81.70% +1.63% ========================================== Files 190 199 +9 Lines 37181 37019 -162 Branches 9450 9675 +225 ========================================== + Hits 29770 30246 +476 + Misses 2997 2875 -122 + Partials 4414 3898 -516 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.