Release 2.12.2

This release contains bug fixes since the 2.12.1 release.
We recommend that you upgrade at the next available opportunity.

**Bugfixes**
* #6155 Align gapfill bucket generation with time_bucket
* #6181 Ensure fixed_schedule field is populated
* #6210 Fix EXPLAIN ANALYZE for compressed DML
This commit is contained in:
Sven Klemm 2023-10-19 11:04:19 +02:00 committed by Sven Klemm
parent 65ecda93e6
commit 21a3ebd77c
6 changed files with 13 additions and 4 deletions

View File

@ -1 +0,0 @@
Fixes: #6155 Align gapfill bucket generation with time_bucket

View File

@ -1 +0,0 @@
Fixes: #6210 Fix EXPLAIN ANALYZE for compressed DML

View File

@ -4,6 +4,16 @@
`psql` with the `-X` flag to prevent any `.psqlrc` commands from `psql` with the `-X` flag to prevent any `.psqlrc` commands from
accidentally triggering the load of a previous DB version.** accidentally triggering the load of a previous DB version.**
## 2.12.2 (2023-10-19)
This release contains bug fixes since the 2.12.1 release.
We recommend that you upgrade at the next available opportunity.
**Bugfixes**
* #6155 Align gapfill bucket generation with time_bucket
* #6181 Ensure fixed_schedule field is populated
* #6210 Fix EXPLAIN ANALYZE for compressed DML
## 2.12.1 (2023-10-12) ## 2.12.1 (2023-10-12)
This release contains bug fixes since the 2.12.0 release. This release contains bug fixes since the 2.12.0 release.

View File

@ -39,7 +39,8 @@ set(MOD_FILES
updates/2.11.0--2.11.1.sql updates/2.11.0--2.11.1.sql
updates/2.11.1--2.11.2.sql updates/2.11.1--2.11.2.sql
updates/2.11.2--2.12.0.sql updates/2.11.2--2.12.0.sql
updates/2.12.0--2.12.1.sql) updates/2.12.0--2.12.1.sql
updates/2.12.1--2.12.2.sql)
# The downgrade file to generate a downgrade script for the current version, as # The downgrade file to generate a downgrade script for the current version, as
# specified in version.config # specified in version.config

View File

View File

@ -1,3 +1,3 @@
version = 2.13.0-dev version = 2.13.0-dev
update_from_version = 2.12.1 update_from_version = 2.12.2
downgrade_to_version = 2.12.1 downgrade_to_version = 2.12.1