October 16 2015 : v1.7.0
Major release. Adds new features and fixes important bugs.
- New Features
- Added support for Geo spatial queries.
- Added support for creating indexes on List and Map bins, and querying them.
- Added support for native floating point values.
- Added
ClientPolicy.IpMap
to use IP translation for alias recognition. PR #81, Thanks to Christopher Guiney
- Improvements
- Cosmetic change to improve code consistency for
PackLong
inpacker.go
. PR #78, Thanks to Erik Dubbelboer
- Cosmetic change to improve code consistency for
- Fixes
- Fixes an issue when the info->services string was malformed and caused the client to panic.
- Fixes an issue with marshaling maps of type
map[ANY]struct{}
into embedded structs. - Fixes issue with marshaling maps of type
map[ANY]struct{}
into embedded structs. - Fixes an issue with bound checking. PR #85, Thanks to Tait Clarridge
- Fixes aa few typos in the docs. PR #76, Thanks to Charl Matthee