Skip to content

Commit 846b513

Browse files
committed
add latest prs
1 parent 9bd003d commit 846b513

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.unreleased/fix-chunk-permission-checks

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

.unreleased/fix_attach_chunk_attislocal

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

.unreleased/pr_10340

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

.unreleased/pr_10360

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

.unreleased/pr_10379

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@ This release contains performance improvements and bug fixes since the 2.29.0 re
99
**Bugfixes**
1010
* [#10327](https://github.com/timescale/timescaledb/pull/10327) Assertion failure in `add_dimension()` when the hypertable argument is `NULL`
1111
* [#10339](https://github.com/timescale/timescaledb/pull/10339) Fix crash when deleting from a compressed continuous aggregate source
12+
* [#10340](https://github.com/timescale/timescaledb/pull/10340) Validate `max_batches` in `compact_chunk()`
13+
* [#10352](https://github.com/timescale/timescaledb/pull/10352) Reset inherited column and constraint flags on chunks during `attach_chunk()`
14+
* [#10360](https://github.com/timescale/timescaledb/pull/10360) Fix decompressor crashes with malformed compressed data
1215
* [#10369](https://github.com/timescale/timescaledb/pull/10369) Fix typo in error message about `MERGE` support on compressed hypertables
16+
* [#10379](https://github.com/timescale/timescaledb/pull/10379) Read hypertable max time value with an ordered scan
17+
* [#10386](https://github.com/timescale/timescaledb/pull/10386) Add missing permission checks to internal chunk functions
1318

1419
**Thanks**
1520
* @JoongHyuk-Shin for reporting and fixing `NULL` handling in `add_dimension()`
1621
* @igor2x for reporting a typo in a `MERGE` support error message
22+
* @mdisec for reporting issues with compressed data validation during decompression
1723

1824
## 2.29.0 (2026-07-28)
1925

0 commit comments

Comments
 (0)