diff --git a/log-elasticsearch/CHANGELOG.md b/log-elasticsearch/CHANGELOG.md index 6330037..3d42791 100644 --- a/log-elasticsearch/CHANGELOG.md +++ b/log-elasticsearch/CHANGELOG.md @@ -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. diff --git a/log-elasticsearch/log-elasticsearch.cabal b/log-elasticsearch/log-elasticsearch.cabal index fdaf387..68c68a6 100644 --- a/log-elasticsearch/log-elasticsearch.cabal +++ b/log-elasticsearch/log-elasticsearch.cabal @@ -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. @@ -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 @@ -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