Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/blog/2025-03-13-slack-integration.md
Original file line number Diff line number Diff line change
@@ -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
17 changes: 17 additions & 0 deletions docs/blog/2025-03-27-pii-detection-batch.md
Original file line number Diff line number Diff line change
@@ -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