From 9c46a8223e77ece1befe33ac4be9cf2d77e6b9ba Mon Sep 17 00:00:00 2001 From: jeromew Date: Thu, 14 Mar 2019 20:04:47 +0000 Subject: [PATCH] Stubs next version --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2ab727..971c2c0 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,10 @@ Since this isn't a module with tons of installs and dependent modules I hope we ## changelog -### version 2.x.x +### version 2.x - published YYYY-MM-DD + + +### version 2.0.0 - published 2019-03-14 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.