1
0
mirror of https://github.com/timescale/timescaledb.git synced 2025-06-01 18:56:47 +08:00
timescaledb/.unreleased/template.release_notes_header.j2
Fabrízio de Royes Mello e0a21a060b Release 2.15.1
This release contains bug fixes since the 2.15.0 release.
We recommend that you upgrade at the next available opportunity.

**Bugfixes**
*  Segmentation fault when backfilling data with COPY into a compressed chunk
*  Before update trigger not working correctly
*  Fix gapfill with timezone behaviour around dst switches
*  Fix dropped chunk metadata removal in update script
*  Fix `pg_upgrade` failure by removing `regprocedure` from catalog table
*  Fix segfault in UNION queries with ordering on compressed chunks

**Thanks**
* @DiAifU, @kiddhombre and @intermittentnrg for reporting issues with gapfill and daylight saving time
* @edgarzamora for reporting issue with update triggers
* @hongquan for reporting an issue with the update script
* @iliastsa and @SystemParadox for reporting an issue with COPY into a compressed chunk
2024-05-29 09:03:09 -03:00

17 lines
499 B
Django/Jinja

{#
# Variables:
# release_current = the release version that has being builded
# release_previous = previous release version
# release_date = date of the release in format YYYY-MM-DD
#}
## {{ release_current }} ({{ release_date }})
This release contains performance improvements and bug fixes since
the {{ release_previous }} release. Best practice is to upgrade at the next
available opportunity.
In addition, it includes these noteworthy features:
* feature 1
* feature 2
* feature N