Releases: IntFlows/genkit-guard
Release v0.0.9
Middleware-first Architecture
Genkit Guard now follows the official Genkit middleware approach, making it easier to integrate directly into Genkit applications.
Enhanced PII Detection
Added support for OpenAI's privacy-filter model, providing an alternative to traditional NER-based PII detection.
Configurable Initialization
initGuard() now accepts configuration options, allowing developers to customize:
Extractor models
PII models
Detection modes
Dependency Updates
Updated Genkit compatibility.
Upgraded Transformers.js dependency.
Updated TypeScript and supporting packages.
Migration Notes
Existing users should review initialization code and update model download steps to use the new privacy-filter model where appropriate.
v0.0.8-alpha.1
What's Changed
New PII Engine: openai/privacy-filter
-
Deprecated the BERT-base-NER in favor of the specialized openai/privacy-filter model.
-
Updated dependency @huggingface/transformers to use latest version 4.2.0
-
Updated zod version to 4.4.3
v0.0.8
Keywords updated for npm visibility