-
-
Notifications
You must be signed in to change notification settings - Fork 12.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency @electric-sql/pglite to v0.2.17 - autoclosed #5592
Conversation
👍 @renovate[bot] Thank you for raising your pull request and contributing to our Community |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5592 +/- ##
==========================================
+ Coverage 91.86% 97.90% +6.04%
==========================================
Files 684 14 -670
Lines 62196 3630 -58566
Branches 3095 205 -2890
==========================================
- Hits 57137 3554 -53583
+ Misses 5059 76 -4983
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
d7a4c3b
to
45b9134
Compare
TestGru AssignmentSummary
Tip You can |
45b9134
to
78a77f5
Compare
This PR contains the following updates:
0.2.13
->0.2.17
Release Notes
electric-sql/pglite (@electric-sql/pglite)
v0.2.17
Compare Source
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
Compare Source
Patch Changes
c36fd09
: Improvements to parsing results received from pge037883
: Fixed PGliteWorkerOptions typed6b981b
: Fix the return type of the.transaction
method17e7664
: 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 commandd93c1bb
: AddrefreshArrayTypes()
call to re-sync newly created complex array columns, like enumsddd4a68
: Removes postgis extension which leads to a smaller build of the packagef3f1103
: Refactor the protocol message parse code to be simpler and easer to follow67fb2aa
: feat: add support for loading compressed dumps via loadDataDir that are not labeled with mimetypev0.2.15
Compare Source
Patch Changes
fa13714
: Remove a debug console.log from the live query pluginv0.2.14
Compare Source
Patch Changes
6547374
: NewrunExclusive
method on PGlite that allows you to hold an exclusive lock on the database, for use withexecProtocol*
methods6547374
: A newexecProtocolRawSync
method that can execute a postgres wire protocol synchronouslydf5c290
: Make pglite compatible with @jest-environment: node1784d04
: Bump Emscripten to 3.1.72ae36974
: 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 dependenciesConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.