Skip to content

7.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 May 22:43
· 101 commits to development since this release

New Feature

  • Prettier SQL printing in StringUtil.prettySQL()
  • COLDBOX-1270 Abililty to restart schedulers with a `restart()` method

Improvement

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

Bug