Skip to content

Releases: s0/node-tcnet

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 10 Feb 15:33
1db513a

Patch Changes

  • 663a2a9: Allow simpler logger implementations

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 19 Jan 20:28
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.

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Jan 22:10
2f702fd

Minor Changes

  • Update build process and dependencies

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 16 Nov 17:03
244c244

Patch Changes

  • Fix peer dependency version for pino

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 16 Nov 16:58
51af5d7

Minor Changes

  • 0212908: Remove usage of console, and introduce logging config using pino

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Nov 16:16
b7ed665

First release independent of upstream

Minor Changes

  • Allow for specifying a custom broadcast listening address