Skip to content

0.3.0

Compare
Choose a tag to compare
@owais owais released this 21 Feb 10:41
· 266 commits to master since this release

New class based loader implementation

  • Potentially Breaking Changes

    This release introduces a new CACHE setting which when set to true makes the loader cache the contents of the stats files in memory. This means if set to True, the server will have to be restarted every time the stats file contents change or it'll keep serving old, cached URLs. CACHE defaults to not DEBUG by default.