Skip to content

Commit

Permalink
bump to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Apr 24, 2023
1 parent ac8f0e5 commit e6d7c96
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name":"Elasticsearch for the Coldbox Framework",
"author":"Ortus Solutions <[email protected]",
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbelasticsearch/@build.version@/[email protected]@[email protected]@.zip",
"version":"3.0.4",
"version":"3.1.0",
"slug":"cbelasticsearch",
"type":"modules",
"homepage":"https://cbelasticsearch.ortusbooks.com",
Expand Down
13 changes: 12 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

----
# [3.0.4] - Unreleased
# [3.1.0] - 04-24-2023
### Added
* Added support for [scripted and runtime fields](https://cbelasticsearch.ortusbooks.com/indices/managing-indices)
* [Added `getTermsEnum` to client](https://cbelasticsearch.ortusbooks.com/searching/search#terms-enum) to allow for fetching autocompletion terms and picklists
* Added [generic `set` method to SearchBuilder](https://cbelasticsearch.ortusbooks.com/searching/search) to allow for ad-hoc body parameters

### Fixed
* Fixed an issue with `filterRange` method to allow compatibility when used with `filterTerms` and `filterTerm`

### Changed
* Renamed `startRows`/`maxRows` properties in search builder to `from`/`size` to better match ES query syntax. Adds custom `setStartRows` and `setMaxRows` methods which pass through.

# [3.0.3] - 04-18-2023
### Fixed
* Fixed regex used to detect Lucee HTML formatted error messages
Expand Down

0 comments on commit e6d7c96

Please sign in to comment.