Skip to content

1.2.0

Choose a tag to compare

@laminas-bot laminas-bot released this 08 Aug 14:55
· 108 commits to 3.2.x since this release
1.2.0
d05f33e

Release Notes for 1.2.0

Feature release (minor)

Added

  • Added support for PHP 8.0

Changed

  • The maximum key length of memcached is 250. The storage capabilities provided 255 which will lead to errors when keys up to this length would've been used.
  • The capabilities of this storage now contain dynamic key lengths as whenever the namespace or namespaceSeparator is changed, the maximum key length will change as well as the namespace prefix will reserve some space in the cache key.

1.2.0

  • Total issues resolved: 1
  • Total pull requests resolved: 4
  • Total contributors: 2

Bug

Enhancement