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

Changelog History
Page 5

  • v1.1.0 Changes

    March 23, 2017
    • ๐Ÿ“œ Handle empty "values" in parseSeriesBody
  • v1.0.0 Changes

    March 03, 2017

    ๐Ÿ‘ The library was completely rewritten and support for older InfluxDB has been dropped.

    • ๐Ÿ‘Œ Support for InfluxDB 1.2
  • v0.10.0 Changes

    May 17, 2016
    • ๐Ÿ›  Fix a typo in a Haddock comment (#28)
    • โฌ‡๏ธ Drop support for retry < 0.7
    • โž• Add stack.yml
    • โž• Add support for GHC 8.0.1 (#29)
  • v0.9.1 Changes

    March 07, 2015
    • โž• Add writeSeriesData
    • ๐Ÿ˜Œ Relax upper version bound for exceptions
    • โฌ‡๏ธ Drop support for old retry package
  • v0.9.1.3 Changes

    June 02, 2015
    • ๐Ÿ˜Œ Relax upper bound for aeson
  • v0.9.1.2 Changes

    May 15, 2015
    • ๐Ÿ“œ Relax upper bound for attoparsec
  • v0.9.1.1 Changes

    March 07, 2015
    • ๐Ÿ‘ Allow retry >= 0.6 && < 0.7
  • v0.9.0 Changes

    November 27, 2014
    • ๐Ÿ“œ The Value parsers (accidentally) could throw exceptions. It's fixed now.
    • โž• Add fromSeriesData_ which discards parsing errors and returns only successful data
    • โœ‚ Remove listInterfaces
  • v0.9.0.1 Changes

    January 06, 2015
    • ๐Ÿ‘Œ Support for GHC 7.10.1
  • v0.8.0 Changes

    November 07, 2014
    • โฑ Retry on connection failure and response timeout in addition to IOException
      • Note that this may break existing code silently