Phalcon v3.4.1 Release Notes

Release Date: 2018-08-05 // over 5 years ago
    • ๐Ÿ”„ Changed Phalcon\Cache\Backend\Redis to support connection timeout parameter
    • ๐Ÿ›  Fixed Phalcon\Validaiton\Validator\Uniqueness::isUniquenessModel to properly get value of primary key when it has different name in column map #13398
    • ๐Ÿ›  Fixed bad performance for repeated Phalcon\Mvc\Router::getRouteByName and Phalcon\Mvc\Router::getRouteById calls for applications with many routes
    • ๐Ÿ›  Fixed incorrect tinyblob bind type in Phalcon\Db\Adapter\Pdo\Mysql::describeColumns #13423
    • ๐Ÿ›  Fixed Phalcon\Http\Request::getPut to provide json content-type support #12892, #13418