Skip to content

Releases: walterra/node-es-transformer

v1.2.2

03 Mar 23:04
d862985

Choose a tag to compare

Patch Changes

  • #62 238f525 - Fix CSV mapping inference to skip ingest pipeline and auto-detect delimited format

v1.2.1

17 Feb 07:09
ae7d049

Choose a tag to compare

Patch Changes

  • #54 02d3e18 - Add ZSTD support for Parquet ingestion and normalize BigInt values during indexing

v1.2.0

16 Feb 15:25
bbce9e6

Choose a tag to compare

Minor Changes

  • #45 9bb36cf - Add Parquet and Arrow IPC sourceFormat support for file and stream ingestion with tests and updated API docs.

  • #48 6ba1c50 - Replace console logging with structured Pino logging and add optional custom logger support.

v1.1.0

14 Feb 19:16
88677eb

Choose a tag to compare

Minor Changes

  • #43 56bf4c6 - Add CSV parsing for file and stream sources with sourceFormat and csvOptions

Patch Changes

  • #40 58c3dc2 - Fix transform null handling and queue backpressure behavior

v1.0.2

14 Feb 08:58
6bd6f3d

Choose a tag to compare

Patch Changes

  • #38 9927e4e - Use GitHub App token for release PRs and restore automatic GitHub and npm publishing after merge

v1.0.0

13 Feb 17:01
a7a127a

Choose a tag to compare

Major Changes

  • #27 812d9ba - Update to Node.js 22, migrate to Changesets, and add automated npm publishing (breaking: requires Node 22+)

  • #31 99a1c80 - Improved documentation, TypeScript support.

Minor Changes

  • #31 99a1c80 - Add cross-version reindex support for ES 8.x to 9.x migration with dual client aliasing

Patch Changes

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

v1.0.0-beta4

30 Dec 10:23

Choose a tag to compare

v1.0.0-beta4 Pre-release
Pre-release

Docs

  • updated README.md to document stream option (bc664fe).

Chore

  • add tests for stream option (b5b644c).
  • update ES client to 8.17.0 (62edd5c).

v1.0.0-beta3

30 Dec 10:23

Choose a tag to compare

v1.0.0-beta3 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • bufferSize is no longer number of docs but flush KBytes.

Features

  • delete index option (b92bd21)
  • adds support for node stream as source (281950c)
  • make use of ES client bulk index helper (b0b39c8)

v1.0.0-beta2

08 Nov 09:10

Choose a tag to compare

v1.0.0-beta2 Pre-release
Pre-release

Features

  • new populatedFields option (abc9a06)

Bug Fixes

  • fix line handling for transform callback for file reader (9962382)

v1.0.0-beta1

30 Oct 14:18

Choose a tag to compare

v1.0.0-beta1 Pre-release
Pre-release

Bug Fixes

  • avoid passing on an empty buffer in finish callback (e0fbe8e)
  • fix event handling for file-reader (5f472b3)
  • fixes parallel calls (9c2785d)
  • trigger end of progress bar only after finish event was triggered (e57b9a0)