Blog

cbElasticsearch 2.3.0 Released

Jon Clausen May 05, 2022

Spread the word

Jon Clausen

May 05, 2022

Spread the word


Share your thoughts

We are pleased to announce the release of cbElasticsearch version 2.3.0. cbElasticsearch is the Elasticsearch module for the Coldbox platform, and provides a fluent CFML API for interacting with, searching, and serializing to Elasticsearch servers.

This release includes documentation updates and and enhancements to core functions of the Document, SearchBuilder and IndexBuilder components, as well as additional error handling for async tasks.

v2.3.0 Changelog:

Added

  • Added the ability to pass query params to the client get method
  • Additional documentation updates and examples
  • Added filterRange method to SearchBuilder
  • Added the ability to pass an index name to the IndexBuilder delete method
  • Added additional error handling and parsing to tasks

Fixed

  • Fixes an issue with correctly passing key name to SearchBuilder sort method

For more information on installation, configuration, and the capabilities of cbElasticsearch, visit https://cbelasticsearch.ortusbooks.com/.

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