log-elasticsearch 0.12.1.0 → 0.12.1.1
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~aesondep ~log-basenew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, log-base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- log-elasticsearch.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,6 @@+# log-elasticsearch-0.12.1.1 (2021-10-11)+* Make compatible with log-base-0.11.0.0.+ # log-elasticsearch-0.12.1.0 (2021-06-23) * Map `time` as `date_nanos` in ElasticSearch >= 7.0.
log-elasticsearch.cabal view
@@ -1,5 +1,5 @@ name: log-elasticsearch-version: 0.12.1.0+version: 0.12.1.1 synopsis: Structured logging solution (Elasticsearch back end) description: Elasticsearch back end for the 'log' library suite.@@ -30,7 +30,7 @@ Log.Backend.ElasticSearch.Internal Log.Backend.ElasticSearch.Lens build-depends: base >= 4.8 && <5,- aeson >=1.0.0.0,+ aeson >=1.0.0.0 && <1.6, aeson-pretty >=0.8.2, base64-bytestring, bytestring,@@ -38,7 +38,7 @@ http-client, http-client-tls, http-types,- log-base >= 0.10 && <0.11,+ log-base >= 0.10 && <0.12, network-uri, semigroups, text,