Installation

Rust

Beta Versions

Certain WorkOS features may be available only in the beta version of the SDK. Beta versions have the -beta.* suffix, for example, 3.2.0-beta.1. For more information on how to use the beta versions, refer to the README in the GitHub repository.

Releases

May 13, 2026

v1.0.1

Latest
May 13, 2026

1.0.1 (2026-05-13)

Bug Fixes

  • generated: Regenerate from oagen with query encoder + typed param bodies (e63d620)
May 12, 2026

v1.0.0

May 12, 2026

1.0.0 (2026-05-10)

⚠ BREAKING CHANGES

  • prep for v1

Features

  • Add ApiError, RequestOptions, and auto-paging streams (a1a66ba)
  • client: Add path_segment encoder and shared auto-paging driver (7f1c2d3)
  • client: Gate retries by safety and add per-request RequestStrategy (1fb9b1c)
  • prep for v1 (9b42e77)
  • secret: Add SecretString wrapper for sensitive fields (d3729a9)

Bug Fixes

  • helpers: Harden webhook, session, and vault crypto paths (98b8a59)
July 14, 2022

v0.2.0

July 14, 2022

Added

  • Added organization_id to DirectoryUsers and DirectoryGroups (#84)
July 11, 2022

v0.1.1

July 11, 2022

Changed

  • Updated the endpoints used for ChallengeFactor and VerifyChallenge operations (#81)
  • Changed project status to "experimental" (#82)
July 1, 2022

v0.1.0

July 1, 2022

Added

  • Initial release