Skip to content

Releases: IntFlows/genkit-guard

Release v0.0.9

17 Jun 09:31
18ba859

Choose a tag to compare

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

15 May 12:20

Choose a tag to compare

v0.0.8-alpha.1 Pre-release
Pre-release

What's Changed

New PII Engine: openai/privacy-filter

  1. Deprecated the BERT-base-NER in favor of the specialized openai/privacy-filter model.

  2. Updated dependency @huggingface/transformers to use latest version 4.2.0

  3. Updated zod version to 4.4.3

v0.0.8

15 May 12:21
7e83c01

Choose a tag to compare

Keywords updated for npm visibility