Skip to content

chore: publish new package versions#4048

Merged
kevin-dp merged 1 commit intomainfrom
changeset-release/main
Mar 31, 2026
Merged

chore: publish new package versions#4048
kevin-dp merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Mar 24, 2026

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

  • 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

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 24, 2026

Deploy Preview for electric-next ready!

Name Link
🔨 Latest commit 9fb5a94
🔍 Latest deploy log https://app.netlify.com/projects/electric-next/deploys/69ca379bfc9fba00089049d1
😎 Deploy Preview https://deploy-preview-4048--electric-next.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot force-pushed the changeset-release/main branch 14 times, most recently from 759cc3c to 278a8ae Compare March 30, 2026 12:19
@github-actions github-actions bot force-pushed the changeset-release/main branch from 278a8ae to a5239f0 Compare March 30, 2026 15:28
@kevin-dp kevin-dp merged commit b9c67f3 into main Mar 31, 2026
5 checks passed
@kevin-dp kevin-dp deleted the changeset-release/main branch March 31, 2026 09:12
@kevin-dp kevin-dp deployed to Pull request March 31, 2026 09:12 — with GitHub Actions Active
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>
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