- Add support for basic diff of run recordings. ([144](https://github.com/dbt-labs/dbt-common/issues/144)) - Deserialize Record objects on a just-in-time basis. ([151](https://github.com/dbt-labs/dbt-common/issues/151))
1.3.0
Under the Hood
- Move CatalogKey, ColumnMetadata, ColumnMap, CatalogTable to dbt-common ([147](https://github.com/dbt-labs/dbt-common/issues/147))
1.2.0
Under the Hood
- Allow dynamic selection of record types when recording. ([140](https://github.com/dbt-labs/dbt-common/issues/140)) - Move StatsItem, StatsDict, TableMetadata to dbt-common ([141](https://github.com/dbt-labs/dbt-common/issues/141))
1.1.0
Features
- Support adding callbacks to the event manager ([131](https://github.com/dbt-labs/dbt-common/issues/131)) - Add a print event to support firing event to console in --quiet mode ([8756](https://github.com/dbt-labs/dbt-common/issues/8756))