Skip to content

1.10.0 - Custom output schema support (built-in BigQuery schema)

Latest

Choose a tag to compare

@xnuinside xnuinside released this 01 Feb 14:38
b780dee

[1.10.0] - 2026-01-27

Added

  • Custom output schema support with built-in BigQuery schema conversion and a custom schema registry.
  • Tests for BigQuery custom schema output and user-registered schemas.
  • CLI support for custom_output_schema.
  • Examples directory with Python usage samples, documented in the README.
  • Tox as a development dependency.
  • BigQuery custom schema usage example.

Changed

  • Custom output schema bigquery now defaults the output mode to BigQuery for dialect-specific parsing.
  • Tox linting configuration now skips the local .venv directory.

Fixed

  • MySQL parsing for FOREIGN KEY constraints with ON DELETE SET NULL in multi-table DDL. #290
  • Preserved column-level reference handling for SET actions while supporting SET NULL constraints.