mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-14 01:10:37 +08:00
Release 2.16.1
This release contains bug fixes since the 2.16.0 release. We recommend that you upgrade at the next available opportunity. **Bugfixes** * #7182 Fix untier_chunk for hypertables with foreign keys
This commit is contained in:
parent
fdf14d4cc1
commit
90ecc0d58f
@ -1 +0,0 @@
|
||||
Fixes: #7182 Fix untier_chunk for hypertables with foreign keys
|
@ -4,6 +4,14 @@
|
||||
`psql` with the `-X` flag to prevent any `.psqlrc` commands from
|
||||
accidentally triggering the load of a previous DB version.**
|
||||
|
||||
## 2.16.1 (2024-08-06)
|
||||
|
||||
This release contains bug fixes since the 2.16.0 release. We recommend
|
||||
that you upgrade at the next available opportunity.
|
||||
|
||||
**Bugfixes**
|
||||
* #7182 Fix untier_chunk for hypertables with foreign keys
|
||||
|
||||
## 2.16.0 (2024-07-31)
|
||||
|
||||
This release contains significant performance improvements when working with compressed data, extended join
|
||||
|
@ -41,7 +41,8 @@ set(MOD_FILES
|
||||
updates/2.15.0--2.15.1.sql
|
||||
updates/2.15.1--2.15.2.sql
|
||||
updates/2.15.2--2.15.3.sql
|
||||
updates/2.15.3--2.16.0.sql)
|
||||
updates/2.15.3--2.16.0.sql
|
||||
updates/2.16.0--2.16.1.sql)
|
||||
|
||||
# The downgrade file to generate a downgrade script for the current version, as
|
||||
# specified in version.config
|
||||
|
0
sql/updates/2.16.0--2.16.1.sql
Normal file
0
sql/updates/2.16.0--2.16.1.sql
Normal file
@ -1,3 +1,3 @@
|
||||
version = 2.17.0-dev
|
||||
update_from_version = 2.16.0
|
||||
update_from_version = 2.16.1
|
||||
downgrade_to_version = 2.16.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user