Skip to main content

03/27 - PII Detection Batch Job

· One min read
Evis Drenova
Co-Founder/CEO, Neosync
  1. Adds PII batch detection job to UI
  2. Fix remove invalid column button
  3. Optimized PII detection sql queries for faster performance
  4. Add in support for PII job report in the Runs page
  5. Add support for incremental scans
  6. Add support for cloning PII detection jobs
  7. Add support for downloading PII detection report
  8. Add support for auto increment generator

03/13 - Slack Integration

· One min read
Evis Drenova
Co-Founder/CEO, Neosync
  1. Adds support for a Slack integration for web hooks
  2. Adds PII batch detection job
  3. Update account hooks lifecycle events to PII detect jobs
  4. Allow users to remove jobs if the temporal schedule does not exist
  5. Add support for importing and exporting mappings in GRPC format
  6. Handle converting json null to sql null correctly

02/27 - Connection Security

· One min read
Evis Drenova
Co-Founder/CEO, Neosync
  1. Fix bug where we were converting json null to sql null incorrectly
  2. Fix issue with on conflict
  3. Fix MSSQL trigger sql generation error
  4. Fix an issue with the phone number transformer in the validation
  5. Add in webhooks UI
  6. Add in granular support for viewing connection credentials
  7. Add in support for making job hook names unique system wide

02/13 - Webhooks

· One min read
Evis Drenova
Co-Founder/CEO, Neosync
  1. Expose column removal strategy in Terraform
  2. Expose virtual foreign keys in Terraform
  3. Expose subsetbyforeignkeyconstraints in Terraform
  4. Expose advanced connection options in Terraform
  5. Add support for webhooks

01/30 - Python SDK upgrade

· One min read
Evis Drenova
Co-Founder/CEO, Neosync
  1. Upgrade Python SDK to be easier to use and fix imports
  2. Fix MYSQL index statements when using non-column expressions
  3. Optimize GenerateFullName transformer for speed
  4. Upgrade Generate Job to apply passthrough on apply default transformers
  5. Optimize SQL disconnections and busy signals during sync
  6. Upgrade Neosync Cloud Logs UI to include more information like activity, table, schema
  7. Show init schema run context on Runs page
  8. Support creating Postgres extensions within the init schema
  9. Add new error codes to job mappings validator response

01/16 - Synthetic Data in Anonymization API

· One min read
Evis Drenova
Co-Founder/CEO, Neosync
  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

01/02 - Neosync v0.5

· One min read
Evis Drenova
Co-Founder/CEO, Neosync
  1. Fixed a bug that was causing generate javascript code to not be persisted across modal open/closes
  2. Adds support for bit, varbit and datetime types
  3. Removed all @deprecated fields in the API
  4. Removed all unused or deprecated methods.
  5. Introduced a new Neosync data structured for reading/writing data to s3
  6. Updated the Typescript SDK to use the Connection V2 api
  7. Object storage/metrics/logs have been moved to the Enterprise license for self-hosted Neosync

12/19 - RBAC

· One min read
Evis Drenova
Co-Founder/CEO, Neosync
  1. Fixed a bug that was causing generate javascript code to not be persisted across modal open/closes
  2. Added support for Job Hooks to Terraform
  3. Added support for RBAC in Neosync
  4. Fixed a bug that was causing the worker to silently fail due to a Redis configuration
  5. Added support for uploading client TLS certificates to Mysql
  6. Added support for uploading client TLS certificates to MS SQL
  7. Updated Subsetting logic to account for nullable foreign keys
  8. Updated Subsetting page to use a modal instead of inline SQL filters
  9. Exposed a button that allows users to see what SQL queries we're running in the Runs page

12/05 - Job Hooks

· One min read
Evis Drenova
Co-Founder/CEO, Neosync
  1. Added support for pre job hooks
  2. Added support for post job hooks
  3. Re-factored DB connections to be much more stable and efficient
  4. Added S3 end-to-end tests for mysql and postgres
  5. Updated the Job Mapping table to fix layout overflow issues and styling
  6. Fixed a bug that was the post table sync activity to fail when tables were case sensitive
  7. Add multi-language support to Anonymize PII transformer

11/21 - EU Infrastructure

· One min read
Evis Drenova
Co-Founder/CEO, Neosync
  1. Added support for EU infrastructure
  2. Added support for init schema in SQL Server
  3. Updated CLI to have better support for API keys and not always require them
  4. Updated Worker to support fallback properties for batch properties
  5. Updated Job Mappings Table to be way more optimized and smoother
  6. Added a loading state to the Apply Default Transformers
  7. Fixed a bug that was causing SQL Server to not truncate tables correctly