Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 861 Bytes

CHANGELOG.md

File metadata and controls

20 lines (15 loc) · 861 Bytes

v0.2.0 [2025-04-02]

Whats new

  • Add support for custom tables to use formats from other plugins, and to use format presets. (#41)
  • Add support for directly converting delimited and JSONL source files to enriched JSONL intermediate files.
  • Add support for applying duck db transforms to column values.

Bug fixes

  • Fix race condition in OnArtifactDownloaded.OnArtifactDownloaded - add additional wag group increment.decrement
  • Add ColumnSchema.Clone to fix inconsistent behavior when copying column schemas.
  • Update TableSchema.MapRow to handle null values

v0.1.1 [2025-02-10]

Bug fixes

  • Artifacts in root location now stored correctly in collection state.
  • GonxMapper no longer attempts to call schema.MapRow when schema is nil/empty.

v0.1.0 [2025-01-20]

Initial SDK release.