From de07b5e6d2a8eefb78adcf3e03e3b17709cb29e0 Mon Sep 17 00:00:00 2001 From: Evis Drenova <80707987+evisdrenova@users.noreply.github.com> Date: Thu, 16 Jan 2025 13:02:07 -0800 Subject: [PATCH] 1-16 changelog (#3153) --- .../2025-01-16-anon-api-synthetic-data.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/blog/2025-01-16-anon-api-synthetic-data.md diff --git a/docs/blog/2025-01-16-anon-api-synthetic-data.md b/docs/blog/2025-01-16-anon-api-synthetic-data.md new file mode 100644 index 0000000000..7d115fef01 --- /dev/null +++ b/docs/blog/2025-01-16-anon-api-synthetic-data.md @@ -0,0 +1,19 @@ +--- +title: 01/16 - Synthetic Data in Anonymization API +hide_table_of_contents: false +slug: /anon-api-synthetic-data +authors: + - evis +# cSpell:words +--- + +1. Add support for column removal strategy to handle schema changes in day 2 operations +2. Add support for on conflict handling in Postgres and Mysql +3. Enhance the python SDK entry point to be easier to use +4. Add support for using Neosync Transformers in the Anonymization API with replace +5. Optimized the Subset table to be way more performant +6. Add support for sourcing the connection url from an environment variable +7. Fix the Clone Transformer form +8. Add support for creating DB schema in the init schema options +9. Added ability to bulk apply subsets +10. Optimized the GenerateCity transformer to be way faster