github-actions
released this
05 Nov 16:29
·
4 commits
to main
since this release
Minor Changes
- 4d872b6: All
Shape
interfaces (ShapeStream
,Shape
,useShape
) now requiretable
as an additional configuration parameter, and the shape API endpoint url only needs to point to/v1/shape
.
Patch Changes
- 61a18bd: - Implement
rows
andcurrentRows
getters onShape
interface for easier data access.- [BREAKING] Rename
valueSync
getter onShape
tocurrentValue
for clarity and consistency. - [BREAKING] Change
subscribe
API onShape
to accept callbacks with signature({ rows: T[], value: Map<string, T> }) => void
- [BREAKING] Rename
- 9bd3673: Clear caches when cached stream is in errored state or is explicitly aborted
- Updated dependencies [61a18bd]
- Updated dependencies [4d872b6]
- Updated dependencies [aed079f]
- Updated dependencies [4d872b6]
- @electric-sql/[email protected]