Skip to content

Commit 6dd4a51

Browse files
tammam-gjoehan
andauthored
MVP working transaction fix (#8750)
* MVP working transaction fix * update pglite version to 0.3.3 * Remove extended query patching hack * Automatically migrate pg16 to pg17 (#8755) * Automaticly migrate pg16 to pg17 * Formatting and cleanup --------- Co-authored-by: Joe Hanley <joehanley@google.com> * CHANGELOG * Versioned sub directories --------- Co-authored-by: Joe Hanley <joehanley@google.com>
1 parent 5a11943 commit 6dd4a51

File tree

5 files changed

+187
-102
lines changed

5 files changed

+187
-102
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Updated the Data Connect emulator to use pglite 0.3.x and Postgres 17, which fixes some crashes related to wire protocol inconsistencies. (#8679, #8658)

npm-shrinkwrap.json

Lines changed: 36 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@
100100
]
101101
},
102102
"dependencies": {
103-
"@electric-sql/pglite": "^0.2.17",
103+
"@electric-sql/pglite": "^0.3.3",
104+
"@electric-sql/pglite-tools": "^0.2.8",
104105
"@google-cloud/cloud-sql-connector": "^1.3.3",
105106
"@google-cloud/pubsub": "^4.5.0",
106107
"@inquirer/prompts": "^7.4.0",
@@ -150,6 +151,7 @@
150151
"p-limit": "^3.0.1",
151152
"pg": "^8.11.3",
152153
"pg-gateway": "^0.3.0-beta.4",
154+
"pglite-2": "npm:@electric-sql/pglite@0.2.17",
153155
"portfinder": "^1.0.32",
154156
"progress": "^2.0.3",
155157
"proxy-agent": "^6.3.0",

0 commit comments

Comments
 (0)