Skip to content

Releases: Azure/redact

Update testify package and remove vendor folder

Choose a tag to compare

@tristanang tristanang released this 15 Jul 21:23
v0.0.7

remove vendor and update go.mod

Updated reference to Azure org

Choose a tag to compare

@gambtho gambtho released this 02 Jun 16:04
70525ee
v0.0.6

fix capital

v0.0.4: Merge pull request #6 from jim-minter/canset-bug

Choose a tag to compare

@bfoley13 bfoley13 released this 24 May 22:04
a1d1f7b
fix CanSet check in wrong place plus unit test

v0.0.3: Merge pull request #5 from jim-minter/interfaces

Choose a tag to compare

@bfoley13 bfoley13 released this 24 May 20:06
839b52c
Simplify and enable redact to walk interfaces and arrays

Extending capabilities to maps

Choose a tag to compare

@bfoley13 bfoley13 released this 14 Jul 23:01
8989dd7
  • Fixed an issue with strings not being redacted within maps

v0.0.1

Choose a tag to compare

@samkreter samkreter released this 16 Mar 22:38
987d4b6

First release for the redact library

  • By default redact all string and *string fields without the redact:"nonsecret" tag
  • Handles the empty string value the same and will redact it.
  • Supports nested structs and nested ptr to structs