All Versions
23
Latest Version
Avg Release Cycle
105 days
Latest Release
1046 days ago

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