Skip to content

v1.0.0

Choose a tag to compare

@scolladon scolladon released this 01 Apr 15:27
d954e59

1.0.0 (2026-04-01)

Features

  • add CSV file source — load local CSV files into CRMA datasets (a3ad7a2)
  • add file-target output — write ELF/SObject data to local CSV files (b193f25)
  • implement CRMA data loader SF CLI plugin (e553373)
  • replace bare-token $var syntax with mustache {{token}} interpolation in augmentColumns (289b29c)
  • support SOQL relationship traversal fields in sobject entries (de4ac9c)

Bug Fixes

  • correct profiling filenames in reset.sh and PROFILING.md (4bced5f)
  • defer InsightsExternalData creation to first data write (90dd9e0)
  • drain uploads before Action:Process and prevent unhandledRejection crash (fcd34fd)
  • include CompletedWithWarnings in metadata query (5912b2e)
  • propagate chunker write errors back through pipeline via forwarder (0ac4561)
  • restore 100% coverage after Vitest 4 upgrade (566178b)

Performance Improvements

  • pipeline streaming optimizations — eliminate stream hops, add FanInStream, tune gzip (8cf4e91)
  • reduce async pipeline overhead — batch lines, AsyncChannel, upload backpressure (8ab0224)
  • stream pipeline refactor — eliminate CSV roundtrip and parallelize execution (cee3fd4)