Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Releases: datafold/data-diff

v0.2.1 - Small fix for MySQL; Refactors

23 Jun 17:42
Compare
Choose a tag to compare

What's Changed

  • Move common ABCs and types to database_types.py; Fix type annotations by @erezsh in #98
  • Refactor database.py -> databases/*.py, each db gets a file. by @erezsh in #101
  • Small fix for issue #102 by @erezsh in #104
  • readme: update screenshot with BigQuery, remove redundant pair by @sirupsen in #97

Full Changelog: v0.2.0...v0.2.1

v0.2.0 - Bridging between column types of different format and precision.

22 Jun 15:05
Compare
Choose a tag to compare

What's Changed

  • Fix for BigQuery: Table-name no longer needs dataset, takes it from URI by @erezsh in #77
  • Added support for Numeric types with arbitrary precision by @erezsh in #74
  • Refactor Normalize-types into normalize_timestamp() normalize_number() by @erezsh in #75
  • readme: add performance graph by @sirupsen in #88
  • Better errors for missing imports by @erezsh in #76
  • Fix: Only parse relevant columns. Only warn on relevant columns. by @erezsh in #92
  • cli: output diff as jsonl, stats as json by @sirupsen in #90

Full Changelog: v0.0.8...v0.2.0

v0.0.8 - Datetime types supported for all dbs, with arbitrary precision

20 Jun 13:49
Compare
Choose a tag to compare