Skip to content

Commit

Permalink
update es dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Sep 26, 2024
1 parent c952f35 commit 14f648a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Jon Clausen <[email protected]>"
],
"dependencies":{
"cbelasticsearch":"^3.2",
"cbelasticsearch":"^3.4.0",
"cbrestbasehandler":"^1.0.0"
},
"ignore":[
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

* Added config option for detached appenders ( [introduced in `cbelasticsearch` `v3.4.0`](https://cbelasticsearch.ortusbooks.com/logging#detached-appenders) )
* Added interceptor and custom interception to log to specific appenders ( e.g. detached )

### Changed

* Remove JSONToRC module dependency as Coldbox handles this by default
* Bumped `cbelasticsearch` dependency to `v3.4.0`

## [3.0.4] => 2023-11-19

Expand Down

0 comments on commit 14f648a

Please sign in to comment.