Skip to content

Releases: Kitware/wslink

v2.0.1

16 Apr 15:42
Compare
Choose a tag to compare

2.0.1 (2024-04-16)

Bug Fixes

  • cli: remove shorthand args (880951a)

v2.0.0

10 Apr 21:42
Compare
Choose a tag to compare

2.0.0 (2024-04-10)

Bug Fixes

  • python: make msgpack/chunking compatible down to python 3.7 (897ece7)

Features

  • chunking: implement chunking of client/server messages (a77a680)
  • msgpack: use msgpack to serialize/deserialize messages (4968ac1)

BREAKING CHANGES

  • chunking: each message has a header and is possibly chunked
  • msgpack: replace json serialization with msgpack

v1.12.4

25 Oct 15:42
Compare
Choose a tag to compare

1.12.4 (2023-10-25)

Bug Fixes

v1.12.3

05 Oct 18:07
Compare
Choose a tag to compare

1.12.3 (2023-10-05)

Bug Fixes

  • backend: properly handle async run state for generic (247b046)

v1.12.2

27 Sep 23:56
Compare
Choose a tag to compare

1.12.2 (2023-09-27)

Bug Fixes

  • ci: semantic-release automation (5967efc)

v1.11.4

06 Sep 15:26
Compare
Choose a tag to compare

1.11.4 (2023-09-06)

Bug Fixes

  • protocol: const definition and usage (0c34a25)

v1.11.3

05 Sep 14:36
Compare
Choose a tag to compare

1.11.3 (2023-09-05)

Bug Fixes

  • pub_manager: handle old global publish manager (d842b88), closes #146

v1.11.2

30 Aug 20:42
Compare
Choose a tag to compare

1.11.2 (2023-08-30)

Bug Fixes

  • publish_manager: separation at server level for broadcast (ffd269d)

v1.11.1

30 Jun 00:02
Compare
Choose a tag to compare

1.11.1 (2023-06-30)

Bug Fixes

  • aiohttp: use app var instead of inheritance (a0c7e64)
  • js: Allow JS to use custom WebSocket implementation (f7fad26)

v1.11.0

09 Jun 22:58
Compare
Choose a tag to compare

1.11.0 (2023-06-09)

Features

  • backend: Add generic backend (d1b2b1b)
  • backend: Add tornado using the generic backend (ee15e86)
  • Rework code to simplify backends (114c422)