All Versions
68
Latest Version
Avg Release Cycle
38 days
Latest Release
1372 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