Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.36 KB

File metadata and controls

22 lines (14 loc) · 1.36 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project follows Semantic Versioning.

[0.4.0] - 2026-06-29

Added

  • S3 and GCS import data sources accept an optional import_format (csv/ndjson/parquet), emitted as IMPORT_FORMAT in the generated .datasource and round-tripped by the datafile parser and migration emitter. Lets you ingest files whose extension does not imply the format (for example NDJSON delivered as .log), where the connector would otherwise fail with Format not supported.

[0.1.11] - 2026-06-15

Changed

  • Relaxed bundled tinybird CLI dependency to >=4.6.0,<4.7.0 to avoid resolution failures while keeping the SDK on the 4.6.x line.
  • Updated branch data config handling to use branch_data_mode; legacy branch_data_on_create now triggers an explicit migration error.
  • branch_data_mode now only accepts last_partition as a user-facing value.
  • In dev_mode=local, branch data mode warnings are now shown only when branch_data_mode is explicitly set in tinybird.config.json.
  • tinybird branch create and tinybird branch clear now show a deprecation warning (instead of failing) when --ignore-datasource is passed, then continue by ignoring that flag.