Skip to content

Releases: pvcy/dbt-privacy

v0.3.1

13 Feb 18:10
Compare
Choose a tag to compare

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

v0.3.0

06 Feb 22:39
Compare
Choose a tag to compare

dbt_privacy CHANGELOG

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

[0.3.0] - 2022-06-22

Fixes

  • REQUIRES dbt v1.2 or higher
  • 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

v0.2.1

06 Feb 19:57
Compare
Choose a tag to compare

dbt_privacy CHANGELOG

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

[0.2.1] - 2022-06-22

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

v0.2.0

22 Jun 18:09
6c3d322
Compare
Choose a tag to compare

Features

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

Full Changelog: CHANGELOG.md

v0.1.0

18 Apr 21:45
70657d2
Compare
Choose a tag to compare

Changes

Features

  • adds a hash macro to make it easy to hash a single field (with optional salt and pepper)
  • adds a hash_unique macro to easily hash only unique values in a field
  • adds a redact_unique macro to easily redact unique values in a field