Merged
Conversation
✅ Deploy Preview for electric-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
759cc3c to
278a8ae
Compare
278a8ae to
a5239f0
Compare
kevin-dp
approved these changes
Mar 31, 2026
balegas
pushed a commit
that referenced
this pull request
Mar 31, 2026
This PR was opened by the [Changesets release](https://github.com/changesets/action) 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.14 ### Patch Changes - Updated dependencies [deb7c32] - @electric-sql/client@1.5.14 ## @electric-sql/react@1.0.43 ### Patch Changes - Updated dependencies [deb7c32] - @electric-sql/client@1.5.14 ## @electric-sql/client@1.5.14 ### Patch Changes - deb7c32: Add move-in event support to the TypeScript client. Rename `MoveOutPattern` to `MovePattern` (with a deprecated alias for backwards compatibility), extend `EventMessage` to accept both `move-out` and `move-in` events, and add `active_conditions` field to `ChangeMessage` headers. ## @electric-sql/y-electric@0.1.40 ### Patch Changes - Updated dependencies [deb7c32] - @electric-sql/client@1.5.14 ## expo-db-electric-starter@1.0.15 ### Patch Changes - Updated dependencies [deb7c32] - @electric-sql/client@1.5.14 ## @core/electric-telemetry@0.1.10 ### Patch Changes - 0aa8c00: Extend top processes by memory metric to collect processes until the specified mem usage threshold is covered. `ELECTRIC_TELEMETRY_TOP_PROCESS_COUNT` has been renamed to `ELECTRIC_TELEMETRY_TOP_PROCESS_LIMIT` with a new format: `count:<N>` or `mem_percent:<N>`. The old env var is still accepted as a fallback. - 0aa8c00: Group request handler processes together to see their aggregated memory usage. ## @core/elixir-client@0.9.4 ### Patch Changes - cb2c45e: Include required headers in client mock responses ## @core/sync-service@1.4.16 ### Patch Changes - 6c5068a: Fix stuck flush tracker when storage flush notification arrives mid-transaction in Consumer - 93e5d40: Fix typo in source event name - 64a89a0: Fixed char(n) column values being trimmed of trailing spaces in snapshot and subset queries, causing inconsistency with values from PG replication. - 8919ca3: Reclassify `branch_does_not_exist` error as retryable. PlanetScale returns this error transiently during cluster maintenance, and classifying it as non-retryable caused sources to be permanently shut down requiring manual restart. - d89be52: Improve shutdown times by changing the consumer supervision strategy - 0af96e9: Make in-memory shape db instances isolated - 461576d: Add known errors for pg authorization failures ## @electric-sql/docs@0.0.8 ### Patch Changes - d89be52: Document new ELECTRIC_CONSUMER_PARTITIONS environment variable Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.14
Patch Changes
@electric-sql/react@1.0.43
Patch Changes
@electric-sql/client@1.5.14
Patch Changes
MoveOutPatterntoMovePattern(with a deprecated alias for backwards compatibility), extendEventMessageto accept bothmove-outandmove-inevents, and addactive_conditionsfield toChangeMessageheaders.@electric-sql/y-electric@0.1.40
Patch Changes
expo-db-electric-starter@1.0.15
Patch Changes
@core/electric-telemetry@0.1.10
Patch Changes
0aa8c00: Extend top processes by memory metric to collect processes until the specified mem usage threshold is covered.
ELECTRIC_TELEMETRY_TOP_PROCESS_COUNThas been renamed toELECTRIC_TELEMETRY_TOP_PROCESS_LIMITwith a new format:count:<N>ormem_percent:<N>. The old env var is still accepted as a fallback.0aa8c00: Group request handler processes together to see their aggregated memory usage.
@core/elixir-client@0.9.4
Patch Changes
@core/sync-service@1.4.16
Patch Changes
branch_does_not_existerror as retryable. PlanetScale returns thiserror transiently during cluster maintenance, and classifying it as non-retryable
caused sources to be permanently shut down requiring manual restart.
@electric-sql/docs@0.0.8
Patch Changes