What's New With 6.3.0
ColdBox 6.3.0 is a minor release that squashes lots of bugs and does tons of improvements for performance!
ColdBox HMVC
CacheBox
WireBox
- [COLDBOX-890] - Renderer methods assume the module exists and throws exception when sending invalid url data
- [COLDBOX-973] - Add new exception type catch for the RestHandler: `PermissionDenied` to trap in valid authorizations
- [COLDBOX-965] - Content type http header bypasses requestContext with render data - set explicit http header via request context
- [COLDBOX-974] - Have the html helper manifests in local memory instead of the template cache to avoid cleanup issues
- [COLDBOX-976] - Remove unecessary lock in the bootstrap to get the controller reference, it's already there for the reload checks
- [COLDBOX-979] - Module service now profiles registration and activation into the logs with the version and path of a module
- [WIREBOX-111] - Refactor the way
cffeed
is used so that ACF 2021 doesn't choke on first startups, only when used
Last modified 2yr ago