# What's New With 5.0.0

This is a major release and a major rewrite of the entire framework to modern CFML, optimizations and script modes.

We have also improved all appenders for performance and reliability. Especially, the file logging facilities have been drastically improved. The new file based appenders now rely on a queuing mechanism and listener watcher threads that stream content to the file repositories.

## Release Notes

### Improvements

* \[[LOGBOX-16](https://ortussolutions.atlassian.net/browse/LOGBOX-16)] - Allow chaining of logger programmatic config methods
* \[[LOGBOX-20](https://ortussolutions.atlassian.net/browse/LOGBOX-20)] - FileAppender IO improvements via LogListener Watchers
* \[[LOGBOX-26](https://ortussolutions.atlassian.net/browse/LOGBOX-26)] - Add extraInfo to the message before clean-up, to allow for correct csv exports
* \[[LOGBOX-28](https://ortussolutions.atlassian.net/browse/LOGBOX-28)] - Console Appender sent error messages to error out


---

# 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://logbox.ortusbooks.com/5.x/intro/readme/whats-new-with-500.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.
