> For the complete documentation index, see [llms.txt](https://coldbox.ortusbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coldbox.ortusbooks.com/v5.x-1/intro/introduction/whats-new-with-5.3.0.md).

# What's New With 5.3.0

ColdBox 5.3.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`

## ColdBox

### Bugs

* \[[COLDBOX-741](https://ortussolutions.atlassian.net/browse/COLDBOX-741)] - Defining UDF as **COLDBOX\_FAIL\_FAST** no longer returns false
* \[[COLDBOX-750](https://ortussolutions.atlassian.net/browse/COLDBOX-750)] - Fixed typo(s) in call of function prePend() on routing
* \[[COLDBOX-752](https://ortussolutions.atlassian.net/browse/COLDBOX-752)] - base url not eliminating double slashes
* \[[COLDBOX-756](https://ortussolutions.atlassian.net/browse/COLDBOX-756)] - Setter for valid extensions is setting the wrong variable
* \[[COLDBOX-759](https://ortussolutions.atlassian.net/browse/COLDBOX-759)] - Cleanup the with closure on group routing to avoid leakage

### New Features

* \[[COLDBOX-753](https://ortussolutions.atlassian.net/browse/COLDBOX-753)] - Add new flag to router: `multiDomainDiscovery` that can be turned on/off

### Improvements

* \[[COLDBOX-742](https://ortussolutions.atlassian.net/browse/COLDBOX-742)] - Add trimming to asset loader to avoid spaces on links
* \[[COLDBOX-744](https://ortussolutions.atlassian.net/browse/COLDBOX-744)] - InterceptorState + EventPool uses **syncrhonizedMap** that has locking issues: refactor to avoid these issues
* \[[COLDBOX-754](https://ortussolutions.atlassian.net/browse/COLDBOX-754)] - set initiated bit for ColdBox after modules are activated
* \[[COLDBOX-760](https://ortussolutions.atlassian.net/browse/COLDBOX-760)] - Performance improvements for interception registrations and discovery

## LogBox

### Improvements

* \[[LOGBOX-32](https://ortussolutions.atlassian.net/browse/LOGBOX-32)] - Add test and fix for adding a LogBox category after the fact

## WireBox

### Improvements

* \[[WIREBOX-79](https://ortussolutions.atlassian.net/browse/WIREBOX-79)] - Account for leading slashes in `mapDirectory()`
* \[[WIREBOX-80](https://ortussolutions.atlassian.net/browse/WIREBOX-80)] - Throw a nicer DSL error if ColdBox is not linked
* \[[WIREBOX-81](https://ortussolutions.atlassian.net/browse/WIREBOX-81)] - Performance improvements for the construction of transients


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://coldbox.ortusbooks.com/v5.x-1/intro/introduction/whats-new-with-5.3.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
