MongoDB Go Driver Alpha 10
Pre-release
Pre-release
The MongoDB Go driver team is pleased to release the tenth alpha of the official Go driver.
This release contains support for sessions and application performance monitoring. 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-493] - Protect against nil options in bundles
- [GODRIVER-508] - topology.Server.update leaks time.Tickers
Epic
- [GODRIVER-22] - Implement driver API specs
New Feature
- [GODRIVER-19] - Implement Command Monitoring Specification
- [GODRIVER-52] - Implement Drivers Sessions API