| | Unexpected coldbox router behavior | | | | | Unresolved | May 12, 2022 | May 12, 2022 | | |
| | Renderer is causing coldbox RestHandler to render convention view | | | | | Unresolved | May 12, 2022 | May 12, 2022 | | |
| | Exceptions in async interceptors are missing onException announcement | | | | | Unresolved | May 11, 2022 | May 11, 2022 | | |
| | Async interceptos can now discover their announced data without duplicating it via cfthread | | | | | Fixed | May 4, 2022 | May 4, 2022 | | |
| | Interception Event pools are now using synchronized linked maps to provide concurrency | | | | | Fixed | May 4, 2022 | May 4, 2022 | | |
| | New super type function "forAttribute" to help us serialize simple/complex data and encoded for usage in html attributes | | | | | Fixed | Apr 29, 2022 | May 2, 2022 | | |
| | Interception with `async` annotation causes InterceptorState Exception on Reinit | | | | | Fixed | Apr 19, 2022 | May 4, 2022 | | |
| | ViewNotSetException on existing handler but nonexistent event | | | | | Unresolved | Apr 8, 2022 | Apr 8, 2022 | | |
| | Update getServerIP() so it avoids looking at the cgi scope as it can cause issues on ACF | | | | | Fixed | Mar 22, 2022 | Mar 22, 2022 | | |
| | Requesting /index.htm Returns Empty Layout | | | | | Unresolved | Mar 21, 2022 | Mar 21, 2022 | | |
| | announce `onException` interception from RESTHandler, when exceptions are detected | | | | | Unresolved | Mar 16, 2022 | Mar 16, 2022 | | |
| | Event Cache Does Not Preserve HTTP Response Code | | | | | Unresolved | Feb 25, 2022 | Mar 2, 2022 | | |
| | Regression on ColdBox v6.6.1 around usage of statusCode = 0 on relocates | | | | | Fixed | Feb 23, 2022 | Feb 23, 2022 | | |
| | RequestService context creation not thread safe | | | | | Fixed | Feb 22, 2022 | Feb 22, 2022 | | |
| | Missing scopes on isNull() checks | | | | | Fixed | Feb 22, 2022 | Feb 22, 2022 | | |
| | SES is always disabled on RequestContext until RoutingService request capture | | | | | Unresolved | Feb 18, 2022 | Feb 25, 2022 | | |
| | Update Response Pagination Properties for Case-Sensitive Engines | | | | | Fixed | Feb 17, 2022 | Feb 17, 2022 | | |
| | coldbox 6.5 and 6.6 break ORM event handling in cborm | | | | | Fixed | Feb 15, 2022 | Apr 22, 2022 | | |
| | Remove debug writedumps left over from previous testing | | | | | Fixed | Feb 11, 2022 | Feb 17, 2022 | | |
| | RestHandler Try/Catches Break In Testbox When RunEvent() is Called | | | | | Unresolved | Feb 8, 2022 | Feb 11, 2022 | | |
| | default status code to 302 in the internal relocate() just like CFML does instead of 0 and eliminate source | | | | | Fixed | Feb 7, 2022 | Feb 17, 2022 | | |
| | Update handler invokers to use invoke array notation instead of `invoke()` to take advantage of performance optimizations | | | | | Unresolved | Feb 7, 2022 | Feb 15, 2022 | | |
| | Update the internal cfml engine checker to have more engine based feature checkers | | | | | Fixed | Feb 7, 2022 | Feb 9, 2022 | | |
| | Switch isInstance check on renderdata in controller to secondary of $renderdata check to optimize speed | | | | | Fixed | Feb 7, 2022 | Feb 7, 2022 | | |
| | Allow for resource defaults at the router level | | | | | Unresolved | Feb 3, 2022 | Feb 3, 2022 | | |
| | Fix instance of bad route merging the routes but loosing the handler | | | | | Fixed | Feb 3, 2022 | Feb 14, 2022 | | |
| | variables.originalAppScope undefined ColdFusion 2021 using Coldbox 6.6.0 | | | | | Fixed | Jan 29, 2022 | Jan 31, 2022 | | |
| | Announce onException interception points for async interceptors | | | | | Fixed | Jan 28, 2022 | Jan 28, 2022 | | |
| | Simplify path info cleanup thanks to @bdw429s | | | | | Unresolved | Jan 27, 2022 | Mar 11, 2022 | | |
| | experimental web mapping support to allow for modern app templates with assets outside of the webroot | | | | | Fixed | Jan 13, 2022 | Jan 13, 2022 | | |
| | Router resources doesn't seem to respect group | | | | | Unresolved | Jan 10, 2022 | Jan 27, 2022 | | |
| | Router should inspect the method before signature. | | | | | Fixed | Dec 31, 2021 | Jan 28, 2022 | | |
| | Provide ability for handlers/interceptors/etc. to have inherent self-knowledge of the module they live in | | | | | Unresolved | Dec 20, 2021 | Jan 28, 2022 | | |
| | Ability to pass in the domain to test executions in via integration testing | | | | | Fixed | Dec 20, 2021 | Dec 20, 2021 | | |
| | GetInstance is doubled in ColdboxProxy | | | | | Won't Fix | Dec 15, 2021 | Jan 28, 2022 | | |
| | Improvements to module loading/activation log messages | | | | | Fixed | Dec 7, 2021 | Dec 7, 2021 | | |
| | Enable automated full null support via github actions | | | | | Fixed | Dec 3, 2021 | Dec 3, 2021 | | |
| | Non config apps fails since the core Settings.cfc had the configure() method removed | | | | | Fixed | Dec 3, 2021 | Dec 3, 2021 | | |
| | Make unloadAll() in ModuleService more resilient by verifying loaded modules exist | | | | | Fixed | Dec 3, 2021 | Dec 3, 2021 | | |
| | Coldbox Scheduled Tasks Throws Error when `Provider:` Injection DSL is Used in ACF | | | | | Done | Nov 30, 2021 | Dec 3, 2021 | | |
| | Framework Initialization Fails in @be on AutoWire of App Scheduler | | | | | Fixed | Nov 18, 2021 | Dec 3, 2021 | | |
| | Scheduled Task Stat "NextRun" Never Populated | | | | | Unresolved | Nov 18, 2021 | Jan 28, 2022 | | |
| | Scheduled Tasks: Inject module context variables to module schedulers and inject global context into global scheduler | | | | | Unresolved | Nov 18, 2021 | Jan 28, 2022 | | |
| | Scheduled tasks not accessing application scope on Adobe Engines | | | | | Fixed | Nov 17, 2021 | Nov 17, 2021 | | |
| | ScheduledTask new getMemento() to get the state of the task | | | | | Fixed | Nov 17, 2021 | Nov 17, 2021 | | |
| | Schedulers can now get the current thread and thread name: getCurrentThread(), getThreadName() as private helpers | | | | | Fixed | Nov 12, 2021 | Nov 12, 2021 | | |
| | ColdBox schedulers starting before the application is ready to serve requests | | | | | Fixed | Nov 11, 2021 | Nov 11, 2021 | | |
| | Scheduler service not registering schedulers with the appropriate name | | | | | Fixed | Nov 11, 2021 | Nov 11, 2021 | | |
| | Change default template cache from concurrentSoftReference to ConcurrentReference to avoid auto cleanups | | | | | Fixed | Nov 10, 2021 | Nov 10, 2021 | | |
| | noExecution() inside preHandler() not stopping further execution | | | | | Fixed | Oct 29, 2021 | Jan 28, 2022 | | |