What's New With 5.4.0
ColdBox 5.4.0 is a minor version update with lots of fixes, improvements, performance enhancements and some nice new features. Below are the major areas of improvement and the full release notes. To update your ColdBox installation just leverage CommandBox:
update coldbox
update logbox
update wirebox
update cachebox
Box Namespace
In our initiative to make all Modules sharable between ColdBox, CommandBox and whatever other boxes we make in the future. We created the box
alias for injections. In our case any injection with the prefix coldbox
can be used as box
RunRoute()
We have created a new internal runner called runRoute()
which is similar to runEvent()
but it allows you to abstract your events by leveraging named routes. So just like you can create links based on named routes and params, you can execute named routes and params as well internally via runRoute()
CacheBox Rewritten
This should have been a major release on its own. The entire CacheBox framework was re-written in script and modernized from top to bottom. We removed all implicit variable access which gave us huge performance boosts and we streamlined all operations with modern techniques. The results are great and our maintenance will be much less in the future. A part from those optimizations we managed to add a few nice items:
Adobe 2018 certified
New setting
resetTimeoutOnAccess
which allows you to simulate session scopes on any CacheBox cache. Every time aget()
operation is done, that item's timeout will be reset.All cache providers get some multi function goodness:
setMulti(), getMulti(), lookupMulti(), clearMulti(),getCachedObjectMetadataMulti()
LogBox Improvements
There are two major improvements we did with LogBox in this release:
1) The file locking operations on file appenders have been streamlined to avoid high i/o operations.
2) The console appender uses an asynchronous streaming technique which makes it extremely efficient and fast.
ColdBox Release Notes
Bugs
New Features
Improvements
CacheBox Release Notes
Bugs
New Features
Improvements
WireBox Release Notes
Bugs
LogBox Release Notes
New Features
Improvements
Last updated
Was this helpful?