Skip to content

v1.26.2

Choose a tag to compare

@github-actions github-actions released this 09 Jul 19:54
· 457 commits to main since this release
bb1d7aa

Patch Changes

  • #425 958b037 Thanks @charliecreates! - Add resilient Hevy API request handling with configurable timeout,
    bounded retries for transient GET failures, Retry-After support for
    429 responses, and clearer user-facing rate-limit/transient error
    messages.

  • #381 058a163 Thanks @charliecreates! - Add ignoreErrors: ["EPIPE", "broken pipe"] to the Sentry config so
    abrupt stdio client disconnects do not generate noisy Sentry events.