Skip to content

v0.38.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Dec 19:22
88ae979

Highlights

  • You can now use the same port for TCP and WebSocket. Refer to the
    TestSharedTCPAddr for an example on how to enable this. Currently this is
    opt-in. In a future release, we may enable this as default behavior when you
    leave the port unspecified or when you explicitly set the same port.

  • The eventbus will now log error messages when it detects slow consumers. It's
    important for slow consumers to not stall the eventbus, as this can cause the
    core libp2p node to stall. Previously this was visible via metrics. This should
    help identify hard-to-debug issues without requiring metrics to be configured.

What's changed

New Contributors

Full Changelog: v0.37.0...v0.38.0