Skip to content

2.0.5 — Yojimbo

Compare
Choose a tag to compare
@danielmewes danielmewes released this 01 Sep 00:04
· 3719 commits to main since this release

Deprecated version: This release is a bug fix release for the deprecated 2.0.x version branch. For new installations, we recommend using the latest version of RethinkDB (currently 2.1.2).

Bug fix release

  • Added precautions to avoid secondary index migration issues in subsequent releases
  • Fixed a memory leak in r.js (#4663)
  • Added a workaround for an eglibc bug that caused an unexpected address family
    error on startup (#4470)
  • Fixed a bug in the changefeed code that could cause crashes with the message
    Guarantee failed: [active()] (#4678)
  • Fixed a bug that caused intermittent server crashes with the message
    Guarantee failed: [fn_id != __null] in combination with the r.js command (#4611)
  • Improved the performance of the is_empty term (#4592)