Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

39 lines (23 loc) · 1.02 KB

dbt_privacy CHANGELOG

All notable changes to this project will be documented in this file.

[0.3.1] - 2023-02-13

Fixes

  • Fixes the hash implementation for the Redshift adapter - thank you, @owen-dice!

[0.3.0] - 2023-02-06

Fixes

  • bumps the required dbt version to >=1.2; removes dependency on dbt-utils.

[0.2.1] - 2023-02-06

Fixes

  • scopes the docs overview to the dbt-privacy package (#11 - thank you, @VillainGuy!)

[0.2.0] - 2022-06-22

Features

  • adds a mask_email macro that also masks uncommon domain names (#4)
  • adds a mask macro (#3)
  • adds a safe_mask macro (#2)

[0.1.0] - 2022-04-18

Features

  • inital release
  • adds a hash macro
  • adds a hash_unique macro
  • adds a redact_unique macro
  • adds a hosted docs site