Blog

ColdBox 6.2.2 Released

Luis Majano January 12, 2021

Spread the word

Luis Majano

January 12, 2021

Spread the word


Share your thoughts

Today we released ColdBox v6.2.2 as a minor path. Please update if you are affected by the issues shown in the release notes.


update coldbox

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

Release Notes [6.2.2] => 2021-JAN-12

ColdBox HMVC Core

Bugs

  • [COLDBOX-963] - Use Java URI for more resiliant getFullURL to avoid double slashes

WireBox

Bugs

  • [WIREBOX-107] - wirebox metadata caching broken
  • [WIREBOX-109] - Standalone event pool interceptData -> data not backwards compat

Improvements

  • [WIREBOX-108] - WireBox not handling cachebox, logbox, and asynmanager instances properly

CacheBox

Improvements

  • [CACHEBOX-65] - CacheBox not handling wirebox, logbox, and asynmanager instances properly

LogBox

Improvements

  • [LOGBOX-60] - Ignore interrupted exceptions from appenders' scheduler pool

Add Your Comment

Recent Entries

Building Native CLI Apps with MatchBox & Native Fusion

Building Native CLI Apps with MatchBox & Native Fusion

MatchBox makes BoxLang practical for a classic deployment target: the single-file command-line application.

The MatchBox open beta is available at https://github.com/ortus-boxlang/matchbox.

With the MatchBox native target, you can compile a .bxs script into a standalone executable for macOS, Linux, or Windows. The generated binary includes the MatchBox VM core and your compiled BoxLang bytecode. It does not require a JVM, a separate MatchBox install, or any runtime on the target machine.

Jacob Beers
Jacob Beers
July 14, 2026