Skip to content

niwaki v0.14.9

Choose a tag to compare

@github-actions github-actions released this 16 Jul 09:48

Fixed

  • Writes are no longer retried after a timeout. A read/write timeout can
    mean the APIC already accepted the POST/DELETE, so retrying risked a
    double-apply or a spurious NotFoundError on a delete that actually
    succeeded. Writes now retry only on pre-send errors (connection/pool); reads
    retry on any transport error as before.