Skip to content

Version 2.5.0

Compare
Choose a tag to compare
@TeKrop TeKrop released this 23 Jan 17:46
· 177 commits to main since this release
be707a0

Changelog

PR : #9

  • Refactored Cache System to reduce complexity and improve memory usage :
    • Parser Cache is now compressed and is the only cache refreshed in background.
    • API Cache is now only generated on-demand (API call) and not refreshed in background. When expired, the next call will use the refreshed Parser Cache to generate a new API Cache.
  • Updated dependencies
  • Fixed various minor issues