Skip to content

VB-OS Platform Changelog

The VB-OS Cloud Platform is in pre-release. This changelog will be updated with each release.

  • Verification: deterministic evaluation pipeline with ASSERT/DEFER verdicts
  • VBL: full boundary language with governance metadata, named sets, conditional evidence, conditional prohibitions, provenance, predicates with failure messages, and BOUNDARY expressions
  • Connectors: evidence acquisition from 300+ provider integrations with credential, OAuth, and webhook authentication
  • Flows: post-evaluation reaction pipelines with webhook, notification, and log actions
  • Templates: pre-built verification blueprints across healthcare, finance, cybersecurity, AI/ML, DevOps, and e-commerce
  • Replay: deterministic evaluation replay from immutable artifacts
  • Certifications: compliance certification models and runs
  • SDKs: Python and Node.js client libraries
  • CLI: command-line interface for all platform operations

The current VBL grammar supports:

  • require_evidence, require_evidence IF (conditional)
  • prohibit_evidence, prohibit_evidence WHERE (conditional)
  • require_provenance
  • require_type (integer, string, boolean)
  • define_set with @name references
  • predicate with optional failure messages (| "message")
  • BOUNDARY { } with inline field comparisons
  • Operators: ==, !=, >, <, >=, <=, AND, OR, NOT, IN, NOT IN, CONTAINS
  • Boolean and string literal comparisons
  • Field-to-field comparisons
  • Dot-path field names for nested evidence
  • boundary_id, version, scope, eta_cap metadata
  • # and // line comments