Skip to content

v0.9.16

Compare
Choose a tag to compare
@wrabit wrabit released this 10 Jul 19:53
· 372 commits to main since this release

What's Changed

Cotton components are now cached whilst in production / DEBUG = False.

  • The cache type is LRU with a record count of 1024 which will be cleared on app restart
  • Future refinement needed to optimise the responsibility of caching in the loader
  • Planned improvement of hybrid caching during development

Full Changelog: v0.9.15...v0.9.16