Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update changelog body #2852

Merged
merged 1 commit into from
Oct 24, 2024
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: 4 additions & 11 deletions docs/blog/2024-10-10-cli-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,7 @@ authors:
- evis
---

1. Added support for free form text anonymization as an API
2. Added support for free form text anonymization as a transformer through the job sync
3. Added support for configuring the entities in the anonymization API
4. Added support for allow/deny lists in the API
5. Added support for configuring the S3 connection parameters in the CLI
6. Added support for a Python SDK
7. Added new SDK docs with more examples and code snippets
8. Added support for the CLI to use shared connection pools
9. Added support for default values for Transformers
10. Added support for more run details in an expanded view
11. Fixed a bug that was causing the CLI sync from S3 -> Mysql to break when a table is empty
1. Update CLI to support syncing from S3
2. Support ability to convert a personal account to a paid team account
3. Support inserting JSONB types
4. Init Data Anonymization API Endpoint
15 changes: 11 additions & 4 deletions docs/blog/2024-10-24-anonymization-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ authors:
- evis
---

1. Update CLI to support syncing from S3
2. Support ability to convert a personal account to a paid team account
3. Support inserting JSONB types
4. Init Data Anonymization API Endpoint
1. Added support for free form text anonymization as an API
2. Added support for free form text anonymization as a transformer through the job sync
3. Added support for configuring the entities in the anonymization API
4. Added support for allow/deny lists in the API
5. Added support for configuring the S3 connection parameters in the CLI
6. Added support for a Python SDK
7. Added new SDK docs with more examples and code snippets
8. Added support for the CLI to use shared connection pools
9. Added support for default values for Transformers
10. Added support for more run details in an expanded view
11. Fixed a bug that was causing the CLI sync from S3 -> Mysql to break when a table is empty