Blog

Luis Majano

August 13, 2018

Spread the word


Share your thoughts

Two patch releases have gone out the door for ColdBox, check out the tickets:

What's New With 5.1.3 and 5.1.4

Bugs

  • [COLDBOX-715] - Elvis operator inconsistencies on Adobe Engines, please Adobe, patch the engines and fix your compiler!
  • COLDBOX-718 - Left one encodeforhtml in textarea that was missing.

Improvements

  • [COLDBOX-237] - Some HTMLHelper method still need escaping as certain values should never be HTML
  • [COLDBOX-716] - determine session/client state via CF getApplicationMetadata() instead of isDefined() to avoid load issues for flash ram
  • [COLDBOX-717] - RemotingUtil converted to cfscript #367

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