Skip to content

Releases: makeomatic/ms-socket.io-adapter-amqp

v9.0.1

16 Mar 19:04
2cf1d01

Choose a tag to compare

9.0.1 (2022-03-16)

Bug Fixes

v9.0.0

16 Mar 16:14
245d723

Choose a tag to compare

9.0.0 (2022-03-16)

Features

BREAKING CHANGES

  • output to esnext, transport-amqp@17

v8.1.2

18 Nov 16:36
ab22d10

Choose a tag to compare

8.1.2 (2021-11-18)

Bug Fixes

  • setup for connection listeners if Server.attach() was called (#26) (ab22d10)

v8.1.1

04 Nov 17:07
0ef57d8

Choose a tag to compare

8.1.1 (2021-11-04)

Bug Fixes

  • upgrade dependencies, setup only 1 listener per server (8ecb0c4)

v8.1.0

24 May 17:44
d54b546

Choose a tag to compare

8.1.0 (2021-05-24)

Bug Fixes

Features

v8.0.1

22 Feb 21:50
6f1879c

Choose a tag to compare

8.0.1 (2021-02-22)

Bug Fixes

v8.0.0

10 Nov 02:01
60009e8

Choose a tag to compare

8.0.0 (2020-11-10)

Features

BREAKING CHANGES

  • modified over-the-wire broadcast protocol that requires to serialize/deserialize sets makes it incompatible with other clients. Beyond that it requires socket.io >= 3.x to be functional. API remains unchanged otherwise

v7.0.1

27 Oct 14:43
ee03898

Choose a tag to compare

7.0.1 (2020-10-27)

Bug Fixes

  • interface for socket.io adapter (add transport property) (#15) (ee03898)

v7.0.0

25 Jun 21:32
8cfb500

Choose a tag to compare

7.0.0 (2020-06-25)

Features

  • refactored in typescript (8cfb500)

BREAKING CHANGES

  • fixed broken broadcast APIs, missing .add handler, constantly opened AMQP connection

v6.0.0

26 Jun 16:25
05b9d19

Choose a tag to compare

6.0.0 (2019-06-26)

Features

  • update to newest microfleet/transport-amqp version (05b9d19)

BREAKING CHANGES

  • several modules updated and require newer node
    versions, API remains the same