Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wuputah authored Jan 26, 2024
1 parent ab99dfc commit dd0ef07
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
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

0 comments on commit dd0ef07

Please sign in to comment.