Skip to content

Latest commit

 

History

History
191 lines (167 loc) · 11.3 KB

CHANGELOG.md

File metadata and controls

191 lines (167 loc) · 11.3 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

🚀 Added

  • Ignore computed columns (previously they would cause an error). #202 (@gregwebs)
  • Add the JSON transformer #134 (@evgeniy-r)
  • transform_condition on nullable fields #203

⚙️ Changed

🛠 Fixed

[v0.6.0] - 2022-08-09

🚀 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] - 2021-12-05

🚀 Added

⚙️ Changed

🛠 Fixed

[v0.5.0] - 2021-12-05

The release was yanked.

[v0.4.0] - 2021-10-19

🚀 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] - 2021-09-20

🚀 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.3.0] - 2021-09-20

The release was yanked.

[v0.2.0] - 2021-04-28

🚀 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 most of the 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] - 2021-01-27

🚀 Added

⚙️ Changed