Skip to content

Releases: negrel/secrecy

v0.7.0

18 Feb 20:05
Compare
Choose a tag to compare

This release adds support for unmarshaling JSON secrets

v0.6.0

01 Feb 09:01
b568024
Compare
Choose a tag to compare

This release fixes secret leak when dereferencing Secret[T] before printing it (fix by @mathieu-lemay )

v0.5.0

23 Oct 14:08
Compare
Choose a tag to compare

This release adds a marker string to leak outputs and a way to customize it.
It also contains a fix to prevent secret leak using %#v verb.

v0.4.0

22 Oct 12:43
Compare
Choose a tag to compare
fix secret zeroizer

v0.3.0

22 Oct 11:59
Compare
Choose a tag to compare
add UnsafeStringToBytes and UnsafeBytesToString helper functions

v0.2.0

22 Oct 11:53
Compare
Choose a tag to compare
add UnsafeStringToBytes and UnsafeBytesToString helper functions

v0.1.0

22 Oct 11:44
Compare
Choose a tag to compare
add Enable/Disable Zeroize methods