katip-elasticsearch 0.5.1.0 → 0.5.1.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~katipPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: katip
API changes (from Hackage documentation)
- Katip.Scribes.ElasticSearch.Internal: instance GHC.Exception.Exception Katip.Scribes.ElasticSearch.Internal.EsScribeSetupError
+ Katip.Scribes.ElasticSearch.Internal: instance GHC.Exception.Type.Exception Katip.Scribes.ElasticSearch.Internal.EsScribeSetupError
- Katip.Scribes.ElasticSearch: CouldNotCreateIndex :: !(Response ByteString) -> EsScribeSetupError
+ Katip.Scribes.ElasticSearch: CouldNotCreateIndex :: !Response ByteString -> EsScribeSetupError
- Katip.Scribes.ElasticSearch: CouldNotCreateMapping :: !(Response ByteString) -> EsScribeSetupError
+ Katip.Scribes.ElasticSearch: CouldNotCreateMapping :: !Response ByteString -> EsScribeSetupError
- Katip.Scribes.ElasticSearch: CouldNotPutTemplate :: !(Response ByteString) -> EsScribeSetupError
+ Katip.Scribes.ElasticSearch: CouldNotPutTemplate :: !Response ByteString -> EsScribeSetupError
- Katip.Scribes.ElasticSearch: CouldNotUpdateIndexSettings :: !(Response ByteString) -> EsScribeSetupError
+ Katip.Scribes.ElasticSearch: CouldNotUpdateIndexSettings :: !Response ByteString -> EsScribeSetupError
- Katip.Scribes.ElasticSearch.Internal: CouldNotCreateIndex :: !(Response ByteString) -> EsScribeSetupError
+ Katip.Scribes.ElasticSearch.Internal: CouldNotCreateIndex :: !Response ByteString -> EsScribeSetupError
- Katip.Scribes.ElasticSearch.Internal: CouldNotCreateMapping :: !(Response ByteString) -> EsScribeSetupError
+ Katip.Scribes.ElasticSearch.Internal: CouldNotCreateMapping :: !Response ByteString -> EsScribeSetupError
- Katip.Scribes.ElasticSearch.Internal: CouldNotPutTemplate :: !(Response ByteString) -> EsScribeSetupError
+ Katip.Scribes.ElasticSearch.Internal: CouldNotPutTemplate :: !Response ByteString -> EsScribeSetupError
- Katip.Scribes.ElasticSearch.Internal: CouldNotUpdateIndexSettings :: !(Response ByteString) -> EsScribeSetupError
+ Katip.Scribes.ElasticSearch.Internal: CouldNotUpdateIndexSettings :: !Response ByteString -> EsScribeSetupError
- Katip.Scribes.ElasticSearch.Internal: putMapping :: (ESVersion v, (ToJSON a)) => proxy v -> IndexName v -> MappingName v -> a -> BH v IO (Response ByteString)
+ Katip.Scribes.ElasticSearch.Internal: putMapping :: (ESVersion v, ToJSON a) => proxy v -> IndexName v -> MappingName v -> a -> BH v IO (Response ByteString)
- Katip.Scribes.ElasticSearch.Internal: startWorker :: forall v. (ESVersion v) => EsScribeCfg v -> BHEnv v -> MappingName v -> TBMQueue (IndexName v, Value) -> IO ()
+ Katip.Scribes.ElasticSearch.Internal: startWorker :: forall v. ESVersion v => EsScribeCfg v -> BHEnv v -> MappingName v -> TBMQueue (IndexName v, Value) -> IO ()
Files
- changelog.md +4/−0
- katip-elasticsearch.cabal +3/−3
changelog.md view
@@ -1,3 +1,7 @@+0.5.1.1+=======+* Loosen katip dep+ 0.5.1.0 ======= * Loosen deps
katip-elasticsearch.cabal view
@@ -1,7 +1,7 @@ name: katip-elasticsearch synopsis: ElasticSearch scribe for the Katip logging framework. description: See README.md for more details.-version: 0.5.1.0+version: 0.5.1.1 license: BSD3 license-file: LICENSE author: Ozgun Ataman, Michael Xavier@@ -18,7 +18,7 @@ bench/Main.hs examples/example.hs test/Main.hs-tested-with: GHC == 7.8.4, GHC== 7.10.3+tested-with: GHC == 7.8.4, GHC== 7.10.3, GHC == 8.0.1, GHC == 8.2.2, GHC == 8.4.3 source-repository head type: git@@ -35,7 +35,7 @@ Katip.Scribes.ElasticSearch.Internal build-depends: base >=4.6 && <5- , katip >= 0.2.0.0 && < 0.7+ , katip >= 0.2.0.0 && < 0.8 , bloodhound >= 0.13.0.0 && < 0.17 , uuid >= 1.3.12 && < 1.4 , aeson >=0.6