mongoDB 2.3.0 → 2.3.0.1
raw patch · 3 files changed
+6/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- Database/MongoDB/Query.hs +0/−2
- mongoDB.cabal +1/−1
CHANGELOG.md view
@@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Package Versioning Policy](https://wiki.haskell.org/Package_versioning_policy). +## [2.3.0.1] - 2017-12-28++### Removed+- Log output that littered stdout in modify many commands.+ ## [2.3.0] - 2017-05-31 ### Changed
Database/MongoDB/Query.hs view
@@ -782,7 +782,6 @@ ++ (show unknownErr)] let upsertedList = map docToUpserted $ fromMaybe [] (doc !? "upserted")- liftIO $ putStrLn $ show doc let successResults = WriteResult False n (doc !? "nModified") 0 upsertedList [] [] return $ foldl1' mergeWriteResults [writeErrorsResults, writeConcernResults, successResults] @@ -938,7 +937,6 @@ Confirm params -> params doc <- runCommand $ deleteCommandDocument col ordered docs writeConcern let n = fromMaybe 0 $ doc !? "n"- liftIO $ putStrLn $ "result of delete block: " ++ (show n) let successResults = WriteResult False 0 Nothing n [] [] [] let writeErrorsResults =
mongoDB.cabal view
@@ -1,5 +1,5 @@ Name: mongoDB-Version: 2.3.0+Version: 2.3.0.1 Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document DBMS Description: This package lets you connect to MongoDB servers and