Skip to content

Tags: TantorLabs/pg_anon

Tags

1.7.0

Toggle 1.7.0's commit message
- added stateless RestAPI for integration between pg_anon and another…

… system

- improved `create-dict` mode:
  - fixed problems with type aliases. For example type `varchar` was wrong for pg_anon
  - fixed problems with parens in type definition for matching between rules and field data types
  - fixed problems with case mismatch for sections of meta-dict `funcs`, `sens_pg_types`, `data_const.constants`
  - fixed substituting of field name for anonymization function, get from rules of `data_func` section of meta-dict
  - added optional default anonymization function for meta-dict section `funcs`
  - added supporting of phrases in section of meta-dict `data_const.constants`
  - removed rule "words less 5 characters will be skipped for scaning by `data_const.constants`"
- actualized pyproject.toml
- actualized and expanded tests
- actualized README.md

1.1.3

Toggle 1.1.3's commit message
Added retries for callbacks requests

1.6.0

Toggle 1.6.0's commit message
Released 1.6.0

1.1.2

Toggle 1.1.2's commit message
Added --config for specifying versions of pg_dump and pg_restore

1.1.1

Toggle 1.1.1's commit message
Added metadata what will send to webhook

1.1.0-stateless-api

Toggle 1.1.0-stateless-api's commit message
- added stateless RestAPI for integration between pg_anon and another…

… services

show

Toggle show's commit message
[TTDB-450] Added processing of pg_dump and pg_restore errors for retu…

…rn correct status

1.5.0

Toggle 1.5.0's commit message
Released 1.5.0

1.0.1

Toggle 1.0.1's commit message
readme: Update python version to Python3.11 in README.md

- Update python version in README.md
- Update python version in pyproject.toml and poetry.lock

1.0.0

Toggle 1.0.0's commit message
chore: Minor fixes