Skip to content

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 14:04
1064ddc

4.0.0 (2026-07-21)

⚠ BREAKING CHANGES

  • This major version release removes deprecated surfaces:
  • Removed NOVA API v1 support (v1 is already removed in recent NOVA OS
    versions)
  • Removed deprecated cell-bound NovaClient
  • Build is now ESM-only, using require backwards
    compat

    present in newer node versions
  • nova-api is inlined in the dist rather than used as a transitive
    dependency (to allow AIs better access to the type definitions)

Also included:

  • CI now tests on a matrix of different node versions

Features

  • v4.0.0 release (remove deprecations, esp. NOVA API v1) (#309) (1064ddc)