Skip to content

chore: publish new package versions#4669

Merged
KyleAMathews merged 1 commit into
mainfrom
changeset-release/main
Jul 2, 2026
Merged

chore: publish new package versions#4669
KyleAMathews merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

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

  • Updated dependencies [f0b086f]
    • @electric-sql/client@1.5.23

@electric-sql/react@1.0.52

Patch Changes

  • Updated dependencies [f0b086f]
    • @electric-sql/client@1.5.23

@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, or false to disable), abort with an internal live-request-timeout reason, 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

  • Updated dependencies [f0b086f]
    • @electric-sql/client@1.5.23

expo-db-electric-starter@1.0.24

Patch Changes

  • Updated dependencies [f0b086f]
    • @electric-sql/client@1.5.23

@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

  • 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/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).

@github-actions github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from 88db5ab to 57966f9 Compare July 2, 2026 13:45
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 57966f9 to 91c0a55 Compare July 2, 2026 15:11
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

Electric Agents Desktop Builds

Build artifacts for commit 91c0a55.

Platform Status Artifact
macOS Apple Silicon Passed DMG
macOS Intel Passed DMG
Windows x64 Passed Installer
Linux x64 Passed AppImage / deb

Workflow run

@pkg-pr-new

pkg-pr-new Bot commented Jul 2, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@electric-sql/react@4669
npm i https://pkg.pr.new/@electric-sql/client@4669
npm i https://pkg.pr.new/@electric-sql/y-electric@4669

commit: 91c0a55

@codecov

codecov Bot commented Jul 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.61%. Comparing base (f0b086f) to head (91c0a55).
✅ All tests successful. No failed tests found.

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     
Flag Coverage Δ
electric-telemetry 73.49% <ø> (?)
elixir 76.48% <ø> (?)
elixir-client 78.25% <ø> (?)
packages/agents 72.64% <ø> (?)
packages/agents-mcp 77.70% <ø> (?)
packages/agents-mobile 80.67% <ø> (?)
packages/agents-runtime 83.73% <ø> (?)
packages/agents-server 75.38% <ø> (-0.27%) ⬇️
packages/agents-server-ui 8.32% <ø> (?)
packages/electric-ax 51.06% <ø> (ø)
packages/experimental 87.73% <ø> (ø)
packages/react-hooks 86.48% <ø> (ø)
packages/start 82.83% <ø> (?)
packages/typescript-client 91.86% <ø> (ø)
packages/y-electric 56.05% <ø> (ø)
typescript 60.00% <ø> (-13.71%) ⬇️
unit-tests 60.61% <ø> (-13.09%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

Electric Agents Mobile Build

Local mobile checks ran for commit 91c0a55.

The EAS Android preview build was skipped because the mobile-eas-build label is not present.
Add the mobile-eas-build label to this PR to produce an installable preview build.

Workflow run

@KyleAMathews KyleAMathews merged commit ec98959 into main Jul 2, 2026
84 of 85 checks passed
@KyleAMathews KyleAMathews deleted the changeset-release/main branch July 2, 2026 15:26
@KyleAMathews KyleAMathews deployed to Pull request July 2, 2026 15:26 — with GitHub Actions Active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant