Skip to content

Commit eb99491

Browse files
committed
fixed
* When using `getHTTPREquestData()` send `false` so we DON'T retrieve the http body when we just need the headers added * More and more apps will need real ip's from request, so expose it via the `CBSecurity` model service as : `getRealIp()`
1 parent 20140c0 commit eb99491

File tree

3 files changed

+253
-103
lines changed

3 files changed

+253
-103
lines changed

changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
----
99

10+
## [2.12.0] => 2021-MAR-29
11+
12+
### Added
13+
14+
* More and more apps will need real ip's from request, so expose it via the `CBSecurity` model service as : `getRealIp()`
15+
16+
### Fixed
17+
18+
* When using `getHTTPREquestData()` send `false` so we DON'T retrieve the http body when we just need the headers
19+
* More updates to `getRealIp()` when dealing with lists
20+
21+
----
22+
1023
## [2.11.1] => 2021-MAR-10
1124

1225
### Fixed

0 commit comments

Comments
 (0)