Skip to content

Latest commit

 

History

History
143 lines (90 loc) · 5.07 KB

CHANGELOG.md

File metadata and controls

143 lines (90 loc) · 5.07 KB

dbt-date v0.10.1

Fixes

  • Change marco month_name.sql by @flixflop in #123

dbt-date v0.10.0

New Features

  • Added Trino support by @damian3031 in #115

dbt-date v0.9.2

New Features

  • Add date() and datetime() short hand macros by @gregology in #112

dbt-date v0.9.1

Fixes

  • Fixed dataspine interval by @clausherther in #109

dbt-date v0.9.0

New Features

  • Add Spark support by @clausherther in #108

Full Changelog: https://github.com/calogica/dbt-date/compare/0.8.1...0.9.0

dbt-date v0.8.0

New Features

  • Add support for dbt-duckdb to the dbt_date package by @jwills in #105

Docs

  • Update README.md by @JordanZimmitti in #99
  • Update README.md by @tgmof in #104

Full Changelog: https://github.com/calogica/dbt-date/compare/0.7.2...0.8.0

dbt-date v0.7.2

Fixes

  • Update refs to dbt-core macros by @clausherther in #97
  • Add dbt prefix to current_timestamp macro by @GtheSheep in #98

dbt-date v0.7.1

  • Fix calls to last_month and next_month by @clausherther in #95

dbt-date v0.7.0

Breaking Changes

  • Removed dependency on dbt-utils by @clausherther in #91

dbt-date v0.6.3

  • Switch to dbt-core's implementation of current_timestamp() by @clausherther in #88

dbt-date v0.6.2

  • Simplify convert from source_tz by @clausherther in #86
  • Fix issue of convert_timezone converting timestamps twice for timestamp_tz date types (issue #85, #77, #76 )

dbt-date v0.6.1

  • New: added round_timestamp macro by @jpmmcneill in #84

dbt-date v0.6.0

  • Move to dbt-utils 0.9.0
  • Remove references to deprecated dbt-utils cross-db macros by @clausherther in #79

dbt-date v0.5.7

  • Add github actions workflow by @clausherther in #69
  • Fix Redshift timezone conversion macro by @wellykachtel in #71

dbt-date v0.5.6

  • Fix missing bracket by @clausherther in #66

dbt-date v0.5.5

  • Fix README table of contents' links by @coisnepe #61
  • Fix timezone conversion macro on redshift by @msnidal #63

dbt-date v0.5.4

  • Updated Documentation #60

dbt-date v0.5.3

  • Allow negative shift year for fiscal periods (#57 @boludo00)

dbt-date v0.5.2

  • Fix #55 by removing dead macro.

dbt-date v0.5.1

  • Fix week_start and week_end on Snowflake (#53, #54)

dbt-date v0.5.0

  • Deprecates support for dbt < 1.0.0

dbt-date v0.4.2

Under the hood

  • Patch: adds support for dbt 1.x

dbt-date v0.4.1

Under the hood

  • Support for dbt 0.21.x

dbt-date v0.4.0

Breaking Changes

Under the hood

  • Adds tests for timestamp and timezone macros (previously untested, new dbt version highlighted that)

dbt-date v0.3.1

Patch release

Fixes

  • Fixed a bug in snowflake__from_unixtimestamp that prevented the core functionaility from being called (#38 by @swanderz)

Under the hood

  • Simplified join syntax (#36)

dbt-date v0.3.0

Breaking Changes

  • Switched day_of_week column in get_date_dimension from ISO to not ISO to align with the rest of the package. #33 (@davesgonechina)

Features

  • Added day_of_week_iso column to get_date_dimension #33 (@davesgonechina)

  • Added prior_year_iso_week_of_year column to get_date_dimension

Fixes

  • Refactored Snowflake's day_name to not be ISO dependent #33 (@davesgonechina)

  • Fixed data types for day_of_* attributes in Redshift (#28 by @sparcs)

  • Fixed / added support for date parts other than day in get_base_dates (#30)

Under the hood

  • Making it easier to shim macros for other platforms (#27 by @swanderz)