File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22name : log-elasticsearch
3- version : 0.13.0.1
3+ version : 0.13.0.2
44synopsis : Structured logging solution (Elasticsearch back end)
55
66description : Elasticsearch back end for the 'log' library suite.
@@ -26,7 +26,7 @@ source-repository head
2626
2727flag openssl
2828 description : Use http-client-openssl instead of http-client-tls
29- default : True
29+ default : False
3030
3131library
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
You can’t perform that action at this time.
0 commit comments