lobe-chat
lobe-chat copied to clipboard
Update dependency @electric-sql/pglite to v0.2.17
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@electric-sql/pglite (source) | 0.2.13 -> 0.2.17 |
Release Notes
electric-sql/pglite (@​electric-sql/pglite)
v0.2.17
Patch Changes
-
6bdd74e
: listen and unlisten case sensitivity behaviour aligned to default PostgreSQL behaviour' -
f94d591
: added clone() method to pglite API. clones an instance such that it can be reused (for example running tests on existing data without readding all data)
v0.2.16
Patch Changes
-
c36fd09
: Improvements to parsing results received from pg -
e037883
: Fixed PGliteWorkerOptions type -
d6b981b
: Fix the return type of the.transaction
method -
17e7664
: Export the base filesystem to enable creating custom file systems. NOTE: This is a work-in-progress API, it is not stable, and may change significantly in future! -
118ba3e
: Add affectedRows for COPY command -
d93c1bb
: AddrefreshArrayTypes()
call to re-sync newly created complex array columns, like enums -
ddd4a68
: Removes postgis extension which leads to a smaller build of the package -
f3f1103
: Refactor the protocol message parse code to be simpler and easer to follow -
67fb2aa
: feat: add support for loading compressed dumps via loadDataDir that are not labeled with mimetype
v0.2.15
Patch Changes
-
fa13714
: Remove a debug console.log from the live query plugin
v0.2.14
Patch Changes
-
6547374
: NewrunExclusive
method on PGlite that allows you to hold an exclusive lock on the database, for use withexecProtocol*
methods -
6547374
: A newexecProtocolRawSync
method that can execute a postgres wire protocol synchronously -
df5c290
: Make pglite compatible with @​jest-environment: node -
1784d04
: Bump Emscripten to 3.1.72 -
ae36974
: Fix a bug with pipelining prepared statements. -
75f9f6d
: Add aoffset
andlimit
option to live queries, when used it will return the total count for the query along with efficient updating of the offset. This works well with windowed or virtualised scrolling components. -
ce212cf
: Use PG "WITH RECURSIVE" to traverse the live query dependencies
Configuration
📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.