From 660931ef1b32722746f96b5c5066b1730d458523 Mon Sep 17 00:00:00 2001 From: jeromew Date: Thu, 14 Mar 2019 18:51:42 +0000 Subject: [PATCH] Add 2.x changelog --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 820986c..a2ab727 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,20 @@ Generally how I work is if you submit a few pull requests and you're interested Since this isn't a module with tons of installs and dependent modules I hope we can work together on this to iterate faster here and make something really useful. +## changelog + +### version 2.x.x + +This version's major change is a modification in the COPY TO implementation. In the previous version, when a chunk was received from the database, it was analyzed and every row contained within that chunk was pushed individually down the stream pipeline. Small rows could lead to a "one chunk" / "thousands of row pushed" performance issue in node. Thanks to @rafatower & CartoDB for the patch. +This is considered to be a major change since some people could be relying on the fact that each outgoing chunk is an individual row. + +Other changes in this version + * Use Strict + * Travis deprecation of old node version (0.12, 0.4). Support LTS 6, 8, 10 and Current 11 + * Update dev dependencies (pg, lodash) + * Stop using deprecated Buffer constructor + * Add package-lock.json + ## license The MIT License (MIT)