Skip to content

Releases: ZenGuard-AI/fast-llm-security-guardrails

v0.2.1: 2024-12-02

02 Dec 23:40
251e092
Compare
Choose a tag to compare

BREAKING CHANGE: removed detect_async method

What's Changed

New Contributors

Full Changelog: v0.1.20...v0.2.1

v0.1.20: 2024-10-21

21 Oct 17:43
9793608
Compare
Choose a tag to compare

Introduce tiered API endpoints.

v0.1.19: 2024 - 2024-06-25

26 Jun 00:46
14f7892
Compare
Choose a tag to compare

Fix the bugs in the

  • OpenAI Integration
  • Unit tests

v0.1.18: 2024 - 2024-06-17

17 Jun 23:36
30885d0
Compare
Choose a tag to compare

New functionality added:

  • Async Prompt Injection detection support.
  • Prompt Injection detection reporting support.
  • Added unit tests

Reworked:

  • zenguard's detect methods now raise errors.

v0.1.15: 2024 - 2024-06-10

10 Jun 07:25
25a7fec
Compare
Choose a tag to compare
  • If detector is single use a dedicated API
  • Provide latency numbers
  • Remove prints

v0.1.13: 2024 - 2024-05-07

07 May 16:13
c217990
Compare
Choose a tag to compare

Added running detectors in parallel.

v0.1.10: 2024 - 2024-04-23

23 Apr 18:29
b9483c9
Compare
Choose a tag to compare

Changed

  • API change message is changed to messages and accepts the list of strings.

v0.1.8: 2024 - 2024-04-21

21 Apr 19:36
60f21be
Compare
Choose a tag to compare

Added

  • Support for Toxicity Detectors
  • Bug fixes