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

# API changelog

> API changes, new features, and breaking changes in the c.technology platform.

## Backwards compatibility

In accordance with [semantic versioning](https://semver.org), major version changes may introduce breaking changes, minor releases add new features in a backward-compatible manner, and patch releases include backward-compatible bug fixes and usability improvements (as such, API requests only use `vX.Y` without the patch version).
Please review the breaking changes section for any updates that may require adjustments in your integration.

Old releases are supported for **6 months** after a new major or minor version is released.
After this period, we recommend updating to the latest version to ensure continued support and access to new features.

<Update label="v2.2" description="November 2024">
  ### New features

  * Vehicle command sending
  * User, security, payment management endpoints
  * Support tickets, error reporting endpoints
</Update>

<Update label="v2.1" description="February 2024">
  ### Major features

  * API key based authentication
  * News articles and push notifications
</Update>

<Update label="v2.0" description="November 2023">
  ### Major features

  * Switched all IDs to TypeID format
  * Streamlined single and paginated formats
</Update>

<Update label="v1.2" description="January 2023">
  ### Major features

  * Vehicle services
  * Real-time data via WebSockets
  * Extended vehicle data
  * Maintenance, alerts, and notifications
</Update>

<Update label="v1.0" description="June 2022">
  ### Major features

  * Initial version of REST API for web and mobile apps
  * Username / password authentication
  * Vehicle data retrieval (status, trips, etc.)
</Update>
