ColdBox HMVC Documentation
Master Class
Video Training
Community
Support
Search…
6.x
Introduction
Intro
Release History
What's New With 6.8.0
What's New With 6.7.0
What's New With 6.6.1
What's New With 6.6.0
What's New With 6.5.x
What's New With 6.4.0
What's New With 6.3.0
What's New With 6.2.x
What's New With 6.1.0
What's New With 6.0.0
Upgrading to ColdBox 6
About This Book
Author
For Newbies
60 Minute Quick Start
Getting Started
Getting Started Guide
Installation
Conventions
Configuration
The Basics
Request Context
Routing
Event Handlers
Layouts & Views
Models
Interceptors
HMVC
Modules
Testing
Testing Quick Start
Testing ColdBox Applications
Digging Deeper
Async Programming
ColdBox Proxy
Controller Decorator
Flash RAM
HTML Helper
REST Handler
Request Context Decorator
Recipes
Scheduled Tasks
Architecture Concepts
What is MVC
What is ColdBox
How ColdBox Works
Testing Concepts
External links
Source code
Issue tracker
LogBox
CacheBox
WireBox
Powered By
GitBook
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
Bug
[
COLDBOX-890
] - Renderer methods assume the module exists and throws exception when sending invalid url data
[
COLDBOX-914
] - Can no longer have duplicate routes with different conditions
[
COLDBOX-935
] - Colon (:) in URL Path Causes Exception Error
[
COLDBOX-964
] - invalidEventHandler does not work when calling invalid action on valid handler
[
COLDBOX-967
] - autowire annotation for test cases is not working as it should
[
COLDBOX-968
] - Fix declaring multiple resources at once
[
COLDBOX-978
] - AsyncManager threads don't release DB connections to pool for Adobe CF
New Feature
[
COLDBOX-973
] - Add new exception type catch for the RestHandler: `
PermissionDenied
` to trap in valid authorizations
Improvement
[
COLDBOX-965
] - Content type http header bypasses requestContext with render data - set explicit http header via request context
[
COLDBOX-971
] - Implement caching strategy for application helper lookups into the `template` cache
[
COLDBOX-972
] - Coldbox DataMarshaller Throws Error with Lucee-Light Engine
[
COLDBOX-974
] - Have the html helper manifests in local memory instead of the template cache to avoid cleanup issues
[
COLDBOX-975
] - Remove unecessary locks for view path setups in the renderer
[
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
Bug
[
CACHEBOX-67
] -
getStoreMetadataReport()
- wrong order of the
reduce()
parameters
Improvement
[
WIREBOX-111
] - Refactor the way
cffeed
is used so that ACF 2021 doesn't choke on first startups, only when used
Previous
What's New With 6.4.0
Next
What's New With 6.2.x
Last modified
1yr ago
Copy link
Edit on GitHub