You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking change (exhttp) Refactored HandleErrors middleware to take raw response data instead of functions returning response data.
(requestlog) Added option to recover and log panics.
(exhttp) Added syscall.EPIPE to IsNetworkError checks.
(exsync) Added Notify method for waking up all Event waiters without setting the flag. This is the atomic equivalent of Set() immediately followed by Clear().
(exbytes) Added UnsafeString method for converting a byte slice to a string without copying.
(exstrings) Added CollapseSpaces to replace multiple sequential spaces with one.
(exstrings) Added PrefixByteRunLength to count the number of occurrences of a given byte at the start of a string.
(base58) Fixed panic when input contains non-ASCII characters.