electric
electric copied to clipboard
chore: publish new package versions (beta)
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.
⚠️⚠️⚠️⚠️⚠️⚠️
main
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit
on main
.
⚠️⚠️⚠️⚠️⚠️⚠️
Releases
@electric-sql/[email protected]
Patch Changes
- Updated dependencies [ade15b9]
- Updated dependencies [ade15b9]
- @electric-sql/[email protected]
@electric-sql/[email protected]
Patch Changes
- ade15b9: Expose
stream
in the useShape result data. This allows React components to easily access the stream to match on. - Updated dependencies [ade15b9]
- Updated dependencies [ade15b9]
- @electric-sql/[email protected]
@electric-sql/[email protected]
Patch Changes
-
ade15b9: Expose
shape.stream
as public readonly property. -
ade15b9: Use "get" instead of "has" for checking searchParams
Not all implementations of JS have the has(name, value) syntax e.g. Expo.
@core/[email protected]
Patch Changes
- 71b8ab2: Add pool behaviour for the Elixir client to allow for per-client persistent connections. Add request timestamp and shape handle to replication stream messages.
- fc1796a: Fix stalled elixir client streams by ensuring that requests are always made, even if calling process dies
- 01c63ae: Fix race condition in elixir client when multiple simultaneous clients are streaming the same shape
@core/[email protected]
Patch Changes
- 218b7d4: fix: truncates no longer cause a stop to an incoming replication stream
- 7caccbf: Return
202
forwaiting
andstarting
health status - accepts requests but will fail to service them.