Skip to content

Commit 7d51f52

Browse files
authored
log-elasticsearch: switch back to http-client-tls by default (#96)
* log-elasticsearch: switch back to http-client-tls by default * Change version
1 parent 043a4c8 commit 7d51f52

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

log-elasticsearch/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# log-elasticsearch-0.13.0.2 (2025-04-01)
2+
* Switch back to `http-client-tls` by default, and add a constraint
3+
on a more recent version.
4+
15
# log-elasticsearch-0.13.0.1 (2023-01-31)
26
* Add support for OpenSearch.
37

log-elasticsearch/log-elasticsearch.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: log-elasticsearch
3-
version: 0.13.0.1
3+
version: 0.13.0.2
44
synopsis: Structured logging solution (Elasticsearch back end)
55

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

2727
flag openssl
2828
description: Use http-client-openssl instead of http-client-tls
29-
default: True
29+
default: False
3030

3131
library
3232
exposed-modules: Log.Backend.ElasticSearch
@@ -73,4 +73,4 @@ library
7373
cpp-options: -DOPENSSL
7474
build-depends: http-client-openssl >= 0.3.2
7575
else
76-
build-depends: http-client-tls
76+
build-depends: http-client-tls >= 0.3.6.3

0 commit comments

Comments
 (0)