MongoDB Go Driver Alpha 13
Pre-release
Pre-release
The MongoDB Go driver team is pleased to release the thirteenth alpha of the official Go driver.
This release contains support for GridFS. This release also contains minor 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-513] - Value.DateTime should return an int64
- [GODRIVER-538] - The readpref.WithTags function is broken
New Feature
- [GODRIVER-24] - Implement GridFS Specification
Improvement
- [GODRIVER-515] - Add Context to CommandMonitor Events