Releases: tokern/piicatcher
Releases · tokern/piicatcher
v0.3.1
v0.3.1 (2021-02-12)
Chore
- Prepare release 0.3.1
- Add config files to generate changelog
- Update cryptography due to security advisory
v0.13.0
Chore
Feature
- Add an API to scan files and databases
Fix
- Fix docker build to use requirements generated from pipfile
v0.12.3
Chore
- Prepare release 0.12.3
- Remove support for deprecated output/output-format
- Update dependencies to the latest versions
Fix
- Add a test for redshift factory instantiation
- Fix if statement in factory when database is redshift
- Fix sample query for AWS Redshift
v0.12.2
Chore
- Prepare release 0.12.2
- Fix deploy job to use python 3.8.3 and pipenv
- Use pipenv-setup to sync dependencies setup.py <> Pipfile
- update dependencies esp. cryptography to 3.2.1
Fix
- fix typo in setup.py
- Fix test output due to updated click
- Fix typo in running isort.
v0.12.1
Chore
Fix
- Setup remote docker to build containers
v0.12.0
Chore
- Prepare Release 0.12.0
- Prepare Release 0.11.0
Feature
- Document docker usage. Upload latest image on release.
- Add Dockerfile for piicatcher (#105)
v0.10.3
Chore
Fix
- Fix errors in --catalog-file and handling csv (#108)
v0.10.2
Change
- run isort, black, flake8 and mypy in circeli tests
- Fix configurations & remove unused update_docs.sh file
- Lint python files using flake8
- Use black to standardize formatting of python files
- Resort imports using isort
- Add isort, black, flake8 and mypy to improve dev standards
Chore
Fix
- Quote reserved keywords in query statements (#102)
- Disable undeterministic test and a wrong assert
- Fix pipenv setup for development (#99)
v0.10.1
Feature
Fix
- Fix incompatible botocore versions.
v0.10.0
Chore
- Improve sample db tests to check shallow scan
- Add a survey link in google forms
Feature
- Run shallow scan as part of deep scan
Fix
- Fix database catalog operations to not overwrite records