Skip to content

@vercel/flags-core@1.5.1

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jun 14:54
158634c

Patch Changes

  • #395 b0150af Thanks @lucleray! - Reduce log noise from stream reconnects.

    Retryable stream errors are no longer logged on every failed attempt; the
    underlying error is now surfaced only once retries are exhausted (via the
    existing "Max retry count exceeded" log). The stream/polling initialization
    timeout warnings were also reworded to make clear the client keeps connecting
    in the background while serving fallback values.