| | Removal of uniqueUrls boolean indicator for URL routing, since Pretty URLs are now the standard. This rerouting feature needs to be removed. | | | | | Fixed | Feb 3, 2023 | Feb 3, 2023 | | |
| | Add three environment location helpers in the controller and supertype: isProduction(), isDevelopment(), isTesting() | | | | | Fixed | Feb 1, 2023 | Feb 1, 2023 | | |
| | New super type methods: getDateTimeHelper() getIsoTime() to assist with recurrent iso time conversions in modern APIs and responses | | | | | Fixed | Dec 22, 2022 | Dec 22, 2022 | | |
| | ChronoUnit becomes the official cb Date Time Helper to assist with date/time conversions and formatting | | | | | Fixed | Dec 22, 2022 | Dec 22, 2022 | | |
| | Please add more debugging info to REST handler | | | | | Fixed | Dec 13, 2022 | Dec 29, 2022 | | |
| | viewLocations struct does not exist in function renderer.layout() on line 684 if nolayout = true | | | | | Fixed | Dec 4, 2022 | Dec 4, 2022 | | |
| | calling function "view" from within function which has an argument named "view" causes error. | | | | | Fixed | Dec 4, 2022 | Dec 4, 2022 | | |
| | New getEnv() method on the base test class to get access to the env delegate for inquiring for env and java properties | | | | | Fixed | Dec 1, 2022 | Dec 1, 2022 | | |
| | Update the Router.cfc to look at not only the cgi host but the forwarded hosts | | | | | Fixed | Nov 30, 2022 | Nov 30, 2022 | | |
| | core json utils now include a prettyJson() and a toPrettyJson() utilities | | | | | Fixed | Nov 21, 2022 | Nov 21, 2022 | | |
| | Do not allow injection of the same applicatio helper on the same target | | | | | Fixed | Nov 19, 2022 | Nov 19, 2022 | | |
| | populateModel deprecated - refactored to just populate() in the supertype methods | | | | | Fixed | Nov 18, 2022 | Nov 18, 2022 | | |
| | routes.cfm Support Removal | | | | | Fixed | Nov 16, 2022 | Nov 16, 2022 | | |
| | New coldbox based delegates mapped with `@cbDelegates` | | | | | Fixed | Nov 7, 2022 | Nov 14, 2022 | | |
| | New core delegates for smaller building blocks, which leverages the `@coreDelegates` namespace | | | | | Fixed | Nov 7, 2022 | Nov 7, 2022 | | |
| | Lazy loading and persistence of engine helper to assist in continued performance and initial load speed | | | | | Fixed | Nov 7, 2022 | Nov 7, 2022 | | |
| | New convention for modules for storing and using coldfusion tags: `/tags` | | | | | Fixed | Nov 7, 2022 | Nov 14, 2022 | | |
| | New convention for coldfusion tags: includes/tags. Every ColdBox app will register that location as a repository for custom tags for your application | | | | | Fixed | Nov 7, 2022 | Nov 7, 2022 | | |
| | new toJson() helper in the Util class which is delegated in many locations around the framework to add struct based query serialization and no dubm security prefixes | | | | | Fixed | Oct 26, 2022 | Oct 26, 2022 | | |
| | COMPAT: jsonQueryFormat has been removed in preference to "struct". | | | | | Fixed | Oct 26, 2022 | Oct 26, 2022 | | |
| | JSON Serialization in `forAttribute` Does Not Support ACF Prefixing | | | | | Fixed | Oct 25, 2022 | Oct 26, 2022 | | |
| | New `back()` function in super type that you can use to redirect back to your referer or a fallback | | | | | Fixed | Oct 20, 2022 | Oct 20, 2022 | | |
| | Invalid DateFormat Mask in Whoops.cfm | | | | | Fixed | Oct 7, 2022 | Oct 10, 2022 | | |
| | RestHandler.cfc missing exception information on InvalidCredentials & TokenInvalidException | | | | | Fixed | Sep 30, 2022 | Oct 7, 2022 | | |
| | this.unloadColdBox is false now as the default thanks to the virtual test app | | | | | Fixed | Sep 29, 2022 | Sep 29, 2022 | | |
| | Integration Tests do not support NoRender() | | | | | Fixed | Sep 26, 2022 | Oct 7, 2022 | | |
| | virtual app controller scoping is missing on ocassion due to this.load|unload flags | | | | | Fixed | Sep 20, 2022 | Oct 7, 2022 | | |
| | Woops and Adobe CF needs a double check if session/client is defined even if sessionManagement/clientManagement is defined | | | | | Fixed | Sep 19, 2022 | Sep 19, 2022 | | |
| | postEvent now get's new interceptData: ehBean, handler and data results | | | | | Fixed | Sep 16, 2022 | Sep 16, 2022 | | |
| | PostLayoutRender and PostViewRender now pass which view/layout path was used to render | | | | | Fixed | Sep 8, 2022 | Sep 8, 2022 | | |
| | BiConsumer proxy was making both arguments required, when they can be null so execution fails | | | | | Fixed | Sep 6, 2022 | Sep 6, 2022 | | |
| | RestHandler OnError() Exception not checking for empty `exception` blocks which would cause another exception on development ONLY | | | | | Fixed | Sep 6, 2022 | Oct 14, 2022 | | |
| | Error casting struct to string when running Lucee error template | | | | | Duplicate | Sep 3, 2022 | Oct 7, 2022 | | |
| | render inline PDF (CB 6.8.1) throws a 500 error | | | | | Fixed | Aug 28, 2022 | Sep 20, 2022 | | |
| | New convention for module setting overrides: config/{moduleName}.cfc | | | | | Fixed | Aug 26, 2022 | Aug 29, 2022 | | |
| | New Flow delegate helpers for functional usage everywhere in ColdBox land | | | | | Fixed | Aug 26, 2022 | Aug 26, 2022 | | |
| | Whoops updates galore! SQL Syntax highlighting, json formatting and highlighting, and more | | | | | Fixed | Aug 20, 2022 | Aug 20, 2022 | | |
| | make event caching cache keys lower cased to avoid case issues when clearing keys | | | | | Fixed | Aug 8, 2022 | Aug 11, 2022 | | |
| | Event Cache Response Has Status Code of 0 (or Null) | | | | | Fixed | Aug 6, 2022 | Sep 4, 2022 | | |
| | Allow passing interception point first in interceptor listen() method | | | | | Fixed | Aug 2, 2022 | Nov 15, 2022 | | |
| | Scoping lookup bug in Lucee affects route() | | | | | Fixed | Jul 28, 2022 | Aug 11, 2022 | | |
| | Remove HandlerTestCase as it is no longer in usage. | | | | | Fixed | Jul 14, 2022 | Jul 23, 2022 | | |
| | Router closure responses not marshalling complex content to json | | | | | Fixed | Jul 8, 2022 | Jul 8, 2022 | | |
| | `getFullURL` encodes the query string when it should not. | | | | | Cannot Reproduce | Jul 5, 2022 | Nov 15, 2022 | | |
| | New virtual app was always starting up the virtual coldbox app instead of checking if it was running already | | | | | Fixed | Jun 30, 2022 | Jun 30, 2022 | | |
| | Updated Missing Action Response Code to 404 instead of 405 | | | | | Fixed | Jun 27, 2022 | Jun 27, 2022 | | |
| | New config/ColdBox.cfc global injections: webMapping, coldboxVersion | | | | | Fixed | Jun 27, 2022 | Jun 27, 2022 | | |
| | All core async proxies should send exceptions to the error log | | | | | Fixed | Jun 22, 2022 | Jul 8, 2022 | | |
| | Funnel all out and err logging on a ColdBox Scheduled Task to LogBox | | | | | Fixed | Jun 22, 2022 | Jul 8, 2022 | | |
| | Convert mixer util to script and utilize only the necessary mixins by deprecating older mixins | | | | | Fixed | Jun 21, 2022 | Jun 21, 2022 | | |