Skip to content

Commit 9633a1e

Browse files
Version Packages (#894)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8a03647 commit 9633a1e

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/ninety-buckets-sing.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/pglite-socket/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @electric-sql/pglite-socket
22

3+
## 0.0.21
4+
5+
### Patch Changes
6+
7+
- 8a03647: Fix: Message buffering, connection handling, and concurrent connection support;
8+
39
## 0.0.20
410

511
### Patch Changes

packages/pglite-socket/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@electric-sql/pglite-socket",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"description": "A socket implementation for PGlite enabling remote connections",
55
"author": "Electric DB Limited",
66
"homepage": "https://pglite.dev",
@@ -9,7 +9,7 @@
99
"type": "git",
1010
"url": "git+https://github.com/electric-sql/pglite",
1111
"directory": "packages/pglite-socket"
12-
},
12+
},
1313
"keywords": [
1414
"postgres",
1515
"sql",

0 commit comments

Comments
 (0)