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