Skip to content

Commit 2fbadf7

Browse files
authored
Update changelog in advance of 0.7.0 release
1 parent 4f08f43 commit 2fbadf7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# dbt-utils Next
22

33

4-
# dbt-utils v0.7.0 (unreleased)
4+
# dbt-utils v0.7.0
55
## Breaking changes
66

77
### 🚨 New dbt version
88

9-
dbt v0.20.0 or greater is required for this release. If you are not ready to upgrade, consider using a previous release of this package. In accordance with the version upgrade, this package release includes breaking changes to:
9+
dbt v0.20.0 or greater is required for this release. If you are not ready to upgrade, consider using a previous release of this package.
10+
11+
In accordance with the version upgrade, this package release includes breaking changes to:
1012
- Generic (schema) tests
1113
- `dispatch` functionality
1214

@@ -48,7 +50,7 @@ If you were relying on the position to match up your optional arguments, this ma
4850
* Add `slugify` macro, and use it in the pivot macro. :rotating_light: This macro uses the `re` module, which is only available in dbt v0.19.0+. As a result, this feature introduces a breaking change. ([#314](https://github.com/fishtown-analytics/dbt-utils/pull/314))
4951

5052
## Under the hood
51-
* Update the default implementation of concat macro to use `||` operator ([#373](https://github.com/fishtown-analytics/dbt-utils/pull/314) [@ChristopheDuong](https://github.com/ChristopheDuong)). Note this may be a breaking change for spark users.
53+
* Update the default implementation of concat macro to use `||` operator ([#373](https://github.com/fishtown-analytics/dbt-utils/pull/314) from [@ChristopheDuong](https://github.com/ChristopheDuong)). Note this may be a breaking change for adapters that support `concat()` but not `||`, such as Apache Spark.
5254
- Use `power()` instead of `pow()` in `generate_series()` and `haversine_distance()` as they are synonyms in most SQL dialects, but some dialects only have `power()` ([#354](https://github.com/fishtown-analytics/dbt-utils/pull/354) from [@swanderz](https://github.com/swanderz))
5355

5456
# dbt-utils v0.6.6

0 commit comments

Comments
 (0)