Skip to content

Releases: neumino/rethinkdbdash

v2.3.31

04 Aug 02:36
Compare
Choose a tag to compare
  • Allow r.expr(1).do() and r.do(1) - Fix #344

v2.3.30

30 Jul 15:52
Compare
Choose a tag to compare

Add the error message in error.stack - PR by @aleclarson

v2.3.29

28 May 17:42
Compare
Choose a tag to compare
  • Provide a way to custom log the first events - Fix #334

v2.3.28

07 Feb 14:43
Compare
Choose a tag to compare
  • Properly call the callback for cursor.close - PR by @martus

v2.3.27

22 Nov 03:32
Compare
Choose a tag to compare
  • Fix #313 - unhandled error with discovery: true

v2.3.25

06 Nov 02:02
Compare
Choose a tag to compare
  • Make some identification errors operational such that they can be properly caught - Fix #295

v2.3.24

06 Nov 01:44
Compare
Choose a tag to compare
  • Handle cases when the connection is closed just in the middle of the new handshake - Fix #296
  • Fix deprecation warning for Buffer - Fix #304
  • API change: Close streams if they emit an error since we can't recover from them - Fix #306

v2.3.23

14 Sep 02:26
Compare
Choose a tag to compare
  • Prevent bluebird warning again... - Fix #287

v2.3.22

14 Sep 02:26
Compare
Choose a tag to compare
  • Prevent bluebird warning - Fix #285
  • Clean up unused option - PR #283

v2.3.21

15 Aug 03:02
Compare
Choose a tag to compare
  • Don't send a second STOP request when feed.close is called after the feed has been closed once - Fix #270