Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

4.0.0

Latest
Compare
Choose a tag to compare
@laminas-bot laminas-bot released this 17 Jul 19:35
· 2 commits to 4.1.x since this release
4.0.0
16ebe74

Release Notes for 4.0.0

Release Notes for v4.0

This is the final release of laminas-crypt introducing native types to the codebase and allowing Psr\Container ^1||^2.

Only PHP versions 8.1, 8.2 and 8.3 are now supported

Breaking Changes

  • Laminas\Crypt\Symmetric\PaddingPluginManager and Laminas\Crypt\SymmetricPluginManager are now final and include native parameter and return types compatible with psr-container 2.0
  • The method Laminas\Crypt\PublicKey\Rsa\PublicKey::getCertificate() has been removed
  • The class Laminas\Crypt\Symmetric\Mcrypt has been removed thereby removing support for the mcrypt extension
  • strict_types has been enabled throughout the codebase
  • All method parameters and return types now use native types - this will break any existing inheritors that lack native types.

4.0.0

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

BC Break,Enhancement