Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions log-elasticsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# log-elasticsearch-0.13.0.2 (2025-04-01)
* Switch back to `http-client-tls` by default, and add a constraint
on a more recent version.

# log-elasticsearch-0.13.0.1 (2023-01-31)
* Add support for OpenSearch.

Expand Down
6 changes: 3 additions & 3 deletions log-elasticsearch/log-elasticsearch.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: log-elasticsearch
version: 0.13.0.1
version: 0.13.0.2
synopsis: Structured logging solution (Elasticsearch back end)

description: Elasticsearch back end for the 'log' library suite.
Expand All @@ -26,7 +26,7 @@ source-repository head

flag openssl
description: Use http-client-openssl instead of http-client-tls
default: True
default: False

library
exposed-modules: Log.Backend.ElasticSearch
Expand Down Expand Up @@ -73,4 +73,4 @@ library
cpp-options: -DOPENSSL
build-depends: http-client-openssl >= 0.3.2
else
build-depends: http-client-tls
build-depends: http-client-tls >= 0.3.6.3