Skip to content

Commit 3cdf836

Browse files
authored
1.1.2
1 parent 0c6d442 commit 3cdf836

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# CHANGELOG
22

3+
## 1.1.2
4+
5+
* turn off column cache when building an index, vacuum, and analyze ([#250][])
6+
* fix memory leak when executing vectorized quals ([#242][])
7+
* do not release the chunk group state if there is data ([#245][])
8+
* fix case sensitivity bug in columnar.alter_table_set_access_method ([#237][])
9+
* fix a crash when chunk_group_row_limit is larger than 110000 ([#235][])
10+
* add extensions: wrappers, pgsodium, and supabase_vault (PG >=14) ([#236][])
11+
12+
Thanks to @japinli for multiple bug fixes in this release!
13+
14+
[#250]: https://github.com/hydradatabase/hydra/pull/250
15+
[#242]: https://github.com/hydradatabase/hydra/pull/242
16+
[#245]: https://github.com/hydradatabase/hydra/pull/245
17+
[#237]: https://github.com/hydradatabase/hydra/pull/237
18+
[#235]: https://github.com/hydradatabase/hydra/pull/235
19+
[#236]: https://github.com/hydradatabase/hydra/pull/236
20+
321
## 1.1.1
422

523
* fix uncapped memory growth when importing data via logical replication ([#226][])

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.1.2

0 commit comments

Comments
 (0)