#990·websocket

[BUG] v1.5.3 release notes say hideTempErr has been removed under #894, but it isn't

Author: viralmutantCreated Jun 16, 2025Updated Jul 16, 2025
Labelsbug

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

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 ?

Expected Behavior

No response

Steps To Reproduce

No response

Anything else?

No response