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

# SDK changelog

> Released versions of the ResQ TypeScript, Python, Rust, .NET, and C++ SDKs, newest first.

Released versions of the official SDKs. Filter by language using the tags in
the sidebar.

This page tracks **published package releases**. For the APIs themselves, see
the [API reference](/api-reference/introduction); for the conventions both
APIs share, see [Concepts](/concepts).

The version tables below are generated from GitHub release data by
`scripts/build_changelog.py` and refreshed automatically. Editorial notes live
in `automation/changelog-notes.md`.

<Update label="July 2026" tags={["TypeScript", "Rust"]}>
  **npm scope moved to `@resq-systems`.** The TypeScript packages moved from the
  `@resq-sw` scope to `@resq-systems` on 12 July 2026, restarting at `1.0.0`.
  **`@resq-sw` is not deprecated on npm, so installs still resolve — silently, to
  stale versions.** See the [TypeScript SDK](/sdks/typescript) page for migration
  steps. `@resq-systems/math` and `@resq-systems/types` are new packages with no
  `@resq-sw` predecessor.

  ## TypeScript

  | Package                                             | Version |
  | --------------------------------------------------- | ------- |
  | `@resq-systems/dsa`                                 | 2.1.0   |
  | `@resq-systems/analytics`, `@resq-systems/http`     | 2.0.1   |
  | `@resq-systems/security`                            | 1.0.5   |
  | `@resq-systems/ui`                                  | 0.37.2  |
  | `@resq-systems/email-templates`                     | 0.6.2   |
  | `@resq-systems/constants`                           | 0.5.0   |
  | `@resq-systems/rate-limiting`                       | 0.4.2   |
  | `@resq-systems/decorators`, `@resq-systems/helpers` | 0.4.0   |
  | `@resq-systems/logger`                              | 0.3.0   |
  | `@resq-systems/math`                                | 0.2.1   |
  | `@resq-systems/types`                               | 0.1.0   |

  ## Rust

  | Package                                                                                        | Version |
  | ---------------------------------------------------------------------------------------------- | ------- |
  | `resq-bin`, `resq-clean`, `resq-deploy`, `resq-flame`, `resq-health`, `resq-logs`, `resq-perf` | 0.1.18  |
  | `resq-tui`                                                                                     | 0.1.10  |
</Update>

<Update label="June 2026" tags={["Rust"]}>
  ## Rust

  | Package                                                                                        | Version |
  | ---------------------------------------------------------------------------------------------- | ------- |
  | `resq-bin`, `resq-clean`, `resq-deploy`, `resq-flame`, `resq-health`, `resq-logs`, `resq-perf` | 0.1.17  |
  | `resq-tui`                                                                                     | 0.1.9   |
</Update>

<Update label="May 2026" tags={["TypeScript", "Rust"]}>
  ## TypeScript

  | Package              | Version |
  | -------------------- | ------- |
  | `@resq-sw/ui`        | 0.35.6  |
  | `@resq-sw/analytics` | 0.4.0   |

  ## Rust

  | Package                                                                                        | Version |
  | ---------------------------------------------------------------------------------------------- | ------- |
  | `resq-bin`, `resq-clean`, `resq-deploy`, `resq-flame`, `resq-health`, `resq-logs`, `resq-perf` | 0.1.16  |
  | `resq-tui`                                                                                     | 0.1.8   |
  | `resq-dsa`                                                                                     | 0.1.3   |
</Update>

<Update label="April 2026" tags={["TypeScript", "Python", "Rust", ".NET"]}>
  **Rust CLI tools renamed.** The seven CLI tools were renamed on 3 April 2026.
  The old crate names stopped at `0.1.9` and are no longer published; the new
  names continue the version series.

  | Was                   | Now           |
  | --------------------- | ------------- |
  | `resq-bin-explorer`   | `resq-bin`    |
  | `resq-cleanup`        | `resq-clean`  |
  | `resq-deploy-cli`     | `resq-deploy` |
  | `resq-flamegraph`     | `resq-flame`  |
  | `resq-health-checker` | `resq-health` |
  | `resq-log-viewer`     | `resq-logs`   |
  | `resq-perf-monitor`   | `resq-perf`   |

  ## TypeScript

  | Package                                     | Version |
  | ------------------------------------------- | ------- |
  | `@resq-sw/logger`, `@resq-sw/rate-limiting` | 0.1.1   |

  ## Python

  | Package    | Version |
  | ---------- | ------- |
  | `resq-mcp` | 1.3.4   |

  ## Rust

  | Package                                                                                                                                  | Version |
  | ---------------------------------------------------------------------------------------------------------------------------------------- | ------- |
  | `resq-cli`                                                                                                                               | 0.2.6   |
  | `resq-bin`, `resq-clean`, `resq-deploy`, `resq-flame`, `resq-health`, `resq-logs`, `resq-perf`                                           | 0.1.15  |
  | `resq-bin-explorer`, `resq-cleanup`, `resq-deploy-cli`, `resq-flamegraph`, `resq-health-checker`, `resq-log-viewer`, `resq-perf-monitor` | 0.1.10  |
  | `resq-tui`                                                                                                                               | 0.1.7   |
  | `resq-dsa`                                                                                                                               | 0.1.2   |
  | `resq-ai`                                                                                                                                | 0.1.0   |

  ## .NET

  Version 0.6.0.
</Update>

<Update label="March 2026" tags={["Python", "Rust", ".NET", "C++"]}>
  First public releases across the SDK ecosystems.

  ## Python

  | Package    | Version |
  | ---------- | ------- |
  | `resq-mcp` | 1.2.2   |

  ## Rust

  | Package                                                                                                                                  | Version |
  | ---------------------------------------------------------------------------------------------------------------------------------------- | ------- |
  | `resq-cli`                                                                                                                               | 0.2.3   |
  | `resq-bin-explorer`, `resq-cleanup`, `resq-deploy-cli`, `resq-flamegraph`, `resq-health-checker`, `resq-log-viewer`, `resq-perf-monitor` | 0.1.8   |
  | `resq-tui`                                                                                                                               | 0.1.4   |
  | `resq-dsa`                                                                                                                               | 0.1.1   |

  ## .NET

  Version 0.5.1.

  ## C++

  | Package       | Version |
  | ------------- | ------- |
  | `resq-common` | 0.1.0   |
</Update>
