Skip to content

v8.14.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 05:52
· 2 commits to main since this release

Changes

Fixes

fix: Remove object from cache (#6257)

fix: Remove object from cache (#6257)

flatpack-json was caching the objects it got for performance. But this created an issue when one of those objects were updated in the background. Since the object was cached, it was assumed that nothing had changed.