MongoDB Go Driver Alpha 8
Pre-release
Pre-release
The MongoDB Go driver team is pleased to release the eighth alpha of the official Go driver.
This release adds support for network compression. Additionally, there are improvements to the index management functionality in the driver. 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-477] - benchmark max execution timeout counts setup time.
New Feature
- [GODRIVER-20] - Implement Compression Specification
Improvement
- [GODRIVER-115] - Implement driver benchmarks