ekg-bosun 1.0.4 → 1.0.5
raw patch · 2 files changed
+9/−3 lines, 2 filesdep ~aesondep ~vectorPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: aeson, vector
API changes (from Hackage documentation)
- System.Remote.Monitoring.Bosun: bosunRoot :: BosunOptions -> !URI
- System.Remote.Monitoring.Bosun: flushInterval :: BosunOptions -> !Int
- System.Remote.Monitoring.Bosun: instance Eq BosunOptions
- System.Remote.Monitoring.Bosun: instance Show BosunOptions
- System.Remote.Monitoring.Bosun: tags :: BosunOptions -> !(HashMap Text Text)
+ System.Remote.Monitoring.Bosun: [bosunRoot] :: BosunOptions -> !URI
+ System.Remote.Monitoring.Bosun: [flushInterval] :: BosunOptions -> !Int
+ System.Remote.Monitoring.Bosun: [tags] :: BosunOptions -> !(HashMap Text Text)
+ System.Remote.Monitoring.Bosun: instance GHC.Classes.Eq System.Remote.Monitoring.Bosun.BosunOptions
+ System.Remote.Monitoring.Bosun: instance GHC.Show.Show System.Remote.Monitoring.Bosun.BosunOptions
Files
- Changelog.md +6/−0
- ekg-bosun.cabal +3/−3
Changelog.md view
@@ -1,3 +1,9 @@+## 1.0.5++* Increased the upper-bound of aeson to allow < 0.11. Thanks to @bitemyapp for+ noticing and fixing this.+* Increased the upper-bound of vector to allow < 0.12.+ ## 1.0.4 * Increased the upper-bound of base to allow < 4.9. Now builds on
ekg-bosun.cabal view
@@ -1,5 +1,5 @@ name: ekg-bosun-version: 1.0.4+version: 1.0.5 synopsis: Send ekg metrics to a Bosun instance homepage: http://github.com/ocharles/ekg-bosun license: BSD3@@ -19,7 +19,7 @@ exposed-modules: System.Remote.Monitoring.Bosun other-extensions: OverloadedStrings build-depends:- aeson >= 0.7 && < 0.10,+ aeson >= 0.7 && < 0.11, base >=4.7 && <4.9, ekg-core >=0.1 && <0.2, http-client >= 0.3.7 && < 0.5,@@ -27,7 +27,7 @@ text >=0.11 && <1.3, time >=1.4 && <1.6, unordered-containers >=0.2 && <0.3,- vector >=0.10 && <0.11,+ vector >=0.10 && <0.12, wreq >= 0.2 && < 0.5, old-locale hs-source-dirs: src