Skip to content

Commit 558291f

Browse files
Release 2.28.2
## 2.28.2 (2026-06-30) This release contains bug fixes since the 2.28.1 release. We recommend that you upgrade at the next available opportunity. **Bugfixes** * [#10126](#10126) Fix `bgw_job_stat_history` migration for 2.28.1 * [#10133](#10133) Fix `chunk_constraint` migration * [#10137](#10137) Fix column ordering on `first`/`last`-based sparse indexes * [#10164](#10164) Automatically drop incompatible smallint bloom filters when upgrading instead of stopping the upgrade **Thanks** * @juantxorena for reporting an issue with update script for 2.28.1 * @rusha1333 for reporting an issue when upgrading to 2.28.1
1 parent 0c5e110 commit 558291f

5 files changed

Lines changed: 14 additions & 6 deletions

File tree

.unreleased/bloom-int2

Lines changed: 0 additions & 1 deletion
This file was deleted.

.unreleased/pr_10126

Lines changed: 0 additions & 2 deletions
This file was deleted.

.unreleased/pr_10133

Lines changed: 0 additions & 2 deletions
This file was deleted.

.unreleased/pr_10137

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
**Please note: When updating your database, you should connect using `psql` with the `-X` flag to prevent any `.psqlrc` commands from accidentally triggering the load of a previous TimescaleDB version.**
44

5+
## 2.28.2 (2026-06-30)
6+
7+
This release contains bug fixes since the 2.28.1 release. We recommend that you upgrade at the next available opportunity.
8+
9+
**Bugfixes**
10+
* [#10126](https://github.com/timescale/timescaledb/pull/10126) Fix `bgw_job_stat_history` migration for 2.28.1
11+
* [#10133](https://github.com/timescale/timescaledb/pull/10133) Fix `chunk_constraint` migration
12+
* [#10137](https://github.com/timescale/timescaledb/pull/10137) Fix column ordering on `first`/`last`-based sparse indexes
13+
* [#10164](https://github.com/timescale/timescaledb/pull/10164) Automatically drop incompatible smallint bloom filters when upgrading instead of stopping the upgrade
14+
15+
**Thanks**
16+
* @juantxorena for reporting an issue with update script for 2.28.1
17+
* @rusha1333 for reporting an issue when upgrading to 2.28.1
18+
519
## 2.28.1 (2026-06-23)
620

721
This release contains performance improvements and bug fixes since the 2.28.0 release. We recommend that you upgrade at the next available opportunity.

0 commit comments

Comments
 (0)