All Versions
68
Latest Version
Avg Release Cycle
38 days
Latest Release
1607 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v1.2.2 Changes
June 26, 2017- ๐ A couple of documentation fixes
- โ Add
Ord
instance forServer
-
v1.2.2.3 Changes
January 30, 2018- ๐ Relax upper version bounds for http-types, lens and time
-
v1.2.2.2 Changes
November 30, 2017- ๐ Relax upper version bounds for http-types and tasty-hunit
-
v1.2.2.1 Changes
November 30, 2017- ๐ Relax upper version bound for http-types
-
v1.2.1 Changes
June 19, 2017- Export
formatDatabase
andformatKey
fromDatabase.InfluxDB
for convenience
- Export
-
v1.2.0 Changes
June 19, 2017๐ There are a lot of breaking changes in this release. The API has been cleaned up and a lot of Haddock comments are added extensively.
- The
FieldVal
has been renamed toField
which takesNullability
as a type parameter. - 0๏ธโฃ
localServer
has been renamed todefaultServer
- Some constructors in
InfluxException
have been renamedBadRequest
toClientError
IllformedJSON
toUnexpectedResponse
- โ Added a smart constructor
credentials
forCredentials
- โฌ๏ธ Dropped
parseTimestamp
and addedparseUTCTime
- โฑ
ping
handles timeout proerply and throwsInfluxException
on failure PingResult
has been renamed toPong
and is now an abstract data type.PingParams
has been turned into an abstract data type.- โฑ
waitForLeader
has been renamed totimeout
. - ๐
parsekey
has been removed.getField
andparseQueryField
can be used instead. - โฌ๏ธ Drop support for
http-client < 0.5
- The
-
v1.1.2 Changes
April 10, 2017- Tighten lower version bound for base #43
- โ Add
Database.InfluxDB.Format.{string,byteString8}
-
v1.1.2.2 Changes
May 31, 2017- ๐ Relax upper version bound for foldl
-
v1.1.2.1 Changes
May 02, 2017- ๐ Relax version bounds for base and aeson
-
v1.1.1 Changes
March 29, 2017- ๐ Relax unnecessary Traversable constraints to Foldable