- Relax upper bound for aeson
- Relax upper bound for attoparsec
- Allow retry >= 0.6 && < 0.7
- Add
writeSeriesData
- Relax upper version bound for exceptions
- Drop support for old retry package
- retry < 0.6 had an unexpected behavior wrt exception masking state (Soostone/retry#12)
- Support for GHC 7.10.1
- The
Value
parsers (accidentally) could throw exceptions. It's fixed now. - Add
fromSeriesData_
which discards parsing errors and returns only successful data - Remove
listInterfaces
- Retry on connection failure and response timeout in addition to IOException
- Note that this may break existing code silently
- Relax upper bound for http-client
- Set upper bounds for some packages
- Add more lenses
- Support for influxdb v0.8 (#15)
- Add shard spaces API
- Add
configureDatabase
- Add Typeable and Generic instances where missing
- Remove unused
ScheduledDelete
type
- Support for retry-0.5 (#16)
newServerPoolWithRetrySettings
has been renamed tonewServerPoolWithRetryPolicy
serverRetrySettings
field inServerPool
has been renamed toserverRetryPolicy
- Support for network-uri (#17)
- Export
InfluxException
fromDatabase.InfluxDB
- Add
InfluxException
type and use it when decoding JSON or SeriesData (#12) - New API
ping
listInterfaces
isInSync
- BUGFIX: Fix
when expecting a Float, encountered Int instead
error (#14)
- Export
newServerPoolWithRetrySettings
fromDatabase.InfluxDB
- Make retry settings configurable (#5)
- Remove
databaseReplicationFactor
field fromDatabase
type
- Allow exceptions-0.6 (@JohnLato)
- Support for InfluxDB v0.7
- Renamed
username
field for/cluster_admins
touser
- No support for the old field name
- Renamed
- Support for retry-0.4
- Add deleteSeries
- Add authenticateClusterAdmin and authenticateDatabaseUser
- Bug fix: Treat as integer if base10Exponent is positive
- Add
stripPrefixSnake
- Drop unnecessary dependency on
scientific
when using oldaeson
.
- Add more
FromValue
instances - Add
(.:?)
and(.!=)
- Add
deriveSeriesData
and some variants - Add left folds for
Stream
type
- Support for older aeson
- Textual paramters in some functions for convenience
- A lot of bug fixes
- Initial release