All Versions
68
Latest Version
Avg Release Cycle
38 days
Latest Release
1376 days ago

Changelog History
Page 4

  • v1.2.2 Changes

    June 26, 2017
    • ๐Ÿ“š A couple of documentation fixes
    • โž• Add Ord instance for Server
  • v1.2.2.3 Changes

    January 30, 2018
    • ๐Ÿ˜Œ Relax upper version bounds for http-types, lens and time
  • v1.2.2.2 Changes

    November 30, 2017
    • ๐Ÿ˜Œ Relax upper version bounds for http-types and tasty-hunit
  • v1.2.2.1 Changes

    November 30, 2017
    • ๐Ÿ˜Œ Relax upper version bound for http-types
  • v1.2.1 Changes

    June 19, 2017
    • Export formatDatabase and formatKey from Database.InfluxDB for convenience
  • v1.2.0 Changes

    June 19, 2017

    ๐Ÿš€ There are a lot of breaking changes in this release. The API has been cleaned up and a lot of Haddock comments are added extensively.

    • The FieldVal has been renamed to Field which takes Nullability as a type parameter.
    • 0๏ธโƒฃ localServer has been renamed to defaultServer
    • Some constructors in InfluxException have been renamed
      • BadRequest to ClientError
      • IllformedJSON to UnexpectedResponse
    • โž• Added a smart constructor credentials for Credentials
    • โฌ‡๏ธ Dropped parseTimestamp and added parseUTCTime
    • โฑ ping handles timeout proerply and throws InfluxException on failure
    • PingResult has been renamed to Pong and is now an abstract data type.
    • PingParams has been turned into an abstract data type.
    • โฑ waitForLeader has been renamed to timeout.
    • ๐Ÿšš parsekey has been removed. getField and parseQueryField can be used instead.
    • โฌ‡๏ธ Drop support for http-client < 0.5
  • v1.1.2 Changes

    April 10, 2017
    • Tighten lower version bound for base #43
    • โž• Add Database.InfluxDB.Format.{string,byteString8}
  • v1.1.2.2 Changes

    May 31, 2017
    • ๐Ÿ˜Œ Relax upper version bound for foldl
  • v1.1.2.1 Changes

    May 02, 2017
    • ๐Ÿ˜Œ Relax version bounds for base and aeson
  • v1.1.1 Changes

    March 29, 2017
    • ๐Ÿ˜Œ Relax unnecessary Traversable constraints to Foldable