|
1 | 1 | # Unreleased
|
2 | 2 |
|
3 |
| -**Full Changelog**: https://github.com/dbt-labs/dbt-utils/compare/1.2.0...main |
| 3 | +**Full Changelog**: https://github.com/dbt-labs/dbt-utils/compare/1.3.0...main |
| 4 | + |
| 5 | +# dbt utils v1.3.0 |
| 6 | + |
| 7 | +## What's Changed |
| 8 | + |
| 9 | +### New features |
| 10 | + |
| 11 | +* Add `quote_identifiers` parameter to `unpivot` to handle case-sensitive column names by @error418 in https://github.com/dbt-labs/dbt-utils/pull/792 |
| 12 | + |
| 13 | +### Fixes |
| 14 | + |
| 15 | +* Slugify handle empty strings by @dbeatty10 in https://github.com/dbt-labs/dbt-utils/pull/912 |
| 16 | +* Update `not_null_proportion` data test to use cross-database `type_numeric()` macro by @henriblancke in https://github.com/dbt-labs/dbt-utils/pull/800 |
| 17 | +* Fix `at_least_one` test when `group_by_columns` is configured by @katieclaiborne-duet in https://github.com/dbt-labs/dbt-utils/pull/922 |
| 18 | + |
| 19 | +### Documentation |
| 20 | + |
| 21 | +* Remove "I have added an entry to CHANGELOG.md" from the PR template by @dbeatty10 in https://github.com/dbt-labs/dbt-utils/pull/903 |
| 22 | +* Add a PR checklist item for "I have read the contributing guide..." as a catch-all by @dbeatty10 in https://github.com/dbt-labs/dbt-utils/pull/905 |
| 23 | +* Simplify the PR checklist in relation to testing by @dbeatty10 in https://github.com/dbt-labs/dbt-utils/pull/907 |
| 24 | +* Remove the PR checklist items related to the type of change by @dbeatty10 in https://github.com/dbt-labs/dbt-utils/pull/909 |
| 25 | +* Align the PR description with dbt-core, dbt-adapters, etc. by @dbeatty10 in https://github.com/dbt-labs/dbt-utils/pull/911 |
| 26 | +* Contributors shouldn't edit the `CHANGELOG.md` directly anymore by @dbeatty10 in https://github.com/dbt-labs/dbt-utils/pull/916 |
| 27 | +* Contributing guide instructions for allowing commits from maintainers by @dbeatty10 in https://github.com/dbt-labs/dbt-utils/pull/917 |
| 28 | +* Link to tests that support `group_by_columns` by @dbeatty10 in https://github.com/dbt-labs/dbt-utils/pull/931 |
| 29 | +* Expand description for the `at_least_one` data test by @dbeatty10 in https://github.com/dbt-labs/dbt-utils/pull/933 |
| 30 | +* Update release instructions by @dbeatty10 in https://github.com/dbt-labs/dbt-utils/pull/942 |
| 31 | + |
| 32 | +### Under the hood |
| 33 | + |
| 34 | +* Move profiles config to project flags by @dbeatty10 in https://github.com/dbt-labs/dbt-utils/pull/926 |
| 35 | +* Delete the old unused logo file by @anks2024 in https://github.com/dbt-labs/dbt-utils/pull/936 |
| 36 | +* Add tox by @emmyoop in https://github.com/dbt-labs/dbt-utils/pull/919 |
| 37 | + |
| 38 | +## New Contributors |
| 39 | + |
| 40 | +* @henriblancke made their first contribution in https://github.com/dbt-labs/dbt-utils/pull/800 |
| 41 | +* @katieclaiborne-duet made their first contribution in https://github.com/dbt-labs/dbt-utils/pull/922 |
| 42 | +* @anks2024 made their first contribution in https://github.com/dbt-labs/dbt-utils/pull/936 |
| 43 | +* @error418 made their first contribution in https://github.com/dbt-labs/dbt-utils/pull/792 |
| 44 | +* @emmyoop made their first contribution in https://github.com/dbt-labs/dbt-utils/pull/919 |
| 45 | + |
| 46 | +**Full Changelog**: https://github.com/dbt-labs/dbt-utils/compare/1.2.0...1.3.0 |
4 | 47 |
|
5 | 48 | # dbt utils v1.2.0
|
6 | 49 |
|
|
0 commit comments