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

# What's New With 2.1.0

This release is part of the ColdBox 4.2.0 update and contains the following updates:

## Bug

* \[[WIREBOX-49](https://ortussolutions.atlassian.net/browse/WIREBOX-49)] -         Closure-based providers don't work as documented

## New Features

* \[[WIREBOX-44](https://ortussolutions.atlassian.net/browse/WIREBOX-44)] -         Add a `force` argument to the `mapDirectory()` binder method
* \[[WIREBOX-47](https://ortussolutions.atlassian.net/browse/WIREBOX-47)] -         Influence instance build via closure in the binder

## Improvements

* \[[WIREBOX-3](https://ortussolutions.atlassian.net/browse/WIREBOX-3)] -         Add better checks for file system write permissions
* \[[WIREBOX-45](https://ortussolutions.atlassian.net/browse/WIREBOX-45)] -         Update the documentation URL in box.json
* \[[WIREBOX-50](https://ortussolutions.atlassian.net/browse/WIREBOX-50)] -         Pass `injector` to closure-based providers


---

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

```
GET https://wirebox.ortusbooks.com/2/intro/introduction/whats-new-with-2.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.
