@lingo.dev/_sdk@0.16.5

ace-step/ACE-Step-1.5@lingo.dev/_sdk@0.16.5Jun 9, 2026by github-actions[bot]

AI Summary

A patch update to the localization SDK that introduces robust retry logic for transient network failures, improving the reliability of localization requests.

Key Highlights

  • Added retry logic for 5xx responses and network errors
  • Implements exponential backoff with full jitter
  • New engine options: maxRetries (default 3) and retryDelayMs (default 500)

New Features

  • Retry localization requests on transient failures using exponential backoff with full jitter
  • New engine options for controlling retry behavior

Full Release Notes

### Patch Changes

- [#2105](https://github.com/lingodotdev/lingo.dev/pull/2105) [`7925cb1`](https://github.com/lingodotdev/lingo.dev/commit/7925cb1633f3f053cb7b714141b7afeffc79167a) Thanks [@AndreyHirsa](https://github.com/AndreyHirsa)! - Retry localization requests on transient failures. `localizeChunk` now retries on 5xx responses and network errors using exponential backoff with full jitter, controlled by the new `maxRetries` (default 3) and `retryDelayMs` (default 500) engine options