Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 19 Jan 20:28
· 4 commits to main since this release
a5404a2

Minor Changes

  • ffac14f: Make shutdown return a Promise

    More cleanly wait for the client's connections to shut-down by returning a
    promise that only resolves once the connection is closed.

  • e15a550: Improve parsing of TCNetTimePackets

  • d4179de: Remove pioneer module

    Removing the pioneer module and related exports as package should remain
    vendor-agnostic,
    and we don't want to keep this module maintained with the more
    disruptive changes we're making.

  • f8a2730: Improve interface for TCNetDataPacketMetrics

  • bc54603: Improve parsing of TCNetStatusPacket

  • 81c75e4: Improve parsing of TCNetDataPacketMetadata

  • 15e2ed3: Consistently use 0-based indexing for layer ID

  • db2eb59: Always emit data and broadcast events

    Ensure that data and broadcast packets are always accessible to listeners,
    even when the library hasn't added specific handling for it,
    or when we're receiving packets that aren't part of a request we've made.