Skip to content

Release v0.198.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 14:56
81f2327

[0.198.0] - 2024-08-27

Changed

  • If a polling/push source does not declare a read schema or a preprocess step (which is the case when ingesting data from a file upload) we apply the following new inference rules:
    • If event_time column is present - we will try to coerce it into a timestamp:
      • strings will be parsed as RFC3339 date-times
      • integers will be treated as UNIX timestamps in seconds
    • Columns with names that conflict with system columns will get renamed
  • All tests related to databases use the database_transactional_test macro
  • Some skipped tests will now also be run
  • Access token with duplicate names can be created if such name exists but was revoked (now for MySQL as well)
  • Updated sqlx crate to address RUSTSEC-2024-0363

Fixed

  • Derivative transform crash when input datasets have AddData events but don't have any Parquet files yet