Skip to content

v13.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 14:00
· 11 commits to release/v1 since this release

v13.0.0 (2026-07-01)

This release is published under the MPL-2.0 License.

Chores

  • deps: Bump aiohttp from 3.13.5 to 3.14.0 (#316, 550e078)

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>

  • deps: Bump aiohttp from 3.14.0 to 3.14.1 (#321, 1fbda1b)

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>

  • deps: Bump cryptography from 46.0.7 to 48.0.1 (#320, 4ec65d2)

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>

  • deps: Bump python-multipart from 0.0.27 to 0.0.31 (#318, 66ca1c8)

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>

  • deps: Bump starlette from 1.0.0 to 1.0.1 (#317, 19a6f42)

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>

  • deps: Bump starlette from 1.0.1 to 1.3.1 (#319, 3d507e9)

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>

  • deps-dev: Bump uv from 0.11.6 to 0.11.15 (#315, 9b16c81)

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