Skip to content

v0.30.0

Choose a tag to compare

@TimothyJones TimothyJones released this 05 Jul 08:32
f8cdf64

0.30.0 (2026-07-05)

⚠ BREAKING CHANGES

  • plugins: Plugins names are now restricted to be node module names, preventing malicious contracts or clients of the contract server from loading arbitrary code via remote or inline URIs. This is technically a breaking change, as remote and inline URIs for plugins were previously unintentionally supported.

Features

  • Add vitest bindings with the same interface as the jest interface, and extract common TS-side user code to a shared package, contract-case-dsl-js, useful for anyone building non-jest or non-vitest bindings (#1328) (83534d1)

Bug Fixes

  • http: Fix issue where the http body could be missing during verification of a request with a payload (d93806a)
  • plugins: Plugins names are now restricted to be node module names, preventing malicious contracts or clients of the contract server from loading arbitrary code via remote or inline URIs. This is technically a breaking change, as remote and inline URIs for plugins were previously unintentionally supported. (caba6aa)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @contract-case/eslint-config-case-maintainer bumped from 0.29.1 to 0.30.0