Phalcon v4.0.4 Release Notes

Release Date: 2020-02-15 // about 4 years ago
  • ๐Ÿ‘Œ Supported PHP Versions: 7.2, 7.3, 7.4

    โž• Added

    • โž• Added a way to utilize GitHub actions to run database tests against each RDBMS and reworked the testing suite. #14779
    • โž• Added the latest version of Codeception (v4) and utilized the phalcon4 module. #14779

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed Column 'notNull' definition to make possible create nullable (NULL) columns #14804

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed Phalcon\Db\Adapter\Pdo\Postgresql to correctly identify bool fields instead of treating them as tinyint #14722 @tidytrax
    • ๐Ÿ›  Fixed Phalcon\Cli\Console to pass current container to the Phalcon\Mvc\ModuleDefinitionInterface::registerAutoloaders() #14787 @TimurFlush
    • ๐Ÿ›  Fixed Phalcon\Db\Dialect\Mysql::createTable() to create default value with CURRENT_TIMESTAMP ON UPDATE/DELETE [#14797]
    • ๐Ÿ›  Fixed Phalcon\Storage\Adapter\* to no longer accept the serializer option as it was clashing with the factory #14828
    • ๐Ÿ›  Fixed Phalcon\Http\Request to return the correct host on an UnexpectedValueException #14763
    • ๐Ÿ›  Fixed Phalcon\Assets\Collection to initialize position to 0 #14848