0.3.1
📝 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.