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.1 #231

Merged
merged 1 commit into from
Jan 26, 2024
Merged

1.1.1 #231

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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## 1.1.1

* fix uncapped memory growth when importing data via logical replication ([#226][])
* fix handling of large data columns (e.g. text or json) causing overflow of 1GB
chunk size ([#220][])
* restrict the maximum singular datum size to 256MB to ensure that the maximum
datum size of 1GB is not exceeded in columnar metadata ([#222][])
* do not insert vectorization node into the plan if columnar scan isn't being used
([#228][])

[#226]: https://github.com/hydradatabase/hydra/pull/226
[#220]: https://github.com/hydradatabase/hydra/pull/220
[#222]: https://github.com/hydradatabase/hydra/pull/222
[#228]: https://github.com/hydradatabase/hydra/pull/228

## 1.1.0

* added support for upserts and other `ON CONFLICT` clauses for `INSERT`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1
Loading