Skip to content

v2.0.0

Latest

Choose a tag to compare

@envtest-js-robot envtest-js-robot released this 11 Jul 22:11
· 7 commits to main since this release

2.0.0 (2026-07-11)

  • feat!: attach to pre-existing clusters via useExistingCluster (9787d8c)

Bug Fixes

  • resolve copilot comments (9c3414e)

BREAKING CHANGES

  • EnvtestConfig.binaries and EnvtestConfig.etcdURL are
    now optional — they are absent when attached to an existing cluster.
    Strict-TypeScript consumers dereferencing config.binaries.* or
    config.etcdURL must add a guard (or non-null assertion), even if they
    never opt into useExistingCluster.