From 3253a11008daa360ad25150a188ecc51c9d2371a Mon Sep 17 00:00:00 2001 From: Evis Drenova Date: Tue, 8 Apr 2025 16:09:52 -0700 Subject: [PATCH] add new changelogs for march --- docs/blog/2025-03-13-slack-integration.md | 15 +++++++++++++++ docs/blog/2025-03-27-pii-detection-batch.md | 17 +++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 docs/blog/2025-03-13-slack-integration.md create mode 100644 docs/blog/2025-03-27-pii-detection-batch.md diff --git a/docs/blog/2025-03-13-slack-integration.md b/docs/blog/2025-03-13-slack-integration.md new file mode 100644 index 0000000000..1441f66c6c --- /dev/null +++ b/docs/blog/2025-03-13-slack-integration.md @@ -0,0 +1,15 @@ +--- +title: 03/13 - Slack Integration +hide_table_of_contents: false +slug: /slack-integration +authors: + - evis +# cSpell:connection-security +--- + +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 diff --git a/docs/blog/2025-03-27-pii-detection-batch.md b/docs/blog/2025-03-27-pii-detection-batch.md new file mode 100644 index 0000000000..6ce1bcbb41 --- /dev/null +++ b/docs/blog/2025-03-27-pii-detection-batch.md @@ -0,0 +1,17 @@ +--- +title: 03/27 - PII Detection Batch Job +hide_table_of_contents: false +slug: /pii-detection-batch-job +authors: + - evis +# cSpell:connection-security,pii +--- + +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