github electric-sql/electric @electric-sql/client@1.5.28

latest releases: @electric-sql/y-electric@0.1.54, @electric-sql/experimental@6.0.28
2 hours ago

Patch Changes

  • ff9d221: Stop ExpiredShapesCache.getExpiredHandle writing the whole cache to
    localStorage on every read. The LRU touch it performs runs while building the
    URL of every shape request, so in live mode it persisted the entire cache once
    per poll for as long as the app stayed open. lastUsed is now updated in memory
    only; it is read from memory when markExpired picks an eviction candidate, so
    the sole effect is that eviction order can be staler after a reload.

Don't miss a new electric release

NewReleases is sending notifications on new releases.