Skip to content

v2.102.0

Compare
Choose a tag to compare
@erossignon erossignon released this 04 May 06:05
· 297 commits to master since this release

馃悰 Bug Fixes

  • cfb31bf Error Detection Improvement: Replaced instanceof Error with util.types.isNativeError for more accurate error detection. (Authored by skrtheboss )
  • bdeb0df Extra DataType Management Invalidation: Fixed the issue of not invalidating extra dataType management in case of reconnection.
  • 7ecd95b Re-entrancy of getExtraDataTypeManager: Made getExtraDataTypeManager re-entrant to avoid potential issues. (Issue #1232 )
  • 88f1744 Transport Internal State Reset: Ensured the internal state of the transport is reset when a new socket is attached.

馃殌 Enhancements

  • 15c5ffe Keep-Alive Mechanism (WIP): Work in progress on enhancing the keep-alive mechanism for maintaining connections.

  • 37a2ae1 Documentation Update: Updated the documentation with the latest changes and improvements.

馃懍馃徑 contributors