Skip to content

2.5.0 release

Compare
Choose a tag to compare
@jcheron jcheron released this 18 Dec 22:37
· 329 commits to master since this release
82779a6

If devtools are already installed globally, update them:

composer global update

Added

  • setIsolationLevel for transactions with DAO and Database in Mysql/MariaDb.

Breaking changes

  • env var support for config files:
    • Cache initialization is required for config
    • loaded config file is located in app/cache/config/config.cache.php after cache initialization

Fixed

  • Injected attribute parsing in DiControllerParser (pb with name) - no open issue -