@revmax/agent-sdk
Version:
Official Node.js SDK for RevMax - billing, customer management, and usage tracking
46 lines (28 loc) • 947 B
Markdown
# Changelog
All notable changes to the RevMax SDK will be documented in this file.
## [0.0.8] - 2025-12-06
### Added
- 6 production-ready examples for common use cases
- Examples included in npm package for easy reference
### Changed
- Updated documentation with correct version history
## [0.0.7] - 2025-12-06
### Added
- Complete TypeScript SDK with full type definitions
- Event tracking (single and batch)
- Customer management (CRUD operations)
- Usage cost tracking for LLM tokens
- Comprehensive error handling with custom error classes
- Telemetry and logging support
### Fixed
- Fixed SDK service response format for batch events
- Fixed type definitions for TrackEventParams and BatchEventResponse
## [0.0.7-beta.1] - 2025-05-06
### Added
- Beta release with core SDK functionality
- Basic event tracking
- Customer management API
## [0.0.3-beta.1] - 2025-05-04
### Added
- Initial beta release
- Basic API client setup