Skip to content

Releases: rheinwerk-verlag/pganonymize

0.12.0

0.11.0

29 Feb 06:53
Compare
Choose a tag to compare

0.10.0

29 Nov 12:56
Compare
Choose a tag to compare
  • #47: Adding support for localized faker provider
  • #33: Configure psycopg2 to support UUID objects

0.9.0

23 Nov 14:41
Compare
Choose a tag to compare
  • #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

15 Mar 08:58
Compare
Choose a tag to compare
  • #39: Renamed project to "pganonymize"
  • #38: Allow environment variables in schema definition (nurikk)

0.7.0

30 Nov 17:30
Compare
Choose a tag to compare
  • #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

13 Jul 09:05
Compare
Choose a tag to compare
  • Added missing dependencies for the setup.py

0.6.0

13 Jul 06:47
Compare
Choose a tag to compare
  • #28: Add json support (nurikk)
  • #27: Better anonymisation (nurikk)
  • #25: Remove column specification for cursor.copy_from call (nurikk)

0.5.0

30 Jun 11:05
Compare
Choose a tag to compare
  • #22: Fix table and column name quotes in cursor.copy_from call (nurikk)
  • #23: Allow uniq faker (nurikk)

0.4.1

27 May 14:40
Compare
Choose a tag to compare
  • #19: Make chunk size in the table definition dynamic (halilkaya)