Changelog
Changelog
Track notable documentation and product updates here.
v0.0.1 — June 4th 2026
Added
All SDKs expose the same three core primitives: event tracking, session logging, and audit logs.
Go SDK (
github.com/logtracehq/logtrace-go) — official Go client with support forCreateEvent,CreateSession, andCreateAuditLog.TypeScript SDK (
@logtracehq/logtrace-node) — official TypeScript/Node.js client with full async/await support for all three primitives.Python SDK (
logtrace-py) — zero external dependencies. Supportscreate_event,create_session, andcreate_audit_log.PHP SDK (
logtracehq/logtrace-php) — Composer package exposingcreateEvent,createSession, andcreateAuditLog.
Format
This project follows a Keep a Changelog style:
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityto invite users to upgrade in case of vulnerabilities.