Releases: neumino/rethinkdbdash
Releases · neumino/rethinkdbdash
v2.3.31
- Allow
r.expr(1).do()
and r.do(1)
- Fix #344
v2.3.30
Add the error message in error.stack - PR by @aleclarson
v2.3.29
- Provide a way to custom log the first events - Fix #334
v2.3.28
- Properly call the callback for
cursor.close
- PR by @martus
v2.3.27
- Fix #313 - unhandled error with
discovery: true
v2.3.25
- Make some identification errors operational such that they can be properly caught - Fix #295
v2.3.24
- 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
- Prevent bluebird warning again... - Fix #287
v2.3.22
- Prevent bluebird warning - Fix #285
- Clean up unused option - PR #283
v2.3.21
- Don't send a second
STOP
request when feed.close
is called after the feed has been closed once - Fix #270