Skip to content

Commit 16cd8b2

Browse files
committed
Merge branch 'development'
2 parents 6420942 + eb99491 commit 16cd8b2

File tree

4 files changed

+255
-104
lines changed

4 files changed

+255
-104
lines changed

box.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"ColdBox Security",
3-
"version":"2.11.1",
3+
"version":"2.12.0",
44
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbsecurity/@build.version@/[email protected]@.zip",
55
"author":"Ortus Solutions.com <[email protected]>",
66
"slug":"cbsecurity",
@@ -25,7 +25,7 @@
2525
"ignore":[
2626
"**/.*",
2727
"test-harness/**",
28-
"modules/**",
28+
"modules/**",
2929
"*/.md"
3030
],
3131
"dependencies":{

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)