MongoDB Go Driver Alpha 11
Pre-release
Pre-release
The MongoDB Go driver team is pleased to release the eleventh alpha of the official Go driver.
This release contains support for causal consistency and the new count API. Additionally, this release has bug fixes and small API changes. This is alpha software, so it is not recommended for production use.
Following semver, the v0 version of the public API should not be considered stable and could change.
Documentation can be found on GoDoc. Questions and inquiries can be asked on the mongo-go-driver Google Group. Bugs can be reported in the Go Driver Jira where a list of current issues can be found.
Release Notes
Bug
- [GODRIVER-491] - Failure to establish connection when using only local certificate
- [GODRIVER-510] - Documents larger than the MaxDocumentSize/MaxBSONObjectSize should cause error on InsertOne/InsertMany
New Feature
- [GODRIVER-56] - Causally Consistent Reads support
- [GODRIVER-453] - Implement new count API
- [GODRIVER-509] - Implement ObjectID spec