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: src/content/docs/get-started/news/new.mdx
+38-38Lines changed: 38 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,44 +242,6 @@ It is now the default in Tiger Cloud, so check it out.
242
242
<Imagesrc={imgServiceCreationFlowTigerCloud}alt="Step 1 of the updated Tiger Cloud service creation flow, showing compute and region selection with a live cost estimate" />
243
243
</ChangelogEntry>
244
244
245
-
## TimescaleDB v2.27.2 now on Tiger Cloud
246
-
247
-
<ChangelogEntry
248
-
title="TimescaleDB v2.27.2 now on Tiger Cloud"
249
-
date="2026-06-22"
250
-
tags={["bug-fix", "security-fix"]}
251
-
>
252
-
<h2slot="heading"class="changelog-entry__title">TimescaleDB v2.27.2 now on Tiger Cloud</h2>
253
-
254
-
TimescaleDB v2.27.2 is a stability and security patch that supersedes 2.27.1 on Tiger Cloud. Together, 2.27.1 and 2.27.2 close three access-control gaps in the jobs and policy subsystems, fix a correctness bug in grouped aggregation on the columnstore, refine the columnstore query planner, and ship upgrade-compatibility scripts for composite bloom filter metadata. TimescaleDB 2.27.1 was released on May 19, 2026 and 2.27.2 on June 2, 2026; both are delivered to Tiger Cloud as 2.27.2 starting June 22, 2026.
255
-
256
-
### Highlighted fixes in TimescaleDB v2.27.2
257
-
258
-
**Tightened access controls**
259
-
260
-
Three independent fixes in the jobs and policy subsystems close cases where users could observe or act on objects they did not own.
261
-
262
-
-**Hypertable ownership enforced before recompression:** Recompression operations now verify ownership before proceeding. Previously, users could trigger recompression on hypertables they did not own.
263
-
264
-
-**`job_errors` view restricted to owners:** Failed-job visibility is now scoped — only owners see failure rows for their own jobs. Previously, non-owners could read failure information they should not have had access to.
265
-
266
-
-**`policy_reorder_remove` ownership check added:** The policy-management operation now enforces ownership before allowing changes, closing a path that previously leaked policy-existence information to non-owners.
267
-
268
-
**Correctness and planner refinements on the columnstore**
269
-
270
-
-**Correct results for `GROUP BY` columns not in the `SELECT` list:** Queries grouping by a column not included in the `SELECT` list could return incorrect rows or crash when running through vectorized aggregation or `ColumnarIndexScan`. This is now fixed — no SQL change required.
271
-
272
-
-**Safer `ColumnarIndexScan` planning:** The path now correctly bypasses query shapes it can't safely handle — including `GROUPING SETS` / `ROLLUP` / `CUBE`, grouping by expressions, and `WHERE` clauses containing subplans — avoiding inefficient or incorrect plan choices.
273
-
274
-
**Operational fixes**
275
-
276
-
-**Columnstore policy creation no longer blocked by stale refresh-policy check:** Adding a columnstore policy was failing in some workflows due to an unnecessary check on existing refresh policies. The check has been removed.
277
-
278
-
-**Upgrade compatibility:** The upgrade path now cleans up orphaned `compression_settings` rows before migrating the catalog, and ships migration scripts for installations carrying composite bloom filter metadata (complementing the format change in 2.27.0).
279
-
280
-
For complete details, refer to the [TimescaleDB 2.27.1 release notes](https://github.com/timescale/timescaledb/releases/tag/2.27.1) and the [TimescaleDB 2.27.2 release notes](https://github.com/timescale/timescaledb/releases/tag/2.27.2).
281
-
</ChangelogEntry>
282
-
283
245
## Automated chunk tuning is now GA
284
246
285
247
<ChangelogEntry
@@ -318,6 +280,44 @@ See all available regions in [Supported regions](/learn/tiger-cloud/regions).
318
280
319
281
</ChangelogEntry>
320
282
283
+
## TimescaleDB v2.27.2 now on Tiger Cloud
284
+
285
+
<ChangelogEntry
286
+
title="TimescaleDB v2.27.2 now on Tiger Cloud"
287
+
date="2026-06-22"
288
+
tags={["bug-fix", "security-fix"]}
289
+
>
290
+
<h2slot="heading"class="changelog-entry__title">TimescaleDB v2.27.2 now on Tiger Cloud</h2>
291
+
292
+
TimescaleDB v2.27.2 is a stability and security patch that supersedes 2.27.1 on Tiger Cloud. Together, 2.27.1 and 2.27.2 close three access-control gaps in the jobs and policy subsystems, fix a correctness bug in grouped aggregation on the columnstore, refine the columnstore query planner, and ship upgrade-compatibility scripts for composite bloom filter metadata. TimescaleDB 2.27.1 was released on May 19, 2026 and 2.27.2 on June 2, 2026; both are delivered to Tiger Cloud as 2.27.2 starting June 22, 2026.
293
+
294
+
### Highlighted fixes in TimescaleDB v2.27.2
295
+
296
+
**Tightened access controls**
297
+
298
+
Three independent fixes in the jobs and policy subsystems close cases where users could observe or act on objects they did not own.
299
+
300
+
-**Hypertable ownership enforced before recompression:** Recompression operations now verify ownership before proceeding. Previously, users could trigger recompression on hypertables they did not own.
301
+
302
+
-**`job_errors` view restricted to owners:** Failed-job visibility is now scoped — only owners see failure rows for their own jobs. Previously, non-owners could read failure information they should not have had access to.
303
+
304
+
-**`policy_reorder_remove` ownership check added:** The policy-management operation now enforces ownership before allowing changes, closing a path that previously leaked policy-existence information to non-owners.
305
+
306
+
**Correctness and planner refinements on the columnstore**
307
+
308
+
-**Correct results for `GROUP BY` columns not in the `SELECT` list:** Queries grouping by a column not included in the `SELECT` list could return incorrect rows or crash when running through vectorized aggregation or `ColumnarIndexScan`. This is now fixed — no SQL change required.
309
+
310
+
-**Safer `ColumnarIndexScan` planning:** The path now correctly bypasses query shapes it can't safely handle — including `GROUPING SETS` / `ROLLUP` / `CUBE`, grouping by expressions, and `WHERE` clauses containing subplans — avoiding inefficient or incorrect plan choices.
311
+
312
+
**Operational fixes**
313
+
314
+
-**Columnstore policy creation no longer blocked by stale refresh-policy check:** Adding a columnstore policy was failing in some workflows due to an unnecessary check on existing refresh policies. The check has been removed.
315
+
316
+
-**Upgrade compatibility:** The upgrade path now cleans up orphaned `compression_settings` rows before migrating the catalog, and ships migration scripts for installations carrying composite bloom filter metadata (complementing the format change in 2.27.0).
317
+
318
+
For complete details, refer to the [TimescaleDB 2.27.1 release notes](https://github.com/timescale/timescaledb/releases/tag/2.27.1) and the [TimescaleDB 2.27.2 release notes](https://github.com/timescale/timescaledb/releases/tag/2.27.2).
0 commit comments