All Versions
68
Latest Version
Avg Release Cycle
38 days
Latest Release
1871 days ago
Changelog History
Page 3
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