Releases: rheinwerk-verlag/pganonymize
Releases · rheinwerk-verlag/pganonymize
0.10.0
- #47: Adding support for localized faker provider
- #33: Configure psycopg2 to support UUID objects
0.9.0
- #46: Broken Python 2.7 compatibility
- #45: Add partial masked provider (Tilley)
- #44: Pass kwargs through to faker functions from schema (Tilley)
0.8.0
- #39: Renamed project to "pganonymize"
- #38: Allow environment variables in schema definition (nurikk)
0.7.0
- #34: Subprocess "run" being used on Python2.7
- #35: parmap no longer supports Python 2.7
- Dropped Python 3.5 support
- Pinned libraries Python 2.7
- #32: Fixed pg_dump arguments (korsar182)
- Simplified provider registration (no metaclass usage anymore)
0.6.1
- Added missing dependencies for the
setup.py
0.5.0
- #22: Fix table and column name quotes in cursor.copy_from call (nurikk)
- #23: Allow uniq faker (nurikk)
0.4.1
- #19: Make chunk size in the table definition dynamic (halilkaya)