Skip to content

Releases: OmnixHQ/ucp-client

v3.0.0

11 Apr 01:09
f746cd5

Choose a tag to compare

3.0.0 (2026-04-11)

⚠ BREAKING CHANGES

  • CardPaymentInstrumentSchema removed (replaced by CardPaymentInstrumentAvailableCardPaymentInstrumentSchema). TotalTypeEnumSchema removed (no replacement in SDK v2.0.0). UcpReverseDomainNameSchema renamed to ReverseDomainNameSchema.

Features

  • upgrade @omnixhq/ucp-js-sdk to v2.0.0 with catalog and cart capabilities (#38) (08cba5e)

Documentation

  • update CLAUDE.md and project-context.md for SDK v2.0.0 (#40) (9b59f3b)

v2.5.0

02 Apr 11:56
38176ba

Choose a tag to compare

2.5.0 (2026-04-02)

Features

  • align with ucp-js-sdk 1.1.0 stable + code quality audit fixes (#36) (0fbbd32)

v2.4.0

01 Apr 21:21
aa733e8

Choose a tag to compare

2.4.0 (2026-04-01)

Features

  • upgrade to @omnixhq/ucp-js-sdk@1.1.0 stable (#34) (39663c3)

v2.3.0

31 Mar 07:45
1b3ff49

Choose a tag to compare

2.3.0 (2026-03-31)

Features

  • add OrderCapability tests and align ucp-js-sdk to 1.0.2 (#31) (a83d9df)

Maintenance

  • expand npm keywords for discoverability (#33) (6f95a35)

v2.2.0

30 Mar 16:42
30909a4

Choose a tag to compare

2.2.0 (2026-03-30)

Features

  • add parseWebhookEvent utility (UCPM-272) (#29) (6b79b29)

v2.1.0

30 Mar 14:25
04f377e

Choose a tag to compare

2.1.0 (2026-03-30)

Features

  • UCPM-273/274 — expose signingKeys and verifyRequestSignature (#27) (725b07f)

v2.0.0

30 Mar 13:25
fe9f939

Choose a tag to compare

2.0.0 (2026-03-30)

⚠ BREAKING CHANGES

  • capabilities in UCP discovery profile changed from array of {name, version} to Record keyed by capability name

Bug Fixes

  • migrate to @omnixhq/ucp-js-sdk with full spec-only schema coverage (#25) (6a78fc0)

v1.0.1

29 Mar 12:58
065b072

Choose a tag to compare

1.0.1 (2026-03-29)

Bug Fixes

  • make Vercel AI adapter work with streamText (#22) (fecc89a)

v1.0.0

28 Mar 16:52
4e3a3c0

Choose a tag to compare

1.0.0 (2026-03-28)

⚠ BREAKING CHANGES

  • VercelAIToolDefinition.parameters is now inputSchema. Consumers accessing the field by name must update their code. Consumers passing the result of toVercelAITools() directly to streamText() are unaffected at runtime and just need to recompile.

Bug Fixes

  • rename VercelAIToolDefinition.parameters → inputSchema (#20) (6bd1ed1)

v0.3.0

28 Mar 15:45
1e0b0e0

Choose a tag to compare

0.3.0 (2026-03-28)

Features

  • add catchErrors option to all framework adapters (#19) (a0607ff)

Tests

  • add type-level tests for public API surface (#16) (5098720)

Documentation

  • never manually edit version — release-please owns it (#17) (17e8e8f)