Commit fbbcad4
authored
chore: publish new package versions (#2834)
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@1.0.5
### Patch Changes
- Updated dependencies [c59000f]
- @electric-sql/client@1.0.5
## @electric-sql/react@1.0.5
### Patch Changes
- Updated dependencies [c59000f]
- @electric-sql/client@1.0.5
## @electric-sql/client@1.0.5
### Patch Changes
- c59000f: Add experimental SSE support.
## @electric-sql/y-electric@0.1.2
### Patch Changes
- Updated dependencies [c59000f]
- @electric-sql/client@1.0.5
## @core/elixir-client@0.6.3
### Patch Changes
- 6ed4a27: Fix mapping of Ecto.ULID columns
- 6ed4a27: Add support for casting array and map fields to the
Ecto.Adapter
## @core/sync-service@1.0.21
### Patch Changes
- 50f3ddc: Add env vars to configure telemetry:
ELECTRIC_TELEMETRY_LONG_GC_THRESHOLD,
ELECTRIC_TELEMETRY_LONG_SCHEDULE_THRESHOLD,
ELECTRIC_TELEMETRY_LONG_MESSAGE_QUEUE_ENABLE_THRESHOLD and
ELECTRIC_TELEMETRY_LONG_MESSAGE_QUEUE_DISABLE_THRESHOLD
- b5a1f99: Improve replication processing performance by replacing
pub/sub mechanism
- 4a6e5b1: Observe errors hit by connections in the DB pool and turn
them into stack events.
- 970431a: Fix evaluation of OR operator in where clauses with null
values - `null OR true` should be `true` and `1 IN (1, NULL)` should be
`true`.
- 7267fe3: Fix issue where replication traffic slows down shape
restoration
- 8bee487: Add additional replication processing telemetry
- cd31539: Return 503 from API on snapshot timeout or connection error
- d857b48: Fix race between loading shape and listening for updates to
it that caused requests to hang for longer than necessary.
- c59000f: Add experimental SSE support.
- 37c5902: feat: allow publication alter debounce to be configurable
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent c260bb7 commit fbbcad4
24 files changed
Lines changed: 55 additions & 67 deletions
File tree
- .changeset
- packages
- elixir-client
- experimental
- react-hooks
- sync-service
- typescript-client
- y-electric
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