govCMS / GovCMS8

Current stable release of the main GovCMS8 distribution.
GNU General Public License v2.0
60 stars 58 forks source link

[GOVCMSD8-495] update memcache 8.x-2.2 #526

Open suhyeonh opened 4 years ago

suhyeonh commented 4 years ago

memcache 8.x-2.2

Release notes

This is an iterative release for memcache, with the biggest change adding transaction support and debugging.

All changes since 2.1:

Issue #435694 by Jeremy, markpavlitski, rbayliss, Elijah Lynn, glennpratt, markus_petrux, pdrake, achton, japerry, arantxag, solution33r, wwhurley, rhristov: >1M data writes incompatible with memcached (memcached -I 32M -m32) Issue #2996615 by m4olivei, wim leers, Fabianx: Transaction support for cache (tags) invalidation Minor Coding Standards for the admin settings module. Issue #3002490 by Beakerboy: Drupal\Tests\memcache\Kernel\MemcacheBackendTest fails Issue #3144383 by japerry, joachim: 'htmlspecialchars() expects parameter 1 to be string' warning on Statistics page due to incorrect use of t() Issue #3002505 by Beakerboy, idebr: Implement configuration schema for memcache_admin.settings

memcache 8.x-2.1

Release notes

This is the first stable release of memcache for Drupal 9. It is compatible with both Drupal 8.x and 9.x

Most of the changes are to address deprecations. It should install without needing to run updb or clear cache.

All changes:

Issue #3133565 by ShaunLaws: PHP Notice causing memcache statistics page to fail Issue #3038440 by hctom, Dane Powell, jwilson3: Cache rebuild errors caused by suggested PSR4 include Fix capitalization for the HtmlResponse class. Issue #3042707 by jcnventura, nikolas.tatianenko, jhuhta, Sergiu Stici: Drupal 9 Deprecated Code Report (Messenger)