Commit b9c67f3
authored
chore: publish new package versions (#4048)
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>1 parent cb2c45e commit b9c67f3
31 files changed
Lines changed: 82 additions & 75 deletions
File tree
- .changeset
- examples/tanstack-db-expo-starter
- packages
- electric-telemetry
- elixir-client
- experimental
- react-hooks
- sync-service
- typescript-client
- y-electric
- website
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments