Skip to content

Commit c055548

Browse files
committed
ready for release
1 parent a479ff8 commit c055548

File tree

4 files changed

+21
-10
lines changed

4 files changed

+21
-10
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,18 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
commandbox_version: [ "6.0.0" ]
22+
commandbox_version: [ "6.0.1" ]
2323
cfengine: [ "lucee@5", "adobe@2018", "adobe@2021", "adobe@2023" ]
2424
jdkVersion: [ "11" ]
2525
experimental: [false]
2626
include:
27-
- cfengine: "lucee@6"
28-
jdkVersion: "11"
29-
commandbox_version: "6.0.0"
30-
experimental: true
3127
- cfengine: "lucee@6"
3228
jdkVersion: "17"
33-
commandbox_version: "6.0.0"
29+
commandbox_version: "6.0.1"
3430
experimental: true
3531
- cfengine: "adobe@2023"
3632
jdkVersion: "17"
37-
commandbox_version: "6.0.0"
33+
commandbox_version: "6.0.1"
3834
experimental: false
3935
steps:
4036
- name: Checkout Repository

changelog.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12-
### Added
12+
### New Feature
1313

1414
- Prettier SQL printing in `StringUtil.prettySQL()`
15+
- [COLDBOX-1270](https://ortussolutions.atlassian.net/browse/COLDBOX-1270) Abililty to restart schedulers with a \`restart\(\)\` method
16+
17+
### Improvement
18+
19+
- [COLDBOX-1268](https://ortussolutions.atlassian.net/browse/COLDBOX-1268) WireBox Singleton auto reload now only affects app singletons and not core singletons
20+
- [COLDBOX-1269](https://ortussolutions.atlassian.net/browse/COLDBOX-1269) Do not add double headers if \`event.setHTTPHeader\(\)\` is called more than once
21+
- [COLDBOX-1273](https://ortussolutions.atlassian.net/browse/COLDBOX-1273) Removal of deprecated CFML functions in core
22+
- [COLDBOX-1275](https://ortussolutions.atlassian.net/browse/COLDBOX-1275) Improved engine detection by the CFMLEngine feature class
23+
- [COLDBOX-1278](https://ortussolutions.atlassian.net/browse/COLDBOX-1278) Remove unsafe evaluate function usage
24+
25+
### Bug
26+
27+
- [COLDBOX-1266](https://ortussolutions.atlassian.net/browse/COLDBOX-1266) Logger for MS SQL using date not datetime.
28+
- [COLDBOX-1267](https://ortussolutions.atlassian.net/browse/COLDBOX-1267) Lucee only isEmpty function call
29+
- [COLDBOX-1279](https://ortussolutions.atlassian.net/browse/COLDBOX-1279) Render encapsulator bleed of this scope by engines
1530

1631
## [7.2.1] - 2023-12-11
1732

server-lucee@5.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"app":{
3-
"cfengine":"lucee@5.4",
3+
"cfengine":"lucee@5",
44
"serverHomeDirectory":".engine/lucee5"
55
},
66
"name":"coldbox-lucee@5",

server-lucee@6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"app":{
3-
"cfengine":"lucee@6.0.0-snapshot",
3+
"cfengine":"lucee@6",
44
"serverHomeDirectory":".engine/lucee6"
55
},
66
"name":"coldbox-lucee@6",

0 commit comments

Comments
 (0)