All Versions
23
Latest Version
Avg Release Cycle
105 days
Latest Release
1404 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.7.1.1 Changes
June 14, 2021๐ Fixed
- Sample code
โ Added
- Clarification to the tutorial
-
v2.7.1.0 Changes
August 17, 2020โ Added
- Function findCommand
-
v2.7.0.1 Changes
April 07, 2020๐ Fixed
- Error reporting for deletion of big messages
- ๐ Formatting of docs
-
v2.7.0.0 Changes
February 08, 2020๐ Fixed
- โฌ๏ธ Upgraded bson to compile with GHC 8.8
-
v2.6.0.1 Changes
February 01, 2020๐ Fixed
- ๐ Parsing hostname with underscores in readHostPortM.
-
v2.6.0.0 Changes
January 03, 2020โ Added
- MonadFail. It's a standard for newer versions of Haskell,
- Open replica sets over tls.
๐ Fixed
- ๐ Support for unix domain socket connection,
- Stubborn listener threads.
-
v2.5.0.0 Changes
June 14, 2019๐ Fixed
๐ฆ Compatibility with network 3.0 package
-
v2.4.0.1 Changes
March 03, 2019๐ Fixed
Doc for modify method
-
v2.4.0.0 Changes
May 03, 2018๐ Fixed
- GHC 8.4 compatibility. isEmptyChan is not available in base 4.11 anymore.
-
v2.3.0 Changes
May 31, 2017๐ Changed
- Description of access function
- Lift MonadBaseControl restriction
- โก๏ธ Update and delete results are squashed into one WriteResult type
- โก๏ธ Functions insertMany, updateMany, deleteMany are rewritten to properly report various errors