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