Skip to content

Releases: brootware/PyRedactKit

version 1.0.2 release to test docker build and push

11 Aug 12:33
a37eb57
Compare
Choose a tag to compare

Changelog

  • testing docker build and push action from github.

Full Changelog

version 1.0.1 release to test docker build and push

11 Aug 12:07
29f3ba6
Compare
Choose a tag to compare

Changelog

  • testing docker build and push action from github.

Full Changelog

version 1 release!

11 Aug 11:57
7014a2f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v1.0.0

Creating v0.4.0 release again

27 Jul 10:59
75ac936
Compare
Choose a tag to compare

Changelog

Making sure only sensitive string is in the api detection

Changed

  • FMaking sure only sensitive string is in the api detection

Full Changelog

v0.3.9

27 Jul 10:37
d4907db
Compare
Choose a tag to compare

Changelog

Fixed the api from not identifying base64 text.

Changed

  • Fixed the api from not identifying base64 text.

Full Changelog

v0.3.8

26 Jul 12:22
729d9f6
Compare
Choose a tag to compare

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.

Full Changelog

Working credit card redaction

24 Jul 10:58
b2edf31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.6...v0.3.7

Fixing cli breaking change from 0.3.5

24 Jul 10:33
7004e30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.5...v0.3.6

Made fixes to API

24 Jul 10:26
765cc9d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.4...v0.3.5

Added API capability in identifying core redaction patterns

24 Jul 09:52
ac6915c
Compare
Choose a tag to compare
Merge pull request #58 from brootware/dev

Dev