Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 16:55
· 100 commits to main since this release
6a4f833

2.0.0 (2026-06-06)

Features

  • runtime: require Node.js 24 (c1d21da)

    Pin the local and CI runtime to Node.js 24.15.0 with npm 11.12.1 via Volta and package engines.

    Runtime Migration:

    • Refresh Node 24-sensitive dependencies, including LanceDB, FastEmbed, Vitest, Node types, and release tooling

    • Add direct apache-arrow for the LanceDB peer package imported by the embeddings database

    • Keep embeddings stats and PR-history status paths local by avoiding unnecessary model initialization

    • Update LanceDB schema reads to handle the current method-style table.schema() API

BREAKING CHANGES

  • runtime: CodeCritique now requires Node.js 24.15.0 or newer and npm 11.12.1 or newer.