Commit graph

  • 63bba3a6d3
    Merge patch for Mongo 6 zgo-patch Rene Vergara 2023-08-07 13:18:39 -0500
  • 0afaf89e1d
    Merge branch 'runCommand-compat' of https://github.com/fumieval/mongodb into zgo-patch Rene Vergara 2023-08-07 13:18:07 -0500
  • 22537d87ee
    Merge branch 'external' into zgo-patch Rene Vergara 2023-07-27 12:47:02 -0500
  • cd3977c731
    Adjust deps Rene Vergara 2023-07-27 12:01:22 -0500
  • 4a9a1cb63f
    Merge branch 'scram-sha-256' of https://github.com/fumieval/mongodb into external Rene Vergara 2023-07-27 10:44:45 -0500
  • 35ee53abed Add changelog entry Victor Denisov 2023-06-25 14:00:20 -0700
  • 4a46964d4c
    Fix issue on collections with '.' Victor Denisov 2023-06-25 13:47:58 -0700
  • 51358d13c4 mongo 6: fix issue on collections with '.' Pierre Mizrahi 2023-05-29 11:48:05 +0200
  • 46643fd8ad Make runCommand compatible with MongoDB 6.0 runCommand-compat Fumiaki Kinoshita 2023-04-17 16:46:57 +0900
  • 90afe88784 Support SCRAM-SHA-256 scram-sha-256 Fumiaki Kinoshita 2023-04-17 16:47:22 +0900
  • 6e79777656 add authSCRAMSHA256 scram-sha256 Fumiaki Kinoshita 2023-04-17 12:08:15 +0900
  • 995087e9a0 repair single document upserts when using OP_MSG Pierre Mizrahi 2023-02-13 14:05:56 +0100
  • fb0d140aa4 Get rid of MonadFail constraints in MongoDB.Query Victor Denisov 2023-02-04 21:50:34 -0800
  • 6f1d842641 Add missing dependencies to benchmarks Victor Denisov 2023-02-04 21:49:53 -0800
  • 46cfe5bf9a Get rid of MonadFail constraints in Database.MongoDB.Query master Fumiaki Kinoshita 2023-01-12 14:25:48 +0900
  • a5a0f3517e Bump version v2.7.1.2 Victor Denisov 2022-10-26 21:13:29 -0700
  • 780df80cfc
    Make current driver compatible with the OP_MSG protocol (#137) kfiz 2022-10-27 06:09:24 +0200
  • 80c313362b
    Fixed a typo in openReplicatSetSRV' documentation strings. Victor Denisov 2022-09-18 18:02:35 -0700
  • 3c3c2d1f35 Fixed a typo in openReplicatSetSRV' documentation strings. why-not-try-calmer 2022-09-02 10:53:06 +0200
  • 497025bd3c
    Clean, update codebase to avoid warnings/infos Victor Denisov 2022-07-08 19:46:30 -0700
  • f66742378d
    Merge branch 'master' into cleaning-codebase Adrien 2022-06-18 13:37:42 +0200
  • 727bdef020 Cleaning, updating codebase to avoid warnings/infos why-not-try-calmer 2022-06-17 19:16:02 +0200
  • 2ab662b2de
    Allow optional TLS params Victor Denisov 2022-03-21 21:08:47 -0700
  • e3ce8698c7 for issue #126. Allow optional TLS params Darrell Roberts 2022-03-10 08:33:16 -0500
  • 408cc267f5 for issue #126. Allow optional TLS params Darrell Roberts 2022-03-07 08:50:11 -0500
  • 5980bc18b2
    Add a clarificatory remark and one example to openReplicaSet' Victor Denisov 2022-02-06 22:27:10 -0800
  • 410fdd587a Added "timeouts" as one type of events users should handle as part of their use of Pipeline. why-not-try-calmer 2022-02-03 08:46:16 +0100
  • 6ad28bc0a6 Added a clarificatory remark and one example to openReplicaSet' why-not-try-calmer 2022-01-06 23:43:29 +0100
  • 3bb466c818 Bump version v2.7.1.1 Victor Denisov 2021-06-14 20:45:45 -0700
  • 6d338dac69 Minor sample fix of liftIO for GHC >= 8.0 Victor Denisov 2021-06-13 21:50:50 -0700
  • 82c539bd4a Add changelog entry Victor Denisov 2021-05-28 21:48:41 -0700
  • 10d877cfcd Add simple set for BSON to work on ghci but also from scripts Victor Denisov 2021-05-27 22:05:26 -0700
  • 1afc7bfab5 Adding simple set for BSON to work on ghci but also from scripts Carlos Saltos 2021-05-02 01:51:39 +0300
  • 4d0ccf84ef Minor sample fix of LiftIO for GHC >= 8.0 Carlos Saltos 2021-05-02 01:45:35 +0300
  • 952aed5a1f
    Add allowDiskUse option for aggregates Victor Denisov 2021-01-03 20:53:11 -0800
  • 9a048f2f85 Add allowDiskUse option for aggregates Andrea Condoluci 2020-12-15 14:36:10 +0000
  • a9e1868d10 Bump version Victor Denisov 2020-08-17 20:36:29 -0700
  • c9c9506c45
    Add findCommand function Victor Denisov 2020-08-17 20:29:51 -0700
  • 951109c91d Use QueryFailure instead of adding a new error to make the change backwards compatible Diego Balseiro 2020-08-11 16:46:28 -0500
  • c6a9ffcc63 Make findCommand tests run just for MongoDB 3.2 or superior Diego Balseiro 2020-07-31 13:50:33 -0500
  • a3e1999287 Refactor getCursorFromResponse Diego Balseiro 2020-07-30 13:25:19 -0500
  • 0c7a62fc56 Add tests for findCommand Diego Balseiro 2020-07-29 19:18:36 -0500
  • 9ad016c043 Add find using the runCommand operation Diego Balseiro 2020-07-28 21:36:30 -0500
  • 7f83416ddf Bump version Victor Denisov 2020-04-07 20:37:49 -0700
  • e98655a907 Fix error reporting for deletion of big messages Victor Denisov 2020-04-07 20:26:59 -0700
  • 69f5dd450f Format documentation Victor Denisov 2020-04-04 14:24:38 -0700
  • 9ce116b4bc Update Query.hs Andrea Condoluci 2020-04-03 12:47:39 +0200
  • 1dc12beef3 Fix typo Andrea Condoluci 2020-04-03 09:46:07 +0200
  • 55ca81a474 Undo some inessential changes Andrea Condoluci 2020-04-01 16:53:37 +0200
  • 9f41f36d02 Fix famUpdate doc Andrea Condoluci 2020-04-01 16:01:59 +0200
  • b42710839a Improve documentation Andrea Condoluci 2020-04-01 15:11:17 +0200
  • ff0b0a31f3 Fix compilation of GHC 8.8 v2.7.0.0 Victor Denisov 2020-02-08 19:39:21 -0800
  • 6d261afcab Bump version v2.6.0.1 Victor Denisov 2020-02-01 12:41:30 -0800
  • 82da003485 Add changelog entry Victor Denisov 2020-02-01 12:40:31 -0800
  • 99ceba43a0
    Add support for snaked-cased hostnames Neil Cowburn 2020-02-01 08:27:20 +0000
  • 60c10bb5cc Bump version v2.6.0.0 Victor Denisov 2020-01-03 17:25:40 -0800
  • 993649bbc1 Add changelog entry Victor Denisov 2020-01-02 20:28:16 -0800
  • 73cae15466 Open ReplicaSets over TLS Victor Denisov 2020-01-01 20:34:31 -0800
  • 30ef4e1570 Fix compilation error Victor Denisov 2020-01-01 17:38:13 -0800
  • e71b361a75 Add changelog entry Victor Denisov 2019-12-31 19:09:49 -0800
  • 7b5d85cca8 Unmask the forked thread in new pipeline Victor Denisov 2019-12-31 15:44:05 -0800
  • 90448fb8ff Add changelog entry Victor Denisov 2019-12-31 15:26:30 -0800
  • e2e8288b32 Use MonadFail instead of Monad Victor Denisov 2019-12-31 12:28:52 -0800
  • a8bce6fd76 Add changelog entry Victor Denisov 2019-12-31 11:45:57 -0800
  • bcfbcc2918
    Add support for opening replica sets using v3.6-style connection strings Neil Cowburn 2019-11-01 17:00:06 +0000
  • d334d889ee
    Add support for opening replica sets over TLS Neil Cowburn 2019-11-01 16:55:59 +0000
  • bd25f8bee3 Unmask the forked thread in newPipeline Arnaud Spiwack 2019-10-29 09:25:31 +0100
  • 917fa0eb57 Use MonadFail instead of Monad Taylor Fausak 2019-10-04 12:10:24 -0400
  • 4d1b2a0108 Add support for Unix domain socket connection horus 2019-09-11 14:08:22 +0800
  • 76d5f84f8a Bump version v2.5.0.0 Victor Denisov 2019-06-14 21:21:51 -0700
  • 33f2aca7b7 Merge: update to network 3.0 Victor Denisov 2019-06-14 20:09:04 -0700
  • ef1fc3875c Remove explicit default of _old-network flag. Scott Fleischman 2019-06-12 08:57:53 -0700
  • f84cc03517 Add numeric instances that network's PortNumber has. Scott Fleischman 2019-05-30 11:33:13 -0700
  • 3334d819b4 Improve network versioning; add to benchmarks. Scott Fleischman 2019-05-30 10:52:25 -0700
  • 996d3e196b Use same version check as in cabal file; fix typo in comment. Scott Fleischman 2019-05-30 10:28:23 -0700
  • 17287b5556 Use network's connectTo when available. Scott Fleischman 2019-05-30 10:02:06 -0700
  • 21cf023854 Add module Database.MongoDB.Internal.Network. Scott Fleischman 2019-05-29 18:02:37 -0700
  • 5bb77518a8 Revert "Remove use of conduit Producer and Consumer." Scott Fleischman 2019-05-29 17:18:00 -0700
  • 74a40411c1 Update shadowing warnings. Scott Fleischman 2019-05-29 17:07:29 -0700
  • b094dff057 Prefix internal unused fields with underscore. Scott Fleischman 2019-05-29 17:03:03 -0700
  • 5f04dc6a23 Remove use of conduit Producer and Consumer. Scott Fleischman 2019-05-29 17:01:50 -0700
  • c03e1ed746 Use Control.Monad.Except instead of Control.Monad.Error. Scott Fleischman 2019-05-29 16:57:51 -0700
  • 13f56bbee4 Use ciphersuite_default instead of ciphersuite_all. Scott Fleischman 2019-05-29 16:52:37 -0700
  • 44770450db Add .stack-work to .gitignore. Scott Fleischman 2019-05-29 16:30:24 -0700
  • ea36d6fbb2 Bump version and add changelog entry v2.4.0.1 Victor Denisov 2019-03-03 17:38:18 -0800
  • ddaaa6a9cd Merge doc update for modify method Victor Denisov 2019-03-03 17:34:31 -0800
  • 85fc268ce4 Force reinstalls when installing dependencies Victor Denisov 2019-02-26 18:41:38 -0800
  • 12ab2aef66
    Update Query.hs jaccokrijnen 2018-10-31 15:03:23 +0100
  • eb7273e091 Bump version v2.4.0.0 Victor Denisov 2018-05-02 23:20:38 -0700
  • 7d23189fdd Merge fix for ghc-8.4 Victor Denisov 2018-05-02 23:18:19 -0700
  • 21e87d9e57 Add a changelog entry Victor Denisov 2018-04-29 13:16:03 -0700
  • 3b526c035d Reverse build order Victor Denisov 2018-04-28 16:27:05 -0700
  • 9e0781dff5 Use stm channels Victor Denisov 2018-04-28 15:14:30 -0700
  • b66318d5ea Add ghc 8.4 Victor Denisov 2018-03-16 22:05:28 -0700
  • 5e08f63f34 Add lts build Victor Denisov 2018-04-28 14:12:53 -0700
  • e2b0ae39d0 Use lts stackage for builds Victor Denisov 2018-04-28 11:12:19 -0700
  • 823e6ac53e Bump version of nonce constraint Victor Denisov 2018-03-22 21:10:39 -0700
  • e46bc87fcc Bump version v2.3.0.5 Victor Denisov 2018-03-15 00:07:43 -0700
  • b02c29e4bb
    Merge Stop leaking Nonce generator on authentication Victor Denisov 2018-03-15 00:05:10 -0700
  • 87ddf52c97 Stop leaking Nonce generator on authentication James Brechtel 2018-03-12 16:06:18 -0400