RethinkDB 1.16.3 發布,分布式數據庫
RethinkDB 設計用來存儲 JSON 文檔的分布式數據庫,可通過簡單操作實現多機分布式存儲。支持表的聯合和分組查詢。
RethinkDB 1.16.3 發布,此版本主要是 bug 修復:
-
Fixed a bug that could cause a crash when reading from a secondary index in some rare circumstances (#3976)
-
Fixed a bug that could cause a connection to hang indefinitely on OS X (#3954)
-
Fixed
rethinkdb export
compatibility between Python 2 and Python 3 (#3911) -
Heartbeat timeout messages now include the remote port number (#2891)
-
Python driver: patched to work in PyPy (#3969)
-
Python driver: fixed an "Unterminated string" error during
rethinkdb restore
(#3859) -
JavaScript driver: fixed a bug that caused
cursor.each
to fail with an exception (#3826) -
JavaScript driver: fixed a bug that caused connection errors to be discarded (#3733)
-
Ruby driver: fixed a bug that caused failures when using JRuby (#3795)
此版本現已提供下載:https://github.com/rethinkdb/rethinkdb/archive/v1.16.3.zip。
來自:http://www.oschina.net/news/61017/rethinkdb-1-16-3