Skip to content

1.7.0

Latest
Compare
Choose a tag to compare
@max-ibragimow max-ibragimow released this 15 Sep 08:07
· 6 commits to master since this release
b8f75b6
  • 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"
  • added NULLS LAST sorting for view-data mode
  • actualized pyproject.toml
  • actualized and expanded tests
  • actualized README.md