We are happy to announce that Phalcon v5.8.0 has been released!
This release fixes memory leaks, several bugs and introduces events in Storage and Cache.
A huge thanks to our community for helping out with bug fixing and more importantly bug reporting!
Changelog
Changed
- Changed
Phalcon\Mvc\Model,Phalcon\Support\CollectionandPhalcon\Support\Registryto correctly implement\Serializableinterface. #16591 - Changed the
Phalcon\Mvc\Router\Group::getHostname()to returnnullalso. #16601 - Changed
Phalcon\Mvc\View\Engine\Volt\Compiler::compileSourceto also returnarray#16608
Added
- Added events and
Phalcon\Events\ManagerforPhalcon\Storage\Adapter\Apcu,Phalcon\Storage\Adapter\Redis,Phalcon\Storage\Adapter\Memory,Phalcon\Storage\Adapter\Libmemcached,Phalcon\Storage\Adapter\Stream,Phalcon\Storage\Adapter\Weak,Phalcon\Cache\Adapter\Apcu,Phalcon\Cache\Adapter\Redis,Phalcon\Cache\Adapter\Memory,Phalcon\Cache\Adapter\Libmemcached,Phalcon\Cache\Adapter\Stream,Phalcon\Cache\Adapter\WeakPhalcon\Cache\AbstractCache. #16606
Fixed
- Fixed
Phalcon\Support\Helper\PascalCasecausing memory leak by anonymous function #16593 - Fixed
Phalcon\Mvc\Model\Queryto rollback failed transactions and re-throw exception for data consistency #16604
Upgrade
Developers can upgrade using PECL
pecl install phalcon-5.8.0
To compile from source, follow our installation document
Top comments (0)