You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,27 @@ This page lists all the latest features and updates to TimescaleDB. When
5
5
you use psql to update your database, use the -X flag and prevent any .psqlrc
6
6
commands from accidentally triggering the load of a previous DB version.**
7
7
8
+
## 2.27.1 (2026-05-19)
9
+
10
+
This release contains performance improvements and bug fixes since the 2.27.0 release. We recommend that you upgrade at the next available opportunity.
11
+
12
+
**Highlighted features in TimescaleDB v2.27.1**
13
+
*
14
+
15
+
**Backward-Incompatible Changes**
16
+
17
+
**Features**
18
+
19
+
**Bugfixes**
20
+
*[#9828](https://github.com/timescale/timescaledb/pull/9828) Skip columnar index scan when grouping by an expression
21
+
*[#9830](https://github.com/timescale/timescaledb/pull/9830) Skip ColumnarIndexScan for GROUPING SETS / ROLLUP / CUBE
22
+
23
+
**New Settings**
24
+
25
+
**GUCs**
26
+
27
+
**Thanks**
28
+
8
29
## 2.27.0 (2026-05-12)
9
30
10
31
This release contains performance improvements and bug fixes since the 2.26.4 release. We recommend that you upgrade at the next available opportunity.
0 commit comments