Commit ed04ee4
authored
chore: publish new package versions (#4659)
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-ax/agents-mobile@0.6.4
### Patch Changes
- b66ebf7: Polish the mobile app for App Store / Play review: declare
the iOS privacy manifest for required-reason APIs (AsyncStorage +
Sentry), drop the unused microphone permission and block legacy Android
storage permissions, add a splash screen, ship an opaque iOS icon and a
monochrome Android adaptive-icon layer, add `expo-system-ui` so
`userInterfaceStyle` applies on Android, wrap the app in a recoverable
error boundary, add a timeout escape hatch to the OAuth callback, and
keep auth diagnostics out of production logs.
## @electric-ax/durable-streams-server-rust@0.1.3
### Patch Changes
- 3c6e2ce: Cut SSE fan-out per-subscriber memory by ~60%. Each live
subscriber used to spawn a producer task and an mpsc channel and keep
the whole connection state machine resident while parked. SSE is now
produced inline (new pull-based `Body::Sse`) and the connection is
handed to a small dedicated streaming task, so an idle subscriber's
resident footprint collapses to roughly a cursor over the shared stream
tail.
Live-tail SSE subscribers are then served from a fixed pool of epoll
reactor threads instead of a parked connection task per subscriber. Each
subscriber becomes a compact slab entry, so per-subscriber resident
memory drops from ~7 KiB to ~0.6 KiB and stops scaling with the number
of active connections. Linux only; other platforms keep the existing
path.
## @core/electric-telemetry@0.3.1
### Patch Changes
- 044a8d5: Fix `process_type` parsing for request processes that have a
request id that is not the standard 20 bytes.
## @core/sync-service@1.7.5
### Patch Changes
- 86bb70f: Fix a race condition in the PublicationManager relation
tracker restart test that caused intermittent failures.
- f245417: Test-only: make the StackSupervisor telemetry test
synchronous to avoid serve_shape counter contamination from concurrently
running tests. No runtime changes.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 3c6e2ce commit ed04ee4
13 files changed
Lines changed: 31 additions & 31 deletions
File tree
- .changeset
- packages
- agents-mobile
- durable-streams-rust
- electric-telemetry
- sync-service
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
3 | 11 | | |
4 | 12 | | |
5 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
0 commit comments