Skip to content
Sendora Cloud
Create account
2026-05-30 · SDK

Deep Links — `prewarm()` gains 5-concurrent-mint cap on all 4 SDKs

  • Web / RN / iOS / Android — `Links.prewarm()` adds a 5-concurrent-inflight token bucket on top of the existing 5-min TTL + 50-entry LRU. Calls that would push past the cap silently no-op so a runaway loop (eg `prewarm()` inside a FlatList renderItem or a SwiftUI List body or a Compose LazyColumn item) can't fan out unbounded mints + burn through plan quota.
  • No behavioural change for well-behaved callers. Overflow `prewarm()` is fine to skip because prewarm is fire-and-forget by contract; the next matching `create()` will perform the mint inline.
  • Operator carry-over: publish sdk-web + sdk-react-native to npm; tag iOS + Android against `sendoracloud/sdk-ios` + `sendoracloud/sdk-android` for SwiftPM + JitPack.