Releases: conscherry/labs-api
Releases · conscherry/labs-api
v1.0.2
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_countand map them toguildCountfor 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 buildbefore publishing - Tests run via
npm run test
v1.0.1
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 buildbefore publishing - Tests run via
npm run test - Package is prepared for
npm publish --access public
v1.0.0
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 buildbefore publishing - Tests run via
npm run test - Package is prepared for
npm publish --access public