Releases: asgeirrr/pgantomizer
Releases · asgeirrr/pgantomizer
0.1.1
- automatic PyPI deployment with TravisCI
- fixed forgotten version bump in setup.py
0.1.0
First release suitable for public:
- automated tests added and coverage increased over 90%
- better handling od error states -- clear exception is raised and the leftover data in the instance that should be anonymized is deleted (all tables dropped)
0.0.6
- custom anonymization rules can be specified for a particular column
0.0.5
- added anonymization rule for Postgres inet type
- missing anonymization rule raises exception to prevent leaking sensitive data stored in columns with type missing the rule
0.0.3
- proper exception is raised when dump file does not exist
- bugfixes
0.0.2
- added missing PyYAML dependency
- streamlined args ordering between dump_db and anonymize_db
0.0.1
First version of commands to dump the production DB and load the anonymized version to a separate DB instance.