Skip to content

Commit

Permalink
Release 2.12.2
Browse files Browse the repository at this point in the history
This release contains bug fixes since the 2.12.1 release.
We recommend that you upgrade at the next available opportunity.

**Bugfixes**
* timescale#6155 Align gapfill bucket generation with time_bucket
* timescale#6181 Ensure fixed_schedule field is populated
* timescale#6210 Fix EXPLAIN ANALYZE for compressed DML
  • Loading branch information
svenklemm authored and jnidzwetzki committed Nov 19, 2023
1 parent b63e93d commit 1350017
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
1 change: 0 additions & 1 deletion .unreleased/PR_6155

This file was deleted.

1 change: 0 additions & 1 deletion .unreleased/pr_6210

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,16 @@
`psql` with the `-X` flag to prevent any `.psqlrc` commands from
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)

This release contains bug fixes since the 2.12.0 release.
Expand Down
3 changes: 2 additions & 1 deletion sql/CMakeLists.txt
Expand Up @@ -39,7 +39,8 @@ set(MOD_FILES
updates/2.11.0--2.11.1.sql
updates/2.11.1--2.11.2.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
# specified in version.config
Expand Down
Empty file added sql/updates/2.12.1--2.12.2.sql
Empty file.
2 changes: 1 addition & 1 deletion version.config
@@ -1,3 +1,3 @@
version = 2.13.0-dev
update_from_version = 2.12.1
update_from_version = 2.12.2
downgrade_to_version = 2.12.1

0 comments on commit 1350017

Please sign in to comment.