Skip to content

Releases: verifywise-ai/verifywise

v2.2.1

07 Apr 17:38
ca45c6b

Choose a tag to compare

What's Changed

  • Inline validation replaced with generic hook on New Vendor modal by @Innagl in #3656
  • fix(onboarding): mark onboarding completed after demo data insertion by @gorkem-bwl in #3642
  • fix(ai-gateway): guardrail catalog enable button not reflecting enabled state by @gorkem-bwl in #3658
  • build(deps): bump aiohttp from 3.13.3 to 3.13.4 in /EvalServer in the pip group across 1 directory by @dependabot[bot] in #3654
  • deps(backend): bump @xmldom/xmldom from 0.8.11 to 0.8.12 in /Servers by @dependabot[bot] in #3645
  • feat(llm): add AWS Bedrock inference provider via boto3 converse API by @sermengi in #3668
  • feat(GRSModule): add Validation Playground page and fix dataset publish bug by @sermengi in #3653
  • feat(fria): Fundamental Rights Impact Assessment module by @gorkem-bwl in #3500
  • docs(fria): add user guide and technical documentation by @gorkem-bwl in #3670
  • docs: complete user guide gap analysis + comprehensive API documentation by @gorkem-bwl in #3671
  • build(deps): bump litellm from 1.82.2 to 1.83.0 in /AIGateway in the uv group across 1 directory by @dependabot[bot] in #3669
  • deps(backend): bump lodash from 4.17.23 to 4.18.1 in /Servers by @dependabot[bot] in #3664
  • chore: remove stale local user guide content directory by @gorkem-bwl in #3672
  • feat(agent-discovery): plugin-based discovery with improved UX by @gorkem-bwl in #3673
  • deps(backend): bump the backend-minor-patch group in /Servers with 14 updates by @dependabot[bot] in #3674
  • deps(frontend): bump the frontend-minor-patch group in /Clients with 35 updates by @dependabot[bot] in #3676
  • deps(frontend): bump vite from 8.0.3 to 8.0.5 in /Clients by @dependabot[bot] in #3679
  • chore(deps-dev): bump vite from 7.2.6 to 7.3.2 in /docs/api-docs in the npm_and_yarn group across 1 directory by @dependabot[bot] in #3680
  • Feat: MCP Gateway by @Br0wnHammer in #3677
  • docs: rewrite 15 AI policy templates by @gorkem-bwl in #3683
  • fix(super-admin): improve super admin panel UX and add user management by @gorkem-bwl in #3667
  • More high priority e2e by @MuhammadKhalilzadeh in #3665
  • Inline validation replaced with generic hook on new incident by @Innagl in #3663
  • Inline validation replaced with generic hook on New policy by @Innagl in #3661
  • Fix nist ai UI render bug by @HarshP4585 in #3686
  • feat(grs): add backfill-base stage to include base scenarios in final dataset by @sermengi in #3678
  • Feature: Mcp Gateway Improvements by @Br0wnHammer in #3688
  • Merge develop into master (April 7) by @HarshP4585 in #3687

Full Changelog: v2.2...v2.2.1

v2.2

01 Apr 18:25
0d46c8c

Choose a tag to compare

What's Changed

  • Fix docker-compose references by @HarshP4585 in #3426
  • Add intake forms user guide article by @gorkem-bwl in #3425
  • Fix intake form critical bugs: race condition, field mapping, validation, and UX by @gorkem-bwl in #3427
  • Add intake submission viewer and entity field mapping validation by @gorkem-bwl in #3429
  • Enhance intake form builder UX and add LLM questions panel by @gorkem-bwl in #3428
  • feat(intake): polish UX, fix bugs, and add field mappings by @gorkem-bwl in #3430
  • E2E Tests for Full UI Test Automation by @MuhammadKhalilzadeh in #3421
  • Feat/use cases implement column visibility by @Innagl in #3415
  • deps(frontend): bump minimatch in /Clients by @dependabot[bot] in #3416
  • build(deps): bump rollup from 4.53.3 to 4.59.0 in /docs/api-docs in the npm_and_yarn group across 1 directory by @dependabot[bot] in #3431
  • deps(frontend): bump rollup from 4.57.1 to 4.59.0 in /Clients by @dependabot[bot] in #3432
  • Migrate policy editor from Plate/Slate to TipTap by @gorkem-bwl in #3436
  • Remove unused editor code and dependencies by @gorkem-bwl in #3440
  • More E2E Tests by @MuhammadKhalilzadeh in #3434
  • fix(evals): custom scorer judge now receives test case data and returns reasoning by @sermengi in #3456
  • feat(policies): assign policies to virtual folders by @gorkem-bwl in #3460
  • feat(GRSModule): add validation pipeline improvements and rejected scenario inspection by @sermengi in #3423
  • fix(evals): fix Params button form submission and false API key warning in experiment wizard by @sermengi in #3461
  • fix(intake): fix infinite re-render loop and suggested questions panel by @gorkem-bwl in #3466
  • fix(intake): remove risk tier system toggle, always use EU AI Act by @gorkem-bwl in #3467
  • feat(intake): supersede old submissions on resubmission by @gorkem-bwl in #3469
  • Fix: Remove Dead Code of Layouts by @Br0wnHammer in #3470
  • feat: tamper-proof audit ledger with hash chain and feature toggle by @gorkem-bwl in #3479
  • feat(GRSModule): add GeneratedBy provenance tracking to config entry models by @sermengi in #3471
  • fix(grs): resolve inference response truncation and JSONL corruption on resume by @sermengi in #3478
  • fix(db): add missing task_entity_links table to new tenant creation by @gorkem-bwl in #3468
  • Feat: AI Report Generation by @Br0wnHammer in #3477
  • Add AI or Not pre-screening survey before use case creation by @gorkem-bwl in #3487
  • refactor(docs): slim CLAUDE.md from 4,057 to 484 lines with reference index by @Br0wnHammer in #3488
  • Column selector implemented on Agent discovery page by @Innagl in #3476
  • Column visibility implemented on Tasks by @Innagl in #3437
  • fix(arena): resolve model selection, settings navigation, and Mistral connection errors by @sermengi in #3490
  • Update architecture to use shared-schema by @HarshP4585 in #3484
  • feat: add Start Here onboarding page with animated feature videos by @gorkem-bwl in #3489
  • Implement Column Selector on Risk management page by @Innagl in #3480
  • docs: purge old schema-per-tenant architecture references by @gorkem-bwl in #3497
  • Fix/llm evals scorer api key by @sermengi in #3499
  • deps(backend): bump dottie from 2.0.6 to 2.0.7 in /Servers by @dependabot[bot] in #3439
  • ci: bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #3462
  • deps(frontend): bump the frontend-minor-patch group in /Clients with 10 updates by @dependabot[bot] in #3463
  • deps(backend): bump the backend-minor-patch group in /Servers with 16 updates by @dependabot[bot] in #3464
  • deps(backend): bump @types/jsdom from 27.0.0 to 28.0.0 in /Servers by @dependabot[bot] in #3465
  • deps(backend): bump minimatch from 3.1.2 to 3.1.5 in /Servers by @dependabot[bot] in #3474
  • deps(backend): bump underscore from 1.13.7 to 1.13.8 in /Servers by @dependabot[bot] in #3482
  • deps(frontend): bump svgo from 3.3.2 to 3.3.3 in /Clients by @dependabot[bot] in #3486
  • deps(backend): bump multer from 2.0.2 to 2.1.1 in /Servers by @dependabot[bot] in #3485
  • deps(frontend): bump dompurify from 3.3.1 to 3.3.2 in /Clients by @dependabot[bot] in #3494
  • deps(backend): bump express-rate-limit from 8.2.1 to 8.2.2 in /Servers by @dependabot[bot] in #3498
  • ci: bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #3501
  • ci: bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #3502
  • ci: bump aquasecurity/trivy-action from 0.34.1 to 0.35.0 by @dependabot[bot] in #3503
  • ci: bump docker/login-action from 3 to 4 by @dependabot[bot] in #3504
  • deps(backend): bump the backend-minor-patch group in /Servers with 6 updates by @dependabot[bot] in #3505
  • deps(backend): bump ejs from 4.0.1 to 5.0.1 in /Servers by @dependabot[bot] in #3506
  • deps(frontend): bump the frontend-minor-patch group in /Clients with 27 updates by @dependabot[bot] in #3507
  • deps(frontend): bump dotenv-webpack from 8.1.1 to 9.0.0 in /Clients by @dependabot[bot] in #3508
  • Fixed migration To Shared Schema Script by @MuhammadKhalilzadeh in #3511
  • More E2E test Coverage by @MuhammadKhalilzadeh in #3512
  • Column visibility implemented on Reporting page by @Innagl in #3493
  • Column selector added to the Vendors page by @Innagl in #3516
  • Feat/model inventory implement column visibility by @Innagl in #3458
  • feat(grs): track dataset in version control and add Parquet export utility by @sermengi in #3522
  • feat: add CSS-filter dark mode and redesign empty state illustrations by @gorkem-bwl in #3525
  • Add explanatory empty state tips across all modules by @gorkem-bwl in #3527
  • feat(viewer): surface LLM semantic validation fields in scenario UI by @sermengi in #3531
  • feat(grs): hybrid LLM semantic validation for scenario acceptance by @sermengi in #3524
  • Backend migrations fix by @MuhammadKhalilzadeh in #3534
  • Feat/frontend deployment by @Br0wnHammer in #3435
  • Feat: Add FAIR-inspired quantitative risk assessment by @Br0wnHammer in #3513
  • feat(policies): add one-way DOCX import to policy editor by @gorkem-bwl in #3514
  • Column selector added to Policy manager page by @Innagl in #3526
  • Column selector implemented on Training Registry page by @Innagl in #3530
  • Column selector implemented on Incident management page by @Innagl in #3532
  • feat(ai-detection): LLM vulnerability detection with full OWASP LLM Top 10 coverage by @gorkem-bwl in #3521
  • chore(deps): bump tornado from 6.5.4 to 6.5.5 in /GRSModule in the uv...
Read more

v2.1.1

25 Feb 18:40
4060b2a

Choose a tag to compare

What's Changed

Full Changelog: v2.1...v2.1.1

v2.1

20 Feb 03:53
bc24733

Choose a tag to compare

What's new

2.1 is a major release introducing Shadow AI detection for discovering unauthorized AI tool usage, an AI agent discovery and inventory system, law-aware bias audits for LLM evaluations, self-hosted scorer and judge support, and a plugin ecosystem expansion with Jira integration and dataset bulk upload.

  • Shadow AI detection module — discover unauthorized AI tool usage across the organization
  • AI agent discovery and inventory — catalog and monitor AI agents org-wide
  • Law-aware bias audit module for LLM evaluations
  • Self-hosted local LLM scorer support (e.g. Ollama)
  • Self-hosted judge provider and saved model dropdowns for evals
  • Jira integration plugin
  • Model inventory lifecycle plugin
  • Dataset bulk upload plugin
  • AI detection extended to workflows, containers, and configs
  • Lifecycle initialization in Shadow AI governance wizard
  • Configurable API key expiration

What's Changed

Full Changelog: v2.0.1...v2.1

v2.0.1

12 Feb 03:54
a0f35c1

Choose a tag to compare

What's Changed

Full Changelog: v2.0...v2.0.1

v2.0

06 Feb 01:59
e1583ab

Choose a tag to compare

What's new

This release introduces significant new features including a virtual file manager, comprehensive notification system, dataset
inventory, plugin marketplace enhancements, and post-market monitoring. It also includes UI/UX improvements, testing
infrastructure, and numerous bug fixes.

Virtual File Manager: Organize uploaded files into a hierarchical folder structure without changing where files are linked from. Files can exist in multiple folders (tag-like behavior), with "All Files" and "Uncategorized" default views.

In-App Notification System: Comprehensive real-time notification system featuring:

  • Server-Sent Events (SSE) for instant updates
  • Email integration for important notifications
  • Notification types for tasks, reviews, approvals, policies, and mentions
  • "Load more" pagination in notification dropdown
  • Mark as read functionality

Dataset Inventory: New dataset management under Model Inventory for EU AI Act Article 10 compliance:

  • Track training, validation, testing, and production datasets
  • Data classification levels (Public, Internal, Confidential, Restricted)
  • PII tracking and bias documentation
  • Dataset-model and dataset-project linking

Plugin Marketplace:

  • Plugin install/uninstall functionality
  • Generic plugin execute endpoint for extensibility
  • Enhanced custom import plugin with separate framework support
  • Improved sidebar navigation and consistent styling

Governance Score Widget
Task Deadline View
New deadline view for task management with priority colored flags and inline editing
Unified Upload Component

What's Changed

Read more

v1.9

15 Jan 22:15
956135f

Choose a tag to compare

What's Changed

  • Entity Graph Visualization: Interactive graph showing relationships between AI models, risks, vendors, and controls. Helps users understand how different entities connect across their governance framework.
  • AI Detection Module: Scans code repositories to identify AI-generated content. Useful for compliance teams tracking where AI tools are being used in development.
  • Governance Advisor: AI-powered chat interface providing governance recommendations. Users can ask questions and receive contextual guidance on compliance and risk management.
  • LLM Evaluation Arena: Testing environment for comparing different language models. Allows teams to run experiments, measure performance metrics, and evaluate AI model quality.
  • Multi-Tenancy / Workspace support: Enables multiple isolated organizations (eg countries/business units) within a single deployment. Each tenant has separate data, users, and configurations while sharing infrastructure.
  • A Completely New Dashboard: A new designed dashboard with a switch between Executive and Operations perspectives on the dashboard. Executive view shows high-level metrics while Operations view provides detailed operational data.
  • Policy Export: Export compliance policies to PDF and Word formats. Enables easy sharing of documentation with stakeholders and auditors.

New Contributors

Full Changelog: v1.8.1...v1.9

v1.8.1

23 Dec 05:21
952048a

Choose a tag to compare

What's Changed

Full Changelog: v1.8...v1.8.1

v1.8.1-saas

23 Dec 05:22
3afc73c

Choose a tag to compare

v1.8.1-saas Pre-release
Pre-release

What's Changed

Full Changelog: v1.8-saas...v1.8.1-saas

v1.8

19 Dec 20:24
4eba9f8

Choose a tag to compare

What's Changed

Read more