Skip to content Bug fixes
- The
command method now drains the response stream properly, as the previous implementation could cause the Keep-Alive socket to close after each request.
- (Node.js) Removed an unnecessary error log in the
ResultSet.stream method if the request was aborted or the result set was closed (#263).
Improvements
- (Node.js)
ResultSet.stream logs an error via the Logger instance if the stream emits an error event instead of a simple console.error call.
- Minor adjustments to the formatting of the
DefaultLogger log messages.
- Added missing
rows_before_limit_at_least to the ResponseJSON type (@0237h, #267).