Skip to content

3.1.0

Compare
Choose a tag to compare
@dulnan dulnan released this 13 Aug 15:43
· 52 commits to main since this release
  • Uses setItemRaw for component and route cache to prevent JSON stringify/parse on large strings, which should improve performance
  • New debug option for detailed logging. Setting it to false now only logs error messages (no more info/debug messages)
  • On all caches, when a maxAge is defined for the cache item, it is additionally passed to the TransactionOptions of setItemRaw as the ttl property which is supported by the redis driver