Skip to content

v1.0.0

Compare
Choose a tag to compare
@nickcampbell18 nickcampbell18 released this 23 Apr 07:49
· 246 commits to main since this release
  • BREAKING When updating the DirectoryCache (either using invalidate: true or when the cache expires), it will no longer retry & sleep, blocking the main thread. Instead, it enqueues a background job to attempt the update (and will re-queue again, if needed, until the job succeeds.