Skip to content

@tanstack/start-client-core@1.170.20

Choose a tag to compare

@github-actions github-actions released this 09 Aug 09:07
· 3 commits to main since this release
Immutable release. Only release title and notes can be modified.
6f8f534

Patch Changes

  • #8009 c59788c - perf: drop consumed chunks from the client frame decoder buffer with an O(1) head pointer instead of Array.prototype.shift() (O(n)). The previous approach degraded to O(n^2) when a single large frame (e.g. a big RawStream payload) was assembled from many small network reads.

  • Updated dependencies [44a8c3e, 5253e70]:

    • @tanstack/router-core@1.171.20
    • @tanstack/start-storage-context@1.167.22