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
We were using version 1.5.0 and seeing lots of errors and panic in hideTempErr in our code. Could not dig through the details since the panics were observed in field and never in-house
However, when I checked v1.5.3 release notes, I saw this:
Remove hideTempErr to allow downstream users to check for errors like net.ErrClosed
So we upgraded the version to 1.5.3.
But then more panic stacks still showed hideTempErr, I checked that following commit seems to have reverted it
Reverts back to v1.5.0
Was this revert and reintroducing hideTempErr intentional ?