You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.