Blog

Luis Majano

July 09, 2021

Spread the word


Share your thoughts

 

Today we are excited to release ColdBox v6.5.0 and its standalone companion libraries: CacheBox, LogBox and WireBox. This release has focused on stability and making sure all bugs are addressed especially when using our schedulers and asynchronous processes. As usual, here are the update procedures:

update coldbox

# If you are using standalone libraries, then update those
update wirebox
update cachebox
update logbox

You can find our what's new document here: https://coldbox.ortusbooks.com/intro/release-history/whats-new-with-6.5.0. So let's explore the release notes.

Release Notes

ColdBox HMVC

Bugs

COLDBOX-1021 fix lastBusinessDay tests to reflect if the now is the actual last business day of the month

COLDBOX-1020 ColdBox does not allow for non-existent client cookies when using Flash RAM

COLDBOX-1019 ACF 2021 introduced getTimezone() so we need to be specific when getting timezones in the scheduler or else it fails

COLDBOX-1016 CF-2018 stats.lastResult is null when task->call have runEvent("xxxx")

COLDBOX-1015 Element cleaner not matching on query strings due to misordering of map keys. Use a TreepMap to normalize ordering so event caching and view caching cleanups can ocur.

COLDBOX-1014 response object cached response was never used, rely on the master bootstrap ColdBox cache response header

COLDBOX-1013 RendererEncapsulator overwrites view()-Method from FrameworkSupertype

COLDBOX-1010 this.nullSupport = true breaks coldbox

COLDBOX-1008 ScheduleTask listeners are only testing for isClosure() and lambdas return false, so do an or check for isCustomFunction() to support lambdas

COLDBOX-1007 scheduled task doesn't listen to when() in Scheduler.cfc

COLDBOX-1004 Custom matchers debug() function not found since it's injected in isolation

COLDBOX-1003 Scheduler service DI constructor argument was using the string literal instead of the string value for the scheduler name

COLDBOX-1002 added this scope to getTimezone() to address issue with ACF-2021 bif

COLDBOX-1001 category not logged correctly in async loggers

Improvements

COLDBOX-1023 Readjustments to fail fast and reloading procedures when there are exceptions and reiniting becomes impossible.

COLDBOX-1018 Enable proxy to use the ColdBox app key defined in the bootstrap instead of hard coding it

COLDBOX-1017 Delay loadApplicationHelpers() in interceptors so modules can contribute udf helpers and even core interceptors can load them.

COLDBOX-1012 Move coldbox inited flag to after after aspects load, so we can make sure all modules are loaded before serving requests

COLDBOX-1009 RESTHandler capture JWT TokenException to authentication failures

CacheBox

Bugs

CACHEBOX-68 BlackHoleStore never finishes reap() method {% endtab %}

LogBox

Improvements

LOGBOX-63 Allow for dbappender to have default column maps instead of strict maps and allow for all methods to use the maps

New Features

LOGBOX-64 Ability to add new appenders after config has been registered already

Recent Entries

Introducing numeric placeholders in BoxLang source!

Introducing numeric placeholders in BoxLang source!

Introducing Numeric Placeholders in BoxLang

We're excited to announce a new addition to our BoxLang parser—a feature that draws inspiration from several other languages but fits naturally within BoxLang. The conversation around which features from other languages m...

Maria Jose Herrera
Maria Jose Herrera
September 18, 2024
BoxLang 1.0.0 Beta 14 Launched

BoxLang 1.0.0 Beta 14 Launched

In this release, we are excited to introduce several new features and enhancements aimed at improving functionality and user experience. These updates include the creation of immutable query types, new server keys to aid on CLI tooling, and methods to identify runtime initiation modes.

Additionally, we've added an event announcement for dump rendering to enable better integration with external listeners. Read on to learn more about these features and how they can benefit your workflow.

Code Strong!

Luis Majano
Luis Majano
September 13, 2024
Are you attending Adobe CFSummit 2024?

Are you attending Adobe CFSummit 2024?

If you are attending the Adobe ColdFusion Summit 2024, this is what you need to know: As always, Ortus Solutions will be sponsoring this years event as Silver Sponsors, we are excited to meet all the new attendees and old friends of the community of Coldfusion developers

Maria Jose Herrera
Maria Jose Herrera
September 10, 2024