chore: publish new package versions#4669
Merged
Merged
Conversation
88db5ab to
57966f9
Compare
57966f9 to
91c0a55
Compare
KyleAMathews
approved these changes
Jul 2, 2026
Contributor
Author
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4669 +/- ##
===========================================
- Coverage 73.70% 60.61% -13.09%
===========================================
Files 86 436 +350
Lines 10085 45460 +35375
Branches 3103 12587 +9484
===========================================
+ Hits 7433 27557 +20124
- Misses 2595 17822 +15227
- Partials 57 81 +24
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
Author
Electric Agents Mobile BuildLocal mobile checks ran for commit The EAS Android preview build was skipped because the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@electric-sql/experimental@6.0.23
Patch Changes
@electric-sql/react@1.0.52
Patch Changes
@electric-sql/client@1.5.23
Patch Changes
f0b086f: Add a request watchdog so ShapeStream can recover when mobile fetch implementations hang across app lifecycle or network transitions. Live long-poll requests and refresh catch-up requests now time out after
liveRequestTimeoutMs(default 45s, orfalseto disable), abort with an internallive-request-timeoutreason, and restart the request loop even if the platform fetch promise never settles.Also make retry backoff abort-aware at sleep entry, keep wake-triggered refreshes in non-live catch-up mode until the next request-loop tick completes, and auto-detect React Native AppState when available so mobile apps pause Electric requests while backgrounded and resume catch-up after foregrounding. A runtime visibility adapter hook remains available for other non-browser runtimes.
@electric-sql/y-electric@0.1.49
Patch Changes
expo-db-electric-starter@1.0.24
Patch Changes
@core/electric-telemetry@0.3.2
Patch Changes
1b611ca: Reduce SystemMonitor heap growth by avoiding full process dictionary, memory, and binary metadata when classifying monitor events, and periodically garbage collect the monitor process.
b8be884: Reduce memory retained by live shape requests while they wait for changes.
Remove a dead SystemMonitor timer branch that fails warnings-as-errors on Elixir 1.20.
841b51a: Upgrade Erlang to 29.0.2, Elixir to 1.20.2 and fix new compilation warnings (unused requires, bitstring pin operators, built-in type conflict, dead code).
@core/elixir-client@0.10.3
Patch Changes
@core/sync-service@1.7.6
Patch Changes
c2ae8bd: Fix shapes processing duplicate operations after a server restart.
b8be884: Reduce memory retained by live shape requests while they wait for changes.
Remove a dead SystemMonitor timer branch that fails warnings-as-errors on Elixir 1.20.
841b51a: Upgrade Erlang to 29.0.2, Elixir to 1.20.2 and fix new compilation warnings (unused requires, bitstring pin operators, built-in type conflict, dead code).