Skip to content

MongoDB Go Driver Alpha 16

Pre-release
Pre-release
Compare
Choose a tag to compare
@skriptble skriptble released this 11 Oct 20:40
· 1683 commits to master since this release

The MongoDB Go driver team is pleased to release the sixteenth alpha of the official Go driver.

This alpha release contains a new extended JSON implementation, an improved Sessions API, and an implementation of the BulkWrite API. Additionally, there are small API updates. 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-562] - JSON decoding of an objectid returns error
  • [GODRIVER-564] - bson.EC.Time does not treat the zero time.Time value the same as the encoder
  • [GODRIVER-596] - Check value validity in isZero function

New Feature

Improvement

  • [GODRIVER-514] - Implement ExtJSON Reader using custom JSON parser & Implement extJSONValueReader and extJSONValueWriter
  • [GODRIVER-587] - Implement Improved Go Driver Sessions API
  • [GODRIVER-590] - objectid.ObjectID should support regular JSON hex bytes