# What's New With 8.1.0

You can read all about this release on our main What's New Page: <https://coldbox.ortusbooks.com/readme/release-history/whats-new-with-8.1.0>

## Release Notes

The full release notes per library can be found below. Just click on the library tab and explore their release notes:

{% tabs %}
{% tab title="WireBox" %}

#### New Features

[WIREBOX-160](https://ortussolutions.atlassian.net/browse/WIREBOX-160) Threading concurrent modification issues in `Mapping.cfc`

#### Improvements

[WIREBOX-159](https://ortussolutions.atlassian.net/browse/WIREBOX-159) Race condition when loading namespaced modules
{% endtab %}

{% tab title="CacheBox" %}

#### Bugs

[CACHEBOX-93](https://ortussolutions.atlassian.net/browse/CACHEBOX-93) `statusCheck()` typo not calling `isEnabled()`

#### Improvements

[CACHEBOX-92](https://ortussolutions.atlassian.net/browse/CACHEBOX-92) `AbstractCacheProvider` `set...` methods should have numeric timeout defaults
{% endtab %}
{% endtabs %}


---

# Agent Instructions: 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:

```
GET https://wirebox.ortusbooks.com/readme/introduction/whats-new-with-8.1.0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
