35 lines
896 B
Markdown
35 lines
896 B
Markdown
# CARTO's Changelog
|
|
|
|
## v2.2.0-carto.1
|
|
Released 2019-mm-dd
|
|
|
|
Bug fixes:
|
|
* Copy to: ensure stream is detached when finished
|
|
* Copy to: deal with interspersed messages properly. See [#9](https://github.com/CartoDB/node-pg-copy-streams/pull/9)
|
|
|
|
## v1.2.0-carto.3
|
|
Released 2018-11-21
|
|
|
|
Features:
|
|
* Drop support for Node.js 0.12, 4 and, 5.
|
|
* Add support for Node.js 8 and 10.
|
|
* Add package-lock.json
|
|
* Do not use deprecated Buffer constructors.
|
|
|
|
## v1.2.0-carto.2
|
|
Released 2018-10-26
|
|
|
|
Bug fixes:
|
|
* Make all modules to use strict mode semantics.
|
|
|
|
## v1.2.0-carto.1
|
|
Released 2018-06-11
|
|
|
|
Bug fixes:
|
|
* Improves performance of COPY TO by sending bigger chunks through low level `push()`. See https://github.com/CartoDB/node-pg-copy-streams/pull/1
|
|
|
|
## v1.2.0
|
|
Released 2016-08-22
|
|
|
|
Vanilla version v1.2.0 from upstream repository. See https://github.com/CartoDB/node-pg-copy-streams/releases/tag/v1.2.0
|