Skip to content

Releases: ZJONSSON/node-etl

v0.8.0

27 May 20:10
6a0a7db
Compare
Choose a tag to compare

Thanks to @markedg, we just merged a PR that brings up-to-date most of the modules used by the adapters:
Node: 10 => 20
MongoDb server 3.4 => 7
MongoDb client 3.3.5 = > 6.3.0
MySQL server => 8
MySQL client 2.17.1 => 2.18.1
Postgres server => 16
Postgres client 6.2.3 => 8.11.3
ElasticSearch server 6.4.1 => 8.12.0
ElasticSearch client 7.1.0 => 8.11.0
Node Tap 14.6.9 => 18.6.1
It attempts to maintain backwards compatibility, particularly with ElasticSearch and MongoDb.

Additionally, it tries to standardize pushResults across the adapters.