mongodb/CHANGELOG.md

49 lines
1.1 KiB
Markdown
Raw Normal View History

2015-08-02 17:14:17 +00:00
# Change Log
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).
2015-11-07 19:28:13 +00:00
2016-05-03 06:14:18 +00:00
## [2.1.0] - unreleased
### Added
- TLS implementation. So far it is an experimental feature.
2016-05-30 19:30:20 +00:00
- Insert using command syntax with mongo server >= 2.6
2016-05-03 06:14:18 +00:00
### Changed
- All messages will be strictly evaluated before sending them to mongodb server.
No more closed handles because of bad arguments.
2016-05-03 06:14:18 +00:00
### Removed
- System.IO.Pipeline module
2016-05-21 20:42:59 +00:00
### Fixed
- allCollections request for mongo versions above 3.0
2015-12-22 11:11:01 +00:00
## [2.0.10] - 2015-12-22
### Fixed
- SCRAM-SHA-1 authentication for mongolab
2015-11-07 19:28:13 +00:00
## [2.0.9] - 2015-11-07
### Added
- SCRAM-SHA-1 authentication for mongo 3.0
2015-10-03 21:11:40 +00:00
## [2.0.8] - 2015-10-03
### Fixed
- next function was getting only one batch when the request was unlimited,
as a result you were receiving only 101 docs (default mongo batch size)
2015-08-02 17:14:17 +00:00
2015-09-04 18:03:54 +00:00
## [2.0.7] - 2015-09-04
2015-08-29 23:14:06 +00:00
### Fixed
- Slow requests to the database server.
2015-08-02 17:14:17 +00:00
## [2.0.6] - 2015-08-02
### Added
- Time To Live index
### Fixed
- Bug, the driver could not list more 97899 documents.