Skip to content

Releases: asgeirrr/pgantomizer

0.1.1

15 Aug 10:34
Compare
Choose a tag to compare
  • automatic PyPI deployment with TravisCI
  • fixed forgotten version bump in setup.py

0.1.0

30 Jul 12:10
Compare
Choose a tag to compare

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

27 Jul 12:42
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release
  • custom anonymization rules can be specified for a particular column

0.0.5

26 Jul 15:13
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release
  • 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.4

12 May 15:17
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release
0.0.4

0.0.3

12 May 14:15
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release
  • proper exception is raised when dump file does not exist
  • bugfixes

0.0.2

10 May 10:57
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release
  • added missing PyYAML dependency
  • streamlined args ordering between dump_db and anonymize_db

0.0.1

09 May 10:53
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

First version of commands to dump the production DB and load the anonymized version to a separate DB instance.