We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fc75a commit eb242e9Copy full SHA for eb242e9
CHANGELOG.md
@@ -8,6 +8,7 @@ This project adheres to [Package Versioning Policy](https://wiki.haskell.org/Pac
8
9
### Fixed
10
- Collections with dot in the name
11
+- Upper limit for batch size in Query.splitAtLimit
12
13
## [2.7.1.2] - 2022-10-26
14
docker-compose.yml
@@ -3,7 +3,7 @@ services:
3
mongodb:
4
ports:
5
- 27017:27017
6
- image: mongo:3.6
+ image: mongo:4.0
7
mongodb-haskell:
image: phadej/ghc:8.0.2
environment:
0 commit comments