Changelog
Where each Cosmo Realtime SDK records its release history.
Each SDK keeps its own changelog, next to the code it describes, and ships it with the package:
- TypeScript —
cosmo-ai· CHANGELOG.md - Python —
cosmo-ai-sdk· CHANGELOG.md - Swift —
CosmoAI· CHANGELOG.md
Versions are per-SDK: each releases on its own number, and a release only ever adds a section. What each package currently declares is on the versioning page. Migration guides give the code change for each breaking entry, one page per release — the guides' own index says which releases they cover.
The v0.1.0 entries describe the API as it shipped in that release. Several names changed after — the class you construct is RealtimeClient, not CosmoRealtimeClient, and events arrive on a typed stream rather than through on* subscriptions. Read the reference pages for the current shape; read v0.1.0 only as history.