v0.1.5
Greenmask 0.1.5
This release introduces a new Greenmask command, improvements, bug fixes, and numerous documentation updates.
New features
Added a new Greenmask CLI command — show-transformer
that shows detailed information about a specified transformer.
Improvements
- The
Hash
transformer has been completely remastered and now has thefunction
parameter to choose from several hash algorithm options and themax_length
parameter to truncate the hash tail. - Split information about transformers between the
list-transformers
and newshow-transformer
CLI commands, which allows for more comprehensible and useful outputs for both commands - Added error severity for the
Cmd
parameter validator - Improved UX for the Greenmask release binaries
- Moved documentation from greenmask-docs
- Significantly refactored the structure and content of documentation
Fixes
- Fixed metadata enrichment for validation warnings caused by
RawValueValidator
- Fixed a typo in the
credit_card
value for thetype
parameter of theMasking
transformer - Fixed Greenmask Playground environment variables and the
cleanup
command - Fixed
list-dump
,list-transformers
, andrestore
commands exit code on error
Contributors
@tarbaev-vl
@gracingpro
@ginstagram
@wwoytenko