Skip to content

0.10.1

Latest
Compare
Choose a tag to compare
@danielcompton danielcompton released this 12 Aug 09:57
· 225 commits to master since this release
0.10.1

Added

  • Add docstring for rethinkdb.core/close. #44
  • Add alias for rethinkdb.core/connect into rethinkdb.query/connect so you don't need to import the rethinkdb.core namespace. #44
  • Add CHANGELOG.md #47
  • Added explicit support for RethinkDB 2.0 (It worked before but wasn't documented as such).

Changed

  • Add new arity for the queries table-drop, and table-list which doesn't require a db. #54
  • Add docstring to rethinkdb.query ns explaining DB priority #54
  • Exceptions thrown when connecting are more descriptive, and are now of type clojure.lang.ExceptionInfo. #41 #56
  • Add docstrings to many functions #56

Fixed

  • Fix close method on Connection record #50
  • Fix handling of sending CONTINUE queries to RethinkDB when using an implicit db on the connection. Affects any query that returns a Cursor. #52
  • Fix reflection warnings #58

Deprecated

  • 0.10.1 is the last release that will support Clojure 1.6. Future release will require Clojure 1.7 or above. This is to allow the use of cljc Reader Conditionals.

NB 0.10.0 was partly released but due to a Clojars snafu 0.10.1 is the recommended release to use.