The low-impact release r2013.11.18 of the mgo MongoDB driver
for Go has just been tagged.
For details, the driver page lives at:
http://labix.org/mgo
And these are the minor features and fixes made in this release:
- Added support for maps with custom string key types. This enables
mgo to properly handle types such as map[MyString]MyType.
Feature requested by Emre Kazdagli.
- Added Query.DisableCursorTimeout method, to ask the server to
not apply the default 10-minutes timeout on specific operations.
Feature requested by Ali Sufian.
- Properly handle elements with custom slices of bson.Raw.
Problem reported by Daniel Gottlieb.
- In the implementation of mgo/bson, don't trust the unspecified
expression evaluation order of a specific expression, so that
both gccgo and gc are happy with the logic.
Problem reported and fixed by Michael Hudson.
- Fixed socket timeout logic for inactive sockets. The problem was
reported by Rangel Reale, and was published as a hot fix very
shortly after the prior release, since it was critical bug that
prevented the release from being used properly. Mentioned here
just for documentation purposes, and for proper credit.
gustavo @
http://niemeyer.net