Releases: neumino/rethinkdbdash
Releases · neumino/rethinkdbdash
v1.13.7
v1.13.6
v1.13.5
- Implement an exponential backoff
In case the pool fails to create a new connection, the pool enters a "slow growth mode". In this mode, a query won't create a connection if none is available (but wait for one to be created).
In "slow growth mode", the pool will keep trying to create a connection, one at a time, and after a delay of 2^(number of fails)*timeoutError
v1.13.4
v1.13.3
v1.13.2
v1.13.1
v1.13,0
Update for 1.13
- Switch to JSON protocol
- Add
r.random
- Second argument to
slice
is optional - First argument of
eqJoin
can be a function - Add
r.http
- Add
r.args
- Add
changes
- Remove
cursor.hasNext
- Add
cursor.each
- Add feeds
- Add EventEmitter methods on feeds and cursors
- Some hygiene