mirror of
https://github.com/timescale/timescaledb.git
synced 2025-06-01 18:56:47 +08:00
This release contains bug fixes since the 2.15.0 release. We recommend that you upgrade at the next available opportunity. **Bugfixes** * #6540 Segmentation fault when backfilling data with COPY into a compressed chunk * #6858 Before update trigger not working correctly * #6908 Fix gapfill with timezone behaviour around dst switches * #6911 Fix dropped chunk metadata removal in update script * #6940 Fix `pg_upgrade` failure by removing `regprocedure` from catalog table * #6957 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
17 lines
499 B
Django/Jinja
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
|