Skip to content

Releases: cometapi-dev/cometapi-node

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 31 Jul 11:45
Immutable release. Only release title and notes can be modified.
265375a

0.1.3 (2026-07-31)

Bug Fixes

  • enforce bounded publication replay (05041c4)
  • harden post-publication convergence (d02b87d)
  • harden post-publication convergence (c4b930d)
  • update examples to gpt-5.6-sol (3809692)
  • update examples to gpt-5.6-sol (cae4c97)

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 31 Jul 03:27
Immutable release. Only release title and notes can be modified.
e348f78

0.1.2 (2026-07-31)

Bug Fixes

  • bind publication to one current-main attempt (553d320)
  • dispatch recovery from immutable tag (5f49304)
  • dispatch recovery from immutable tag (c506ce2)
  • harden options and publication contracts (1d62b52)
  • harden options and publication contracts (c0934cc)
  • harden release preparation and publish handoff (37b811c)
  • harden release preparation and publish handoff (787f52f)
  • recover exact publish artifact (22c313d)
  • recover exact publish artifact (525d4d0)
  • recover publish from immutable tag (8a80d82)
  • recover publish from immutable tag (aa4c3ca)
  • reject duplicate recovery dispatches (11871d9)
  • remove the one-time release recovery path (c556624)
  • remove the one-time v0.1.1 recovery path (c319503)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 29 Jul 16:07
Immutable release. Only release title and notes can be modified.
c98b514

0.1.1 (2026-07-29)

Bug Fixes

  • classify Release Please push state (505c7e9)
  • classify Release Please push state (a7a03de)
  • enforce options boundary and patch release flow (91ce99c)
  • enforce options boundary and patch release flow (abf21ba)
  • finalize Release Please patch state (3180b52)
  • finalize Release Please patch state (453135e)
  • harden options and Release Please patch flow (5b03072)
  • harden Release Please patch releases (a33c128)
  • limit Release Please push trigger (fbd5a22)
  • match Release Please root title (0963e0e)
  • match Release Please root title (300ffac)
  • recover exact Release Please runs (4ffee49)
  • require refreshed release candidate (ab5aa26)
  • snapshot supported client options once (6ee0fdf)

v0.1.0

Choose a tag to compare

@tensornull tensornull released this 28 Jul 09:14
Immutable release. Only release title and notes can be modified.
1752cbb

Bug Fixes

v0.1.0-alpha.3

v0.1.0-alpha.3 Pre-release
Pre-release

Choose a tag to compare

@tensornull tensornull released this 27 Jul 13:57
Immutable release. Only release title and notes can be modified.
817c40b

Fixed

  • Accepted the fixed authentication sentinel value injected by actions/setup-node for npm Trusted Publishing while continuing to reject real registry token credentials.
  • Replaced the unpublished immutable alpha.2 release after its publication guard failed before invoking npm.

v0.1.0-alpha.2

v0.1.0-alpha.2 Pre-release
Pre-release

Choose a tag to compare

@tensornull tensornull released this 27 Jul 13:31
Immutable release. Only release title and notes can be modified.
8f7dce2

Changed

  • Removed the one-time alpha.1 token bootstrap and manual recovery workflow after configuring npm Trusted Publishing.
  • Required the release workflow to publish through OIDC without registry token credentials while preserving exact-artifact and provenance verification.

v0.1.0-alpha.1

v0.1.0-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@tensornull tensornull released this 27 Jul 08:28
Immutable release. Only release title and notes can be modified.
5638f73

The first functional Registry Alpha for the CometAPI TypeScript and Node.js SDK.

Supported 0.1 surface:

  • chat.completions.create, streaming and non-streaming
  • responses.create, streaming and non-streaming
  • models.list

The package supports Node.js 22 and 24, preserves official OpenAI request, response, stream, and error types, and publishes to npm's next dist-tag after the protected release workflow verifies the immutable tag, exact tarball, and bounded live smoke.

See CHANGELOG.md for the complete release notes.