Patchnotesv1.2.5
Cheaper and more stable translations during bursts
We prevent duplicate translation calls during parallel requests and add short-lived caching for “no translatable text / translations restricted” to avoid repeated unnecessary work.
Jan 22, 2026, 07:04 AM
#performance#cost-optimization#caching#stability
Highlights
- Fewer duplicate translations during concurrent requests
- Lower costs via short-lived negative caching
- More robust across differing Redis client payload formats
Fixes
- Translation cache misses are now deduplicated via locking
- Canonical negative caching for no_translatable_text and translations_restricted (short TTL)
