packages feed

influxdb 1.2.2.2 → 1.2.2.3

raw patch · 2 files changed

+9/−10 lines, 2 filesdep ~http-typesdep ~lensdep ~timePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: http-types, lens, time

API changes (from Hackage documentation)

- Database.InfluxDB.Types: instance Database.InfluxDB.Types.Timestamp Data.Time.Clock.UTC.NominalDiffTime
- Database.InfluxDB.Types: instance Database.InfluxDB.Types.Timestamp Data.Time.Clock.UTC.UTCTime
+ Database.InfluxDB.Types: instance Database.InfluxDB.Types.Timestamp Data.Time.Clock.Internal.NominalDiffTime.NominalDiffTime
+ Database.InfluxDB.Types: instance Database.InfluxDB.Types.Timestamp Data.Time.Clock.Internal.UTCTime.UTCTime
- Database.InfluxDB: [FieldNull] :: Field Nullable
+ Database.InfluxDB: [FieldNull] :: Field 'Nullable
- Database.InfluxDB: [RFC3339] :: Precision QueryRequest
+ Database.InfluxDB: [RFC3339] :: Precision 'QueryRequest
- Database.InfluxDB: parseResults :: QueryResults a => Precision QueryRequest -> Value -> Parser (Vector a)
+ Database.InfluxDB: parseResults :: QueryResults a => Precision 'QueryRequest -> Value -> Parser (Vector a)
- Database.InfluxDB: roundTo :: Timestamp time => Precision WriteRequest -> time -> Int64
+ Database.InfluxDB: roundTo :: Timestamp time => Precision 'WriteRequest -> time -> Int64
- Database.InfluxDB: scaleTo :: Timestamp time => Precision WriteRequest -> time -> Int64
+ Database.InfluxDB: scaleTo :: Timestamp time => Precision 'WriteRequest -> time -> Int64
- Database.InfluxDB: type LineField = Field NonNullable
+ Database.InfluxDB: type LineField = Field 'NonNullable
- Database.InfluxDB: type QueryField = Field Nullable
+ Database.InfluxDB: type QueryField = Field 'Nullable
- Database.InfluxDB.Query: parseResults :: QueryResults a => Precision QueryRequest -> Value -> Parser (Vector a)
+ Database.InfluxDB.Query: parseResults :: QueryResults a => Precision 'QueryRequest -> Value -> Parser (Vector a)
- Database.InfluxDB.Types: [FieldNull] :: Field Nullable
+ Database.InfluxDB.Types: [FieldNull] :: Field 'Nullable
- Database.InfluxDB.Types: [RFC3339] :: Precision QueryRequest
+ Database.InfluxDB.Types: [RFC3339] :: Precision 'QueryRequest
- Database.InfluxDB.Types: roundTo :: Timestamp time => Precision WriteRequest -> time -> Int64
+ Database.InfluxDB.Types: roundTo :: Timestamp time => Precision 'WriteRequest -> time -> Int64
- Database.InfluxDB.Types: scaleTo :: Timestamp time => Precision WriteRequest -> time -> Int64
+ Database.InfluxDB.Types: scaleTo :: Timestamp time => Precision 'WriteRequest -> time -> Int64
- Database.InfluxDB.Types: type LineField = Field NonNullable
+ Database.InfluxDB.Types: type LineField = Field 'NonNullable
- Database.InfluxDB.Types: type QueryField = Field Nullable
+ Database.InfluxDB.Types: type QueryField = Field 'Nullable

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+## v1.2.2.3 - 2018-01-30++* Relax upper version bounds for http-types and tasty-hunit+ ## v1.2.2.2 - 2017-11-30  * Relax upper version bounds for http-types and tasty-hunit
influxdb.cabal view
@@ -1,5 +1,5 @@ name: influxdb-version: 1.2.2.2+version: 1.2.2.3 synopsis: Haskell client library for InfluxDB description:   @influxdb@ is a Haskell client library for InfluxDB.@@ -10,7 +10,7 @@ license-file: LICENSE author: Mitsutoshi Aoe maintainer: Mitsutoshi Aoe <maoe@foldr.in>-copyright: Copyright (C) 2014-2017 Mitsutoshi Aoe+copyright: Copyright (C) 2014-2018 Mitsutoshi Aoe category: Database build-type: Simple cabal-version: >= 1.10@@ -68,13 +68,13 @@     , containers >= 0.5 && < 0.6     , foldl < 1.4     , http-client >= 0.5 && < 0.6-    , http-types >= 0.8.6 && < 0.12-    , lens >= 4.9 && < 4.16+    , http-types >= 0.8.6 && < 0.13+    , lens >= 4.9 && < 4.17     , network >= 2.6 && < 2.7     , optional-args >= 1.0 && < 1.1     , scientific >= 0.3.3 && < 0.4     , text < 1.3-    , time >= 1.5 && < 1.9+    , time >= 1.5 && < 1.10     , unordered-containers < 0.3     , vector >= 0.10 && < 0.13   hs-source-dirs: src@@ -138,9 +138,4 @@ source-repository head   type: git   branch: develop-  location: https://github.com/maoe/influxdb-haskell.git--source-repository this-  type: git-  tag: v1.2.2   location: https://github.com/maoe/influxdb-haskell.git