Skip to content

0.3.1

Compare
Choose a tag to compare
@CodingAleCR CodingAleCR released this 04 Jul 16:22
fb0d4f1

📝 Changelog

  • Fixed: Retry Policy's shouldAttemptRetryOnResponse was synchronous which would not allow async token updates. (Thanks to @AsynchronySuperWes! 🎉)
  • Fixed: Retry Policy would only trigger once when using HttpClientWithInterceptor.
  • Fixed: Retry Policy would use the http Response class, which would force plugin users to add http plugin separately.
  • Experimental: badCertificateCallback allows you to use self-signing certificates.