Skip to content

Release v1.0.3

Choose a tag to compare

@github-actions github-actions released this 17 May 13:51
· 466 commits to main since this release

Installation

Homebrew (macOS/Linux)

brew upgrade stigmer

Manual Installation

Download the appropriate binary for your platform from the assets below.

Highlights

Fixes the remaining release pipeline failure — the TypeScript SDK codegen had the same infinite recursion bug on self-referential protobuf message types that was fixed for Python in v1.0.1.

What's Changed

Bug Fixes

  • codegen: add cycle detection to TS SDK scanFieldForSpecialImports
    Full Changelog: v1.0.2...v1.0.3