Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.1.2 #252

Merged
merged 1 commit into from
Apr 1, 2024
Merged

1.1.2 #252

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# CHANGELOG

## 1.1.2

* turn off column cache when building an index, vacuum, and analyze ([#250][])
* fix memory leak when executing vectorized quals ([#242][])
* do not release the chunk group state if there is data ([#245][])
* fix case sensitivity bug in columnar.alter_table_set_access_method ([#237][])
* fix a crash when chunk_group_row_limit is larger than 110000 ([#235][])
* add extensions: wrappers, pgsodium, and supabase_vault (PG >=14) ([#236][])

Thanks to @japinli for multiple bug fixes in this release!

[#250]: https://github.com/hydradatabase/hydra/pull/250
[#242]: https://github.com/hydradatabase/hydra/pull/242
[#245]: https://github.com/hydradatabase/hydra/pull/245
[#237]: https://github.com/hydradatabase/hydra/pull/237
[#235]: https://github.com/hydradatabase/hydra/pull/235
[#236]: https://github.com/hydradatabase/hydra/pull/236

## 1.1.1

* fix uncapped memory growth when importing data via logical replication ([#226][])
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2
Loading