Skip to content

0.4.0

Choose a tag to compare

@binglihub binglihub released this 04 Sep 22:17
· 674 commits to master since this release
  • Upgrade Snowflake JDBC to 3.9.1 (OCSP)
  • RSA private key
    • Support Encrypted RSA private key
    • Support original private key format (no need remove header/footer and line breaks)
  • Include more record details in record_metadata column
    • Header
    • Key
    • Timestamp
    • Schema ID (if using Schema Registry)
  • Handle broken input record: Now, if the input record is not valid JSON/AVRO data, it will be sent to table stage directly without crashing connector task.
  • Add connector version checker : connector will automatically check the latest version number from Maven repo, and warn user if an update is available
  • Make the Flush, Purge and Status Check processes to be asynchronous