packages feed

katip 0.3.1.3 → 0.3.1.4

raw patch · 3 files changed

+7/−3 lines, 3 filesdep ~aesonPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: aeson

API changes (from Hackage documentation)

- Katip: itemApp :: Lens' (Item a_amWt) Namespace
+ Katip: itemApp :: Lens' (Item a_an4z) Namespace
- Katip: itemEnv :: Lens' (Item a_amWt) Environment
+ Katip: itemEnv :: Lens' (Item a_an4z) Environment
- Katip: itemHost :: Lens' (Item a_amWt) HostName
+ Katip: itemHost :: Lens' (Item a_an4z) HostName
- Katip: itemLoc :: Lens' (Item a_amWt) (Maybe Loc)
+ Katip: itemLoc :: Lens' (Item a_an4z) (Maybe Loc)
- Katip: itemMessage :: Lens' (Item a_amWt) LogStr
+ Katip: itemMessage :: Lens' (Item a_an4z) LogStr
- Katip: itemNamespace :: Lens' (Item a_amWt) Namespace
+ Katip: itemNamespace :: Lens' (Item a_an4z) Namespace
- Katip: itemPayload :: Lens (Item a_amWt) (Item a_asWH) a_amWt a_asWH
+ Katip: itemPayload :: Lens (Item a_an4z) (Item a_atad) a_an4z a_atad
- Katip: itemProcess :: Lens' (Item a_amWt) ProcessID
+ Katip: itemProcess :: Lens' (Item a_an4z) ProcessID
- Katip: itemSeverity :: Lens' (Item a_amWt) Severity
+ Katip: itemSeverity :: Lens' (Item a_an4z) Severity
- Katip: itemThread :: Lens' (Item a_amWt) ThreadIdText
+ Katip: itemThread :: Lens' (Item a_an4z) ThreadIdText
- Katip: itemTime :: Lens' (Item a_amWt) UTCTime
+ Katip: itemTime :: Lens' (Item a_an4z) UTCTime
- Katip.Core: itemApp :: Lens' (Item a_amWt) Namespace
+ Katip.Core: itemApp :: Lens' (Item a_an4z) Namespace
- Katip.Core: itemEnv :: Lens' (Item a_amWt) Environment
+ Katip.Core: itemEnv :: Lens' (Item a_an4z) Environment
- Katip.Core: itemHost :: Lens' (Item a_amWt) HostName
+ Katip.Core: itemHost :: Lens' (Item a_an4z) HostName
- Katip.Core: itemLoc :: Lens' (Item a_amWt) (Maybe Loc)
+ Katip.Core: itemLoc :: Lens' (Item a_an4z) (Maybe Loc)
- Katip.Core: itemMessage :: Lens' (Item a_amWt) LogStr
+ Katip.Core: itemMessage :: Lens' (Item a_an4z) LogStr
- Katip.Core: itemNamespace :: Lens' (Item a_amWt) Namespace
+ Katip.Core: itemNamespace :: Lens' (Item a_an4z) Namespace
- Katip.Core: itemPayload :: Lens (Item a_amWt) (Item a_asWH) a_amWt a_asWH
+ Katip.Core: itemPayload :: Lens (Item a_an4z) (Item a_atad) a_an4z a_atad
- Katip.Core: itemProcess :: Lens' (Item a_amWt) ProcessID
+ Katip.Core: itemProcess :: Lens' (Item a_an4z) ProcessID
- Katip.Core: itemSeverity :: Lens' (Item a_amWt) Severity
+ Katip.Core: itemSeverity :: Lens' (Item a_an4z) Severity
- Katip.Core: itemThread :: Lens' (Item a_amWt) ThreadIdText
+ Katip.Core: itemThread :: Lens' (Item a_an4z) ThreadIdText
- Katip.Core: itemTime :: Lens' (Item a_amWt) UTCTime
+ Katip.Core: itemTime :: Lens' (Item a_an4z) UTCTime

Files

changelog.md view
@@ -1,3 +1,7 @@+0.3.1.4+=======+* Loosen deps on aeson to allow 1.1.0.0+ 0.3.1.3 ======= * Fix build on windows
katip.cabal view
@@ -1,5 +1,5 @@ name:                katip-version:             0.3.1.3+version:             0.3.1.4 synopsis:            A structured logging framework. description:   Katip is a structured logging framework. See README.md for more details.@@ -54,7 +54,7 @@     OverloadedStrings    build-depends: base >=4.5 && <5-               , aeson >=0.6 && <1.1+               , aeson >=0.6 && <1.2                , auto-update >= 0.1 && < 0.2                , bytestring >= 0.9 && < 0.11                , containers >=0.4 && <0.6
src/Katip.hs view
@@ -150,7 +150,7 @@ @  In the above example, doDatabaseThings would overwrite that-UderIDContext with its own context and namespace. Sometimes this is+UserIDContext with its own context and namespace. Sometimes this is what you want and that's why 'logF' and other functions which only require 'Katip' exist. If you are interested in combining log contexts and namespaces, see 'KatipContext'.