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
+5-16Lines changed: 5 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,25 +6,14 @@
6
6
7
7
This release contains performance improvements and bug fixes since the 2.29.0 release. We recommend that you upgrade at the next available opportunity.
8
8
9
-
**Highlighted features in TimescaleDB v2.29.1**
10
-
*
11
-
12
-
**Backward-Incompatible Changes**
13
-
14
-
**Features**
15
-
16
9
**Bugfixes**
17
-
*[#10327](https://github.com/timescale/timescaledb/pull/10327) Assertion failure in add_dimension when the hypertable argument is NULL
18
-
*[#10339](https://github.com/timescale/timescaledb/pull/10339) Fix crash when deleting from compressed cagg source
19
-
*[#10369](https://github.com/timescale/timescaledb/pull/10369) Fix typo in error message about MERGE support on compressed hypertables
20
-
21
-
**New Settings**
22
-
23
-
**GUCs**
10
+
*[#10327](https://github.com/timescale/timescaledb/pull/10327) Assertion failure in `add_dimension()` when the hypertable argument is `NULL`
11
+
*[#10339](https://github.com/timescale/timescaledb/pull/10339) Fix crash when deleting from a compressed continuous aggregate source
12
+
*[#10369](https://github.com/timescale/timescaledb/pull/10369) Fix typo in error message about `MERGE` support on compressed hypertables
24
13
25
14
**Thanks**
26
-
*@JoongHyuk-Shin for reporting and fixing NULL handling in add_dimension
27
-
*@igor2x for reporting a typo in a MERGE support error message
15
+
*@JoongHyuk-Shin for reporting and fixing `NULL` handling in `add_dimension()`
16
+
*@igor2x for reporting a typo in a `MERGE` support error message
0 commit comments