We are happy to announce that Phalcon v5.0.0RC1 has been released!!
A long journey is coming to an end! Today have released v5.0.0RC1. The new release enjoys some functionality, bug fixes and more importantly support for PHP 8.1.
Getting support for PHP 8.1 has not been an easy task but thanks to the efforts of @Jeckerson we can now use Phalcon with PHP 8.1.
We already started working to enable Phalcon to compile under PHP 8.2. In the meantime, other than some minor bugs that we might try to fix, our focus is on documentation and getting ready for the stable release!
As always, a huge thank you to our community for testing, reporting bugs, enhancing the framework in any way possible!
The changelog for this release (v5.0.0RC1) is as follows:
Changed
- Changed
Phalcon\Session\Bag::__construct()to accept aPhalcon\Session\Manageras the first parameter andnameas the second one #15904 - Changed
Phalcon\Logger\Loggerto no longer depend on PSR interfaces #15925 - Changed
Phalcon\Cache\Cacheto no longer depend on PSR interfaces #15927 - Changed
Phalcon\Html\Linkto no longer depend on PSR interfaces #15930
Fixed
- Fixed
Phalcon\Html\Helper\Input\Numericto produce correct elements #15896 - Fixed
Phalcon\Storage\Adapter\*to correctly storenullvalues #15904
Added
- Added
Phalcon\Encryption\Crypt::isValidDecryptLength($input)to allow checking for the length of the decryption string #15879 - Added
Phalcon\Di\InitializationAwareInterfaceto allow auto calling theinitializemethod when accessing service through DIC #15916 - Added
Phalcon\Storage\Serializer\MemcachedIgbinaryPhalcon\Storage\Serializer\MemcachedJsonPhalcon\Storage\Serializer\MemcachedPhpPhalcon\Storage\Serializer\RedisIgbinaryPhalcon\Storage\Serializer\RedisJsonPhalcon\Storage\Serializer\RedisMsgpackPhalcon\Storage\Serializer\RedisNone-
Phalcon\Storage\Serializer\RedisPhpto be used if adapter serialization is required #15904
- Added
Phalcon\Logger\LoggerInterface-
Phalcon\Logger\AbstractLoggerto be used in the logger class but also the proxy-psr3 repo #15925
- Added
Phalcon\Cache\CacheInterface-
Phalcon\Cache\AbstractCacheto be used in the cache class but also the proxy-psr16 repo #15927
- Added
- EvolvableLinkInterface.zep
Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterfacePhalcon\Html\Link\Interfaces\LinkInterfacePhalcon\Html\Link\Interfaces\LinkProviderInterfacePhalcon\Html\Link\AbstractLink-
Phalcon\Html\Link\AbstractLinkProviderto be used in the link class but also the proxy-psr13 repo #15930
- Added
Phalcon\Translate\Adapter\Csv::toArray()andPhalcon\Translate\Adapter\NativeArray::toArray()to return the translation array back #15902
Top comments (0)