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

MatchBox and WebAssembly: Running BoxLang in the Browser and at the Edge

MatchBox and WebAssembly: Running BoxLang in the Browser and at the Edge

The MatchBox open beta is live at https://boxlang.ortusbooks.com/boxlang-framework/matchbox, and it brings something genuinely new to the BoxLang ecosystem: a path into WebAssembly.

That means BoxLang code can now move into browser applications, static-site deployments, edge runtimes, and WASI-style containers - without requiring a JVM. The feature is still beta, but the core direction is already useful: write BoxLang, compile it with MatchBox, and ship the generated WASM artifact to wherever a small portable runtime makes sense.

Jacob Beers
Jacob Beers
June 04, 2026