Skip to content

Commit

Permalink
ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed May 13, 2024
1 parent a479ff8 commit c055548
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,18 @@ jobs:
strategy:
fail-fast: false
matrix:
commandbox_version: [ "6.0.0" ]
commandbox_version: [ "6.0.1" ]
cfengine: [ "lucee@5", "adobe@2018", "adobe@2021", "adobe@2023" ]
jdkVersion: [ "11" ]
experimental: [false]
include:
- cfengine: "lucee@6"
jdkVersion: "11"
commandbox_version: "6.0.0"
experimental: true
- cfengine: "lucee@6"
jdkVersion: "17"
commandbox_version: "6.0.0"
commandbox_version: "6.0.1"
experimental: true
- cfengine: "adobe@2023"
jdkVersion: "17"
commandbox_version: "6.0.0"
commandbox_version: "6.0.1"
experimental: false
steps:
- name: Checkout Repository
Expand Down
17 changes: 16 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
### New Feature

- Prettier SQL printing in `StringUtil.prettySQL()`
- [COLDBOX-1270](https://ortussolutions.atlassian.net/browse/COLDBOX-1270) Abililty to restart schedulers with a \`restart\(\)\` method

### Improvement

- [COLDBOX-1268](https://ortussolutions.atlassian.net/browse/COLDBOX-1268) WireBox Singleton auto reload now only affects app singletons and not core singletons
- [COLDBOX-1269](https://ortussolutions.atlassian.net/browse/COLDBOX-1269) Do not add double headers if \`event.setHTTPHeader\(\)\` is called more than once
- [COLDBOX-1273](https://ortussolutions.atlassian.net/browse/COLDBOX-1273) Removal of deprecated CFML functions in core
- [COLDBOX-1275](https://ortussolutions.atlassian.net/browse/COLDBOX-1275) Improved engine detection by the CFMLEngine feature class
- [COLDBOX-1278](https://ortussolutions.atlassian.net/browse/COLDBOX-1278) Remove unsafe evaluate function usage

### Bug

- [COLDBOX-1266](https://ortussolutions.atlassian.net/browse/COLDBOX-1266) Logger for MS SQL using date not datetime.
- [COLDBOX-1267](https://ortussolutions.atlassian.net/browse/COLDBOX-1267) Lucee only isEmpty function call
- [COLDBOX-1279](https://ortussolutions.atlassian.net/browse/COLDBOX-1279) Render encapsulator bleed of this scope by engines

## [7.2.1] - 2023-12-11

Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"app":{
"cfengine":"lucee@5.4",
"cfengine":"lucee@5",
"serverHomeDirectory":".engine/lucee5"
},
"name":"coldbox-lucee@5",
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"app":{
"cfengine":"lucee@6.0.0-snapshot",
"cfengine":"lucee@6",
"serverHomeDirectory":".engine/lucee6"
},
"name":"coldbox-lucee@6",
Expand Down

0 comments on commit c055548

Please sign in to comment.