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.83k stars 852 forks source link

Release 2.15.3 #7089

Closed pallavisontakke closed 4 days ago

pallavisontakke commented 5 days ago

This release contains bug fixes since the 2.15.2 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, v2.15.1 or v2.15.2, no changes are required.

Bugfixes

Thanks

Disable-check: commit-count Disable-check: force-changelog-file

codecov[bot] commented 5 days ago

Codecov Report

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

Project coverage is 81.80%. Comparing base (59f50f2) to head (43bdc58). Report is 236 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7089 +/- ## ========================================== + Coverage 80.06% 81.80% +1.73% ========================================== Files 190 200 +10 Lines 37181 37323 +142 Branches 9450 9738 +288 ========================================== + Hits 29770 30531 +761 + Misses 2997 2880 -117 + Partials 4414 3912 -502 ```

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

svenklemm commented 5 days ago

We are missing changelog entry for https://github.com/timescale/timescaledb/pull/7082