diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 539211334..14ae85df0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/changelog.md b/changelog.md index 810d0a7de..0bfc74f9f 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/server-lucee@5.json b/server-lucee@5.json index 8e4844083..1d19a7e53 100644 --- a/server-lucee@5.json +++ b/server-lucee@5.json @@ -1,6 +1,6 @@ { "app":{ - "cfengine":"lucee@5.4", + "cfengine":"lucee@5", "serverHomeDirectory":".engine/lucee5" }, "name":"coldbox-lucee@5", diff --git a/server-lucee@6.json b/server-lucee@6.json index f05e4b05f..f869f0a5a 100644 --- a/server-lucee@6.json +++ b/server-lucee@6.json @@ -1,6 +1,6 @@ { "app":{ - "cfengine":"lucee@6.0.0-snapshot", + "cfengine":"lucee@6", "serverHomeDirectory":".engine/lucee6" }, "name":"coldbox-lucee@6",