You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
----
8
+
* * *
9
9
10
10
## [Unreleased]
11
11
12
+
## [3.4.0] - 2023-06-14
13
+
12
14
### Added
13
15
14
16
- Official Adobe 2023 Support
@@ -145,7 +147,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
145
147
146
148
### Added
147
149
148
-
- Add a `secureSameUser` method to throw when passed a different user #29 (https://github.com/coldbox-modules/cbsecurity/pull/29)
150
+
- Add a `secureSameUser` method to throw when passed a different user #29 (<https://github.com/coldbox-modules/cbsecurity/pull/29>)
149
151
150
152
## [2.10.0] => 2021-FEB-12
151
153
@@ -188,15 +190,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
188
190
189
191
- Contributed module rules are now pre-pended instead of appended. (@wpdebruin)
190
192
191
-
192
193
### Fixed
193
194
194
195
- Not loading rules by source file detection due to invalid setting check
195
196
- Don't trigger ColdBox's invalid event looping protection. It also auto-senses between ColdBox 6 and 5 (@homestar9)
196
197
- Fixed token scopes according to JWT spec, it is called `scope` and it is a space separated list. This doesn't change the User interface for it. (@wpdebruin)
197
198
- Update token storages so no token rejection anymore when storage is not enabled. (@wpdebruin)
198
199
199
-
200
200
## [2.6.0] => 2020-JUL-22
201
201
202
202
### Added
@@ -210,18 +210,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
210
210
- JWT Validator now passing `permissions` instead of `roles`
211
211
- Token Storage checking was being done even if disabled
212
212
213
-
214
213
## [2.5.0] => 2020-APR-03
215
214
216
215
-`Feature` : Upgraded to `cbAuth` @ 5.x
217
216
218
217
## [2.4.0] => 2020-APR-02
219
218
220
-
-`Feature` : We now include the `cbcsrf` module to allow for protections of cross site request forgery vectors. Please see all the features included in this module here: https://github.com/coldbox-modules/cbcsrf
219
+
-`Feature` : We now include the `cbcsrf` module to allow for protections of cross site request forgery vectors. Please see all the features included in this module here: <https://github.com/coldbox-modules/cbcsrf>
221
220
222
221
## [2.3.0] => 2020-MAR-30
223
222
224
-
-`Feature` Introduction of the cbSecurity model: https://coldbox-security.ortusbooks.com/intro/release-history/whats-new-with-2.3.0
223
+
-`Feature` Introduction of the cbSecurity model: <https://coldbox-security.ortusbooks.com/intro/release-history/whats-new-with-2.3.0>
225
224
-`Task` : Cfformatting everywhere
226
225
227
226
## [2.2.1] => 2020-FEB-26
@@ -230,7 +229,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
230
229
231
230
## [2.2.0] => 2020-FEB-12
232
231
233
-
-`Feature` : Migrated from the jwt to the `jwtcfml` (https://forgebox.io/view/jwt-cfml) library to expand encoding/decoding capabilities to support `RS` and `ES` algorithms:
232
+
-`Feature` : Migrated from the jwt to the `jwtcfml` (<https://forgebox.io/view/jwt-cfml>) library to expand encoding/decoding capabilities to support `RS` and `ES` algorithms:
234
233
- HS256
235
234
- HS384
236
235
- HS512
@@ -350,7 +349,7 @@ settings = {
350
349
## [1.0.2]
351
350
352
351
- Removed `getPlugin()` deprecated calls to new approach.
353
-
-https://ortussolutions.atlassian.net/browse/CCM-26 cbsecurity ocm rules not ColdBox 4 compat
352
+
-<https://ortussolutions.atlassian.net/browse/CCM-26> cbsecurity ocm rules not ColdBox 4 compat
0 commit comments