# What's New With 2.12.0

#### Added

* More and more apps will need real ip's from request, so expose it via the `CBSecurity` model service as : `getRealIp()`

#### Fixed

* When using `getHTTPREquestData()` send `false` so we DON'T retrieve the http body when we just need the headers
* More updates to `getRealIp()` when dealing with lists


---

# 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://coldbox-security.ortusbooks.com/v2.x-3/intro/release-history/whats-new-with-2.12.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.
