Skip to content

Releases: TestPlanIt/testplanit

v0.35.1

05 Jun 18:30

Choose a tag to compare

0.35.1 (2026-06-05)

Bug Fixes

  • auth: make SAML SP-initiated login work end-to-end (#405) (e65517c)

v0.35.0

05 Jun 15:32

Choose a tag to compare

0.35.0 (2026-06-05)

Features

  • a11y: WCAG 2.2 AA scan harness, Accessible theme, and name/role fixes (#404) (ae18e3e)

v0.34.12

05 Jun 04:06

Choose a tag to compare

0.34.12 (2026-06-05)

Bug Fixes

  • scheduler: skip legacy keyless entries in reconciliation (#403) (0aef3aa)

v0.34.11

05 Jun 02:08

Choose a tag to compare

0.34.11 (2026-06-05)

Enhancements

  • workers: BullMQ worker groups via configurable key prefix (#402) (6e677c0)

v0.34.10

04 Jun 16:12

Choose a tag to compare

0.34.10 (2026-06-04)

Enhancements

  • sessions: server-side enforcement of required Result Fields (#401) (e7ab3da)

v0.34.9

04 Jun 04:09

Choose a tag to compare

0.34.9 (2026-06-04)

Enhancements

  • mcp: accept Result Field values on test_run_results_create (#398) (b19d07b)
  • search: bulk actions on RepositoryCase search results (#400) (df08b55)

@testplanit/mcp-server@0.1.4

04 Jun 03:04
2b49d2d

Choose a tag to compare

Patch Changes

  • #398 b19d07b Thanks @therealbrad! - testplanit_test_run_results_create now accepts an optional fieldValues: [{ name, value }] input to record custom Result Field entries alongside the result. Resolution is by display name (case-insensitive) or system name, scoped to the case's template; unknown names are rejected with the available field list in the error message. This unblocks result submission against templates that mark any Result Field required — previously the server rejected those submissions with REQUIRED_FIELDS_MISSING because the tool surface couldn't construct a valid payload.

v0.34.8

03 Jun 19:29

Choose a tag to compare

0.34.8 (2026-06-03)

Enhancements

  • import: add case-ID matching controls to the web import dialog (#395) (bb3f37b), closes #394

v0.34.7

03 Jun 18:35

Choose a tag to compare

0.34.7 (2026-06-03)

Bug Fixes

  • packages: lower minimum Node.js engine to >=20 (#389) (28121cd)

Enhancements

  • import: link JUnit/CLI results to existing cases by ID (#394) (2f91d0e)

v0.34.6

03 Jun 15:11

Choose a tag to compare

0.34.6 (2026-06-03)

Bug Fixes

  • quality: address 10 CodeQL Code-Scanning findings (#388) (2566b24)