Skip to content

v1.0.0

Compare
Choose a tag to compare
@creativecreature creativecreature released this 09 Jun 11:15
· 21 commits to main since this release
c507c9b

What's Changed

This version adds support for synchronizing the in-memory cache with a distributed storage. I also looked over the API and decided to change some of the naming based on feedback I've received:

  • WithBackgroundRefreshes => WithEarlyRefreshes
  • GetFetch => GetOrFetch
  • GetFetchBatch => GetOrFetchBatch
  • WithRefreshBuffering => WithRefreshCoalescing

Full Changelog: v0.4.4...v1.0.0