v13.0.0
v13.0.0 (2026-07-01)
This release is published under the MPL-2.0 License.
Chores
updated-dependencies:
- dependency-name: aiohttp dependency-version: 3.14.0
dependency-type: indirect ...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
updated-dependencies:
- dependency-name: aiohttp dependency-version: 3.14.1
dependency-type: indirect ...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps cryptography from 46.0.7 to 48.0.1.
updated-dependencies:
- dependency-name: cryptography dependency-version: 48.0.1
dependency-type: indirect ...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps python-multipart from 0.0.27 to 0.0.31.
updated-dependencies:
- dependency-name: python-multipart dependency-version: 0.0.31
dependency-type: indirect ...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps starlette from 1.0.0 to 1.0.1.
updated-dependencies:
- dependency-name: starlette dependency-version: 1.0.1
dependency-type: indirect ...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps starlette from 1.0.1 to 1.3.1.
updated-dependencies:
- dependency-name: starlette dependency-version: 1.3.1
dependency-type: indirect ...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps uv from 0.11.6 to 0.11.15.
updated-dependencies:
- dependency-name: uv dependency-version: 0.11.15
dependency-type: direct:development ...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Features
- Release v13 — rebuilt route planner and ORM-backed core (
37bd909)
Ground-up rewrite of the trade run route engine, with a new database-backed data layer across the whole tool. See docs/RELEASE_NOTES_v13.0.0.md for the full picture and docs/CHANGELOGv13.md for the change list.
BREAKING CHANGE: v13 changes the database schema and is not backward-compatible. A clean rebuild is required — existing databases are not upgraded in place, and the data feed no longer serves v12 clients.
Breaking Changes
- V13 changes the database schema and is not backward-compatible. A clean rebuild is required — existing databases are not upgraded in place, and the data feed no longer serves v12 clients.
Detailed Changes: v12.22.5...v13.0.0