You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
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).