The 1.4.0 release of the Go client came out on February 17, 2015 and is available for download here. This release adds a number of features:
- Added Marshalling Support for Put and Get operations.
- Added Recordset.Results(). Consumers of a recordset do not have to implement a select anymore. Use of the old pattern is discouraged and deprecated, and direct access to recordset.Records and recordset.Errors will be removed in a future release.
- Custom Types are now allowed as bin values.
The full release notes are available here.