Skip to content

Releases: conscherry/labs-api

v1.0.2

13 Jan 20:19

Choose a tag to compare

Release v1.0.2

Released — 2026-01-13

Highlights

  • Add SDK telemetry headers (enabled by default) to help identify SDK and runtime for the API.
  • Normalize stats payload aliases and responses to accept serverCount / server_count and map them to guildCount for compatibility.
  • Add examples for posting stats and telemetry-enabled usage; update README and tests.

Changelog

See CHANGELOG.md for details.

Quick notes

  • Build with npm run build before publishing
  • Tests run via npm run test

v1.0.1

06 Jan 17:01

Choose a tag to compare

Release v1.0.1

Patch release — 2026-01-06

Highlights

  • TypeScript client for Conscherry Labs API
  • Public endpoints: list bots, get bot, list users, website stats
  • Authenticated endpoints: post stats, get stats
  • Error handling and rate limit guidance
  • Jest tests and GitHub Actions CI
  • Prettier formatting and TypeScript build

Changelog

See CHANGELOG.md for details.

Quick notes

  • Build with npm run build before publishing
  • Tests run via npm run test
  • Package is prepared for npm publish --access public

v1.0.0

06 Jan 16:34

Choose a tag to compare

Release v1.0.0

Initial public release — 2026-01-06

Highlights

  • TypeScript client for Conscherry Labs API
  • Public endpoints: list bots, get bot, list users, website stats
  • Authenticated endpoints: post stats, get stats
  • Error handling and rate limit guidance
  • Jest tests and GitHub Actions CI
  • Prettier formatting and TypeScript build

Changelog

See CHANGELOG.md for details.

Quick notes

  • Build with npm run build before publishing
  • Tests run via npm run test
  • Package is prepared for npm publish --access public