Releases: apa512/clj-rethinkdb
Releases · apa512/clj-rethinkdb
0.10.1
Added
- Add docstring for
rethinkdb.core/close
. #44 - Add alias for
rethinkdb.core/connect
intorethinkdb.query/connect
so you don't need to import therethinkdb.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
, andtable-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.