Skip to content

Releases: datanymizer/datanymizer

v0.6.0

09 Aug 19:47
126e535
Compare
Choose a tag to compare

🚀 Added

⚙️ Changed

🛠 Fixed

  • Update the config and ignore crates (security issues) #176
    (@evgeniy-r)
  • Update the regex crate (security issue) #172
    (@evgeniy-r)
  • Use pg_namespace to deconflict duplicate field names #149
    (@mbeynon)
  • Fix Postgres COPY syntax when dumping a table with zero defined fields
    #147 (@mbeynon)
  • Fix the bug with a datetime format #150
    (@evgeniy-r)

v0.5.1

05 Dec 14:56
8d531f3
Compare
Choose a tag to compare

🚀 Added

⚙️ Changed

🛠 Fixed

v0.4.0

21 Oct 06:07
964bddb
Compare
Choose a tag to compare

🚀 Added

  • Implement returning NULL values for PostgreSQL from transformers
    #98 (@evgeniy-r)
  • Configurable dump transaction (whether to use, an isolation level)
    #96 (@evgeniy-r)

🛠 Fixed

v0.3.1

20 Sep 18:22
8477299
Compare
Choose a tag to compare

🚀 Added

  • ExtData trait, dictionaries for the Russian locale (person and company names), the new transformers: middle_name
    and company_name_alt #83
    (@evgeniy-r)
  • Add sequences to the dump #84
    (@evgeniy-r)
  • Add prefix and suffix options for EmailTransformer #80
    (@evgeniy-r)
  • Additional arguments for pg_dump #78
    (@evgeniy-r)
  • base64_token and base64url_token transformers. #77
    (@evgeniy-r)
  • Key-value store that allows to share information between template transformers
    #75 (@evgeniy-r)
  • Options to ignore invalid certificates and hostnames when using SSL
    #64 (@evgeniy-r)
  • Improve docs #67 (@evgeniy-r)
  • Add the basic SSL support for Postgres #61
    (@evgeniy-r)

⚙️ Changed

🛠 Fixed

v0.2.0

30 Apr 06:10
514006e
Compare
Choose a tag to compare

🚀 Added

  • hex_token rule (HexTokenTransformer) #50
    (@evgeniy-r)
  • Configuration options for transformation SQL conditions #45
    (@evgeniy-r)
  • Configuration options for dump query conditions and limit #47
    (@evgeniy-r)
  • Referencing values from original and transformed row. Improve performance for the TemplateTransformer
    #41 (@evgeniy-r)
  • Add a config-wide default locale (and the method to set defaults for transformers)
    #36 (@evgeniy-r)
  • Implement the most of fakers from the fake crate. Add the option for locale configuration
    #23 (@evgeniy-r)

⚙️ Changed

  • Now the max option for PasswordTransformer is inclusive #49
    (@evgeniy-r)

🛠 Fixed

v0.1.0

27 Jan 15:14
838f007
Compare
Choose a tag to compare

🚀 Added

⚙️ Changed