Skip to content

v2.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jul 09:18
cf9fdaf

2.11.0 (2024-07-23)

Features

  • add truncated exponential backoff with full jitter (#459) (fd1f46c)
  • allow configuring retry options (#488) (2db9575)
  • exp: add sliceutil package (#489) (f4ad6bc)
  • exp: rename *utils package to *util (#487) (19da475)
  • respect cancelled contexts during retry sleep (#470) (756f605)
  • retry requests when the api gateway errors (#470) (756f605)
  • retry requests when the network timed out (#470) (756f605)
  • retry requests when the rate limit was reached (#470) (756f605)

Bug Fixes