Skip to content

Version 0.2.2

Choose a tag to compare

@danielbachhuber danielbachhuber released this 15 Sep 00:13
  • Updates LCache to v0.3.1, which has L2 cache guard against returning failed unserializations.
  • Sets STRICT_ALL_TABLES on the database handler to fail and give warnings if there are issues with database inserts.
  • Bug fix: Uses LONGBLOB column type for lcache_event value column. Previously, the value column was BLOB which meant that long cache values (e.g. alloptions) could be unexpectedly truncated.