---
title: Changelog
description: Review Cinderlane API and SDK changes that affect integrations.
url: https://pr-6-df95adf6d023.thally.app/changelog
---

# Changelog

Review Cinderlane API and SDK changes that affect integrations.

## 1.7.0 — August 17, 2026

- Added `POST /v1/audit-exports` and the typed `createAuditExport` SDK method.
- Added `GET /v1/audit-exports` and the typed `listAuditExports` SDK method.
- Added `GET /v1/audit-exports/{exportId}` and the typed `getAuditExport` SDK method.
- Audit export requests validate JSON Lines or CSV format and an ordered ISO time range.

## 1.0.0 — August 17, 2026

- Added `POST /v1/routes`, `GET /v1/routes`, and `GET /v1/routes/{routeId}`.
- Published `@cinderlane/node` with `createRoute`, `listRoutes`, and `getRoute`.