From 6ed3bbf72c4dcef255896c64f3b607b6041a3133 Mon Sep 17 00:00:00 2001 From: Daniel Cannon Date: Mon, 6 Oct 2014 20:52:09 +0100 Subject: [PATCH] Bumped version number and updated changelog --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- doc.go | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34fe893d..287ddfc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.5.0 - 6 Oct 2014 + +- Added geospatial terms (`Circle`, `Distance`, `Fill`, `Geojson`, `ToGeojson`, `GetIntersecting`, `GetNearest`, `Includes`, `Intersects`, `Line`, `Point`, `Polygon`, `PolygonSub`) +- Added `UUID` term for generating unique IDs +- Added `AtIndex` term, combines `Nth` and `GetField` +- Added the `Geometry` type, see the types package +- Updated the `BatchConf` field in `RunOpts`, now uses the `BatchOpts` type + +### Internal Changes +- Fixed encoding performance issues, greatly improves writes/second +- Updated `Next` to zero the destination value every time it is called. + ## v0.4.2 - 6 Sept 2014 - Fixed issue causing `Close` to start an infinite loop diff --git a/README.md b/README.md index 37dcda8e..cbafba2e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ GoRethink - RethinkDB Driver for Go [![wercker status](https://app.wercker.com/s [Go](http://golang.org/) driver for [RethinkDB](http://www.rethinkdb.com/) made by [Daniel Cannon](http://github.com/dancannon) and based off of Christopher Hesse's [RethinkGo](https://github.com/christopherhesse/rethinkgo) driver. -Current version: v0.4.1 (RethinkDB v1.14) +Current version: v0.5.0 (RethinkDB v1.15.1) **Version 0.3 introduced some API changes, for more information check the [change log](CHANGELOG.md)** diff --git a/doc.go b/doc.go index dcc6ed0e..5255510a 100644 --- a/doc.go +++ b/doc.go @@ -1,6 +1,6 @@ // Go driver for RethinkDB // -// Current version: v0.4.1 (RethinkDB v1.14) +// Current version: v0.5.0 (RethinkDB v1.15.1) // For more in depth information on how to use RethinkDB check out the API docs // at http://rethinkdb.com/api package gorethink