honcho/docs/changelog/compatibility-guide.mdx

53 lines
1.2 KiB
Plaintext

---
title: "SDK and API Compatibility Guide"
description: "Compatibility guide for Honcho's SDKs and API"
icon: "shield-check"
---
This guide helps you understand which versions of Honcho's API are compatible with which SDK versions.
## Version Compatibility
### Honcho API v3.0.0 (Current)
<CardGroup cols={2}>
<Card title="TypeScript SDK" icon="js">
**Compatible Version:** v2.0.0
Install with:
```bash
npm install @honcho-ai/sdk@2.0.0
```
</Card>
<Card title="Python SDK" icon="python">
**Compatible Version:** v2.0.0
Install with:
```bash
pip install honcho-ai==2.0.0
```
</Card>
</CardGroup>
## Version Compatibility Table
| Honcho API Version | TypeScript SDK | Python SDK |
|-------------------|---------------|------------|
| v3.0.0 (Current) | v2.0.0 | v2.0.0 |
| v2.5.1 | v1.6.0 | v1.6.0 |
| v2.5.0 | v1.6.0 | v1.6.0 |
| v2.4.3 | v1.5.0 | v1.5.0 |
| v2.4.2 | v1.5.0 | v1.5.0 |
| v2.4.1 | v1.5.0 | v1.5.0 |
| v2.4.0 | v1.5.0 | v1.5.0 |
| v2.3.3 | v1.4.1 | v1.4.1 |
| v2.3.2 | v1.4.0 | v1.4.0 |
| v2.3.1 | v1.4.0 | v1.4.0 |
| v2.3.0 | v1.4.0 | v1.4.0 |
| v2.2.0 | v1.3.0 | v1.3.0 |
| v2.1.1 | v1.2.1 | v1.2.2 |
| v2.1.0 | v1.2.1 | v1.2.2 |
| v2.0.5 | v1.1.0 | v1.1.0 |
| v2.0.4 | v1.1.0 | v1.1.0 |