Skip to content

0.36.0 (2021-09-30)

Compare
Choose a tag to compare
@Samira-El Samira-El released this 30 Sep 12:44
· 181 commits to master since this release
792ea21

New

  • Add new transformation type: MASK-STRING-SKIP-ENDS
  • Bump pipelinewise-target-snowflake from 1.13.1 to 1.14.0
    • Support date property format
    • Don't log record on failure to avoid exposing data

Changes

  • Use Makefile for installation
  • Enforce PEP8

Fixes

  • Dates out of range (with year > 9999) in FastSync from PG.
  • Bump pipelinewise-tap-postgres from 1.8.0 to 1.8.1
    • LOG_BASED: Handle dates with year > 9999.
    • INCREMENTAL & FULL_TABLE: Avoid processing timestamps arrays as timestamp
  • Decimal not JSON serializable in FastSync MongoDB
  • Don't use non-existent FastSync for MongoDB-Redshift pipelines.