What's New With 4.1.0
Last updated
Was this helpful?
Last updated
Was this helpful?
ColdBox 4.1.0 is a minor release that addresses several issues and introduces some enhancements. You can see below the release notes.
Bugs
[] - Controller loc.args is referenced and not existing in pre{Actions}
[] - Module routing was not respecting package resolving within handlers
[] - onError handler doesn't work
[] - abstractFlashScope getKeys() doesn't work
Improvements
[] - Modules that include applicationhelpers are incompat with modules.autoReload setting, add recognition
[] - Add x-forwarded-proto checks on isSSL() verifications to allow for proxy configuraitons
[] - Better locking naming technique to avoid server-wide collisions
[] - Ability to test ORM entities with base cases if loading ColdBox or using entity injection
New Features
[] - Update application templates to use new logo
[] - Add session and application timeouts to testing harnesses
[] - Create a new testing annotation to control if application should be teardown in integration tests
[] - Create REST application template for ColdBox