> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crbtrack.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> API version history and changes

## v1.0.0 (December 2024)

Initial release of the CrossBorderly Shipping API.

### Features

<Check>Order creation with automatic label generation</Check>
<Check>Manifest submission with AWB support</Check>
<Check>Real-time tracking with full history</Check>
<Check>Multi-format label downloads (PDF, ZPL, PNG)</Check>
<Check>Webhook notifications for status changes</Check>
<Check>Batch tracking for up to 100 parcels</Check>
<Check>Idempotency support for safe retries</Check>
<Check>Bilingual error messages (EN/ES)</Check>

### Supported Countries

* 🇪🇨 Ecuador
* 🇲🇽 Mexico
* 🇨🇴 Colombia
* 🇵🇪 Peru
* 🇨🇱 Chile

### API Endpoints

| Endpoint                       | Method | Description           |
| ------------------------------ | ------ | --------------------- |
| `/api/v1/orders/create`        | POST   | Create shipping order |
| `/api/v1/orders/void`          | POST   | Void orders           |
| `/api/v1/manifests/submit`     | POST   | Submit manifest       |
| `/api/v1/tracking/{id}`        | GET    | Single tracking       |
| `/api/v1/tracking/batch`       | POST   | Batch tracking        |
| `/api/v1/labels/{id}`          | GET    | Label info            |
| `/api/v1/labels/{id}/download` | GET    | Download label        |
| `/api/v1/labels/{id}/reprint`  | POST   | Reprint label         |
| `/track/{id}`                  | GET    | Public tracking       |

***

## Upcoming

### Q1 2025

* 🇧🇷 Brazil support
* 🇦🇷 Argentina support
* Custom tracking page branding
* Rate card management API

### Q2 2025

* Multi-carrier support
* Delivery appointment scheduling
* Enhanced analytics API

***

## Deprecation Policy

* Deprecated features are announced 6 months in advance
* Deprecation notices appear in API responses
* Breaking changes increment the major version

## Breaking Changes

Breaking changes that require action will be clearly marked with:

<Warning>
  **BREAKING**: Description of what changed and migration steps
</Warning>

Current version has no breaking changes.
