All Versions
68
Latest Version
Avg Release Cycle
38 days
Latest Release
1744 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.9.0 Changes
July 18, 2020- ๐ Fix
Ignore
andEmpty
to replace theQueryResults
instance forVoid
. The instance has been deprecated. - โ Remove the deprecated
parseResults
method inQueryResults
. - โ Add the
coerceDecoder
method inQueryResults
. - โฌ๏ธ Drop support for GHC 8.2 and older because of the use of
EmptyDataDeriving
. - โก๏ธ Update doctest comments with
TypeApplications
.
- ๐ Fix
-
v1.8.0 Changes
June 19, 2020๐ This release reworked the
QueryResuls
type class. There are some breaking changes:- ๐
parseResults
has been deprecated.QueryResults
has nowparseMeasurement
method. Decoder
has been monomorphized so that it can be used with lens. The originalDecoder
type has been renamed toSomeDecoder
.QueryParams
has nowdecoder
field.- ๐
parseResults
andparseResultsWith
had been usinglenientDecoder
and it caused some unintuitive behavior (#64, #66). Now they usestrictDecoder
instead. - ๐
parseErrorObject
now doesn't fail. It returns the error message of a response. - ๐
parseQueryField
which has been deprecated is now deleted. - ๐
QueryResults
instance forShowSeries
was broken. This is fixed. - ๐ The constructor of
Decoder
,parseResultsWith
, andparseResultsWithDecoder
have been hidden from the top-level module. They're still available fromDatabase.InfluxDB.JSON
.
๐ See #68 for how to migrate your code from v1.7.x to v1.8.x.
- ๐
-
v1.7.1 Changes
July 19, 2019- Escape backslashes when encoding
Line
s (#75)
- Escape backslashes when encoding
-
v1.7.1.6 Changes
June 03, 2020- โ Relax upper version bound for doctest
-
v1.7.1.5 Changes
May 26, 2020- ๐ Relax upper version bound for http-client
-
v1.7.1.4 Changes
May 26, 2020- ๐ Relax upper version bound for aeson
- ๐ Fix a GHC warning
-
v1.7.1.3 Changes
April 02, 2020- ๐ Relax upper version bound for base to support GHC 8.10.1
-
v1.7.1.2 Changes
February 08, 2020- ๐ Relax upper version bound for lens
- ๐ Fix documentation bugs
- โ Extend doctests
- โ Test with GHC 8.8.2
-
v1.7.1.1 Changes
September 09, 2019- ๐ Relax upper version bound for lens
-
v1.7.0 Changes
May 03, 2019- ๐ Support GHC 8.8.1-alpha1
- The types of
getField
andgetTag
have changed
- The types of
- ๐ Relax upper version bounds for clock and network
- ๐ Support GHC 8.8.1-alpha1