Skip to content

Commit c0e3e6c

Browse files
committed
1.1.1
1 parent 281e8e2 commit c0e3e6c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# CHANGELOG
22

3+
## 1.1.1
4+
5+
* fix uncapped memory growth when importing data via logical replication ([#226][])
6+
* fix handling of large data columns (e.g. text or json) causing overflow of 1GB
7+
chunk size ([#220][])
8+
* restrict the maximum singular datum size to 256MB to ensure that the maximum
9+
datum size of 1GB is not exceeded in columnar metadata ([#222][])
10+
* do not insert vectorization node into the plan if columnar scan isn't being used
11+
([#228][])
12+
13+
[#226]: https://github.com/hydradatabase/hydra/pull/226
14+
[#220]: https://github.com/hydradatabase/hydra/pull/220
15+
[#222]: https://github.com/hydradatabase/hydra/pull/222
16+
[#228]: https://github.com/hydradatabase/hydra/pull/228
17+
318
## 1.1.0
419

520
* added support for upserts and other `ON CONFLICT` clauses for `INSERT`

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.1.1

0 commit comments

Comments
 (0)