MongoDB Go Driver Alpha 12
Pre-release
Pre-release
The MongoDB Go driver team is pleased to release the twelfth alpha of the official Go driver.
This release contains support for retryable writes, transactions, and SCRAM-SHA-256. 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
New Feature
- [GODRIVER-53] - Retryable writes
- [GODRIVER-216] - SCRAM-SHA-256 Support
- [GODRIVER-286] - Implement Transactions spec
- [GODRIVER-511] - Test only the initial command in a transaction includes readConcern
Improvement
- [GODRIVER-519] - Convert SCRAM-SHA-1 to use external scram library