Skip to content

Latest commit

 

History

History
66 lines (29 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

66 lines (29 loc) · 2.25 KB

2.0.1 (2024-01-24)

Bug Fixes

  • client: accept 16 byte achievement IDs instead of 20 byte (884637e)

2.0.0 (2023-10-24)

Bug Fixes

  • Processor: make sure to only accept 16 byte UUIDs (357995e)

Features

  • implement bloop version 4 protocol (725ff00)

BREAKING CHANGES

  • This will require a client implementing version 4 of the bloop protocol.

1.1.1 (2023-02-22)

Bug Fixes

  • BufferedStream: handle socket errors by closing the stream (9750748)

1.1.0 (2022-12-11)

Features

  • add auth and idle timeouts (fae97d9)

1.0.3 (2022-12-10)

Bug Fixes

  • properly format address in info (056822f)

1.0.2 (2022-12-10)

Bug Fixes

  • export CheckUidResult and GetAudioResult (7568bd2)

1.0.1 (2022-12-10)

Bug Fixes

  • user explicit type exports in index.ts (fcdce69)

1.0.0 (2022-12-06)

Features