Releases: brootware/PyRedactKit
Releases · brootware/PyRedactKit
version 1.0.2 release to test docker build and push
version 1.0.1 release to test docker build and push
version 1 release!
What's Changed
- Dev by @brootware in #74
- Dev by @brootware in #77
- Dev by @brootware in #78
Full Changelog: v0.4.0...v1.0.0
Creating v0.4.0 release again
Changelog
Making sure only sensitive string is in the api detection
Changed
- FMaking sure only sensitive string is in the api detection
v0.3.9
Changelog
Fixed the api from not identifying base64 text.
Changed
- Fixed the api from not identifying base64 text.
v0.3.8
Changelog
PyRedactKit can now smartly detect if your input is a text sentence or a file thanks to the latest AI based on 'If,else' implemented by the author. :D
Changed
- No need to use -f switch to redact file anymore.
prk [file/directory_with_files]
will redact the file just fine.
Working credit card redaction
What's Changed
- Dev by @brootware in #62
- added change log by @brootware in #63
Full Changelog: v0.3.6...v0.3.7
Fixing cli breaking change from 0.3.5
Made fixes to API
What's Changed
- Dev by @brootware in #59
- added change log by @brootware in #60
Full Changelog: v0.3.4...v0.3.5
Added API capability in identifying core redaction patterns
Merge pull request #58 from brootware/dev Dev