Blog

Luis Majano

July 02, 2018

Spread the word


Share your thoughts

ColdBox 5.1.1 patch update has been released today. This patch covers some major regresssions and improvements for stability. You can find the release notes below.

Bug

  • [COLDBOX-703] - regression onmissingmethod on html helper method was public and changed to private
  • [COLDBOX-704] - viewModule logic was not working at all yet again.

Improvement

  • [COLDBOX-705] - REmove setting throwOnInvalidInterceptionStates, makes no sense anymore
  • [COLDBOX-706] - Moved order of event manager states the injector provides to a ColdBox app so the binder can listen on itself

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