You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Tagged releases are published to npm from GitHub Actions when a **GitHub Release
17
17
-`--version` CLI flag prints the package version and exits.
18
18
-`list_namespaces` response now includes `expires_at_iso` so clients see the cache expiry as an ISO-8601 timestamp without converting `cache_ttl_seconds`.
19
19
-`examples/README.md` describing the library embedding sample.
20
-
- GitHub Actions **CI** on **Ubuntu** with a **Node.js** matrix (**18.x**, **20.x**, **22.x**): typecheck, lint, Prettier, build, tests, **CycloneDX** SBOM artifact upload (per Node version), **Codecov** upload (Node **20.x** only), plus a separate **quality** job (`npm audit`, `npm pack --dry-run`).
20
+
- GitHub Actions **CI** on **Ubuntu** with a **Node.js** matrix (**20.x**, **22.x**): typecheck, lint, Prettier, build, `test:coverage`, **CycloneDX** SBOM artifact upload (per Node version), **Codecov** upload (Node **20.x** only), plus a separate **quality** job (`npm audit`, `npm pack --dry-run`).
21
21
-`npm run test:coverage` with Vitest coverage thresholds (see `vitest.config.ts`).
22
22
-`@vitest/coverage-v8` devDependency for coverage reports (`lcov`, `json-summary`, HTML).
23
23
@@ -34,7 +34,7 @@ Tagged releases are published to npm from GitHub Actions when a **GitHub Release
34
34
- README Slack URL example now matches the generator output (`https://app.slack.com/client/{team_id}/{channel_id}/p{messageId}`).
35
35
- README "Comparison with Python Version" no longer claims an identical API interface; the new TypeScript-only tools (`guided_query`, `query_documents`, `keyword_search`, `namespace_router`, `suggest_query_params`, `count`, `generate_urls`) are listed explicitly.
36
36
-`npm run ci` now runs `test:coverage` so merges are gated on coverage thresholds.
37
-
-CI: on Node **18.x**, run `npm test` only; **`test:coverage`** runs on **20.x** /**22.x**because Vitest V8 coverage uses `node:inspector/promises` (Node **≥19**).
37
+
-**Breaking (runtime / tooling):**`engines.node` is now **>=20.12.0**. Vitest **4** (bundled **rolldown**) imports `util.styleText` from `node:util` (added in Node **20.12**), and**`@vitest/coverage-v8`** uses `node:inspector/promises` (Node **≥19**). CI tests only **20.x** and **22.x**.
38
38
- Dependabot groups related **vitest**, **typescript-eslint**, and **eslint/prettier** updates.
0 commit comments