Phalcon v2.0.6 Release Notes

Release Date: 2015-07-21 // almost 9 years ago
    • ๐Ÿ— Builds in TravisCI now uses Docker to perform faster builds
    • โž• Added Http\Response::setCache() to easily set cache headers.
    • When a beanstalkd connection is closed the adapter does not produce a notice anymore
    • 0๏ธโƒฃ Default separator in Text::increment is now _ (underscore)
    • Using tel_field in Volt now generates correct PHP code
    • SQL generated by PostgreSQL dialect in dropTable and dropView is now correct
    • Errors generated in Cache\Backend\Memcached now shows the result code to easily debug problems
    • ๐Ÿ›  Fixed LIMIT/OFFSET SQL generation in Mvc\Model\Query\Builder
    • ๐Ÿ›  Fixed Logger\Formatter\Line to match 1.3.x behavior
    • ๐Ÿ›  Fixed warning when castOnHydrate' is true #10648
    • โž• Added name before int/float/numeric/string/bool/null/other variables in Debug\Dump::output
    • Now Validation\Validator\Identical allows both 'accepted' and 'value' as value to keep backwards compatibility
    • โž• Added \Phalcon\Mvc\Model\MetaData\Redis adapter.
    • โž• Added Redis Session adapter
    • ๐Ÿ›  Fixed bug in Mvc\Model\Criteria::fromInput unallowing it to use renamed columns
    • ๐Ÿ›  Fixed bug in Http\Request getRawBody()/getPut() clears input buffer #10694