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

Changelog History
Page 3

  • v1.6.0.4 Changes

    June 18, 2018
    • ๐Ÿ˜Œ Relax upper version bound for containers
  • v1.6.0.3 Changes

    June 11, 2018
    • ๐Ÿ˜Œ Relax upper version bound for aeson
  • v1.6.0.2 Changes

    April 29, 2018
    • ๐Ÿ˜Œ Relax upper version bound for network
  • v1.6.0.1 Changes

    April 20, 2018
    • ๐Ÿ˜Œ Relax upper version bound for foldl
  • v1.5.2 Changes

    April 11, 2018
    • ๐Ÿ“œ Export parseResultsWithDecoder, Decoder, lenientDecoder and strictDecoder from Database.InfluxDB
    • Extend haddock comments
  • v1.5.1 Changes

    March 29, 2018
    • โž• Add basic auth support for query (#58)
  • v1.5.0 Changes

    March 15, 2018
    • ๐Ÿ”„ Change UnexpectedResponse constructor to include the request and throw it in place of UserError in query/write/manage
    • โœ… Relax upper version bound for doctest
    • Extend Haddock comments in Database.InfluxDB.Line

    The first item is a breaking change.

  • v1.4.0 Changes

    March 13, 2018
    • Implement proper escaping/quoting for queries (#54)
    • ๐Ÿ˜Œ Relax upper version bound for aeson
    • โœ… Test against InfluxDB 1.5
  • v1.3.0 Changes

    March 05, 2018
    • ๐Ÿ˜Œ Relax upper version bound for base (#51)
    • Implement proper escaping and quoting for special characters (#51, #52)
      • Introduce the Measurement type and accompanying functions
    • ๐Ÿ›  Fix a bug in the HTTP writer where the precision parameter is ignored when constructing requests
    • โœ… Some minor doctest fixes
  • v1.3.0.1 Changes

    March 06, 2018
    • โœ… Relax upper version bounds for doctest and QuickCheck