Skip to content

Releases: d1snin/ktor-ws-events

2.0.0

21 Sep 23:25
Compare
Choose a tag to compare

Changes:

  • Improved stability and performance;
  • Support handling of lost events;
  • Identify connected clients;
  • Support reconnects;

1.1.1

13 Sep 20:49
d1ff6c1
Compare
Choose a tag to compare

Changes:

  • Support multiple WS connections as supposed.

1.1.0

01 Sep 01:22
b17966a
Compare
Choose a tag to compare

Changes:

  • Allow client parameters.
  • Dependency upgrade.

1.0.4

04 Aug 15:57
c420667
Compare
Choose a tag to compare

Changes:

  • Fixes and adjustments

1.0.3

12 Apr 06:20
154c748
Compare
Choose a tag to compare

Changes:

  • Made WebSocketEvent serializable.
  • Allowed to configure server URL rather than just host and port.

1.0.2

02 Apr 13:57
38cacd3
Compare
Choose a tag to compare

Changes:

  • Fixed connection pool grows indefinitely.
  • Dependency upgrade.

1.0.1

16 Feb 18:28
69a7219
Compare
Choose a tag to compare

Changes:

  • Include sources JAR within the Maven publication.
  • Fixed relative links aren't resolvable in Dokka.
  • Made CI publish Dokka docs on release only.

1.0.0

13 Feb 21:33
e40f887
Compare
Choose a tag to compare

Changes:

  • General project refactor.
  • Install WebSockets plugin if not installed on ktor-ws-events-server.
  • Fixed Web Socket connection management on ktor-ws-events-server.
  • Added E2E tests.

0.1.1

06 Feb 20:48
e415edd
Compare
Choose a tag to compare

Changes:

  • Changed the group to dev.d1s.ktor-ws-events.
  • Minor fixes.

0.1.0

06 Feb 20:22
1b57fe1
Compare
Choose a tag to compare

Changes:

  • General project refactor.
  • Added KDocs.
  • Extended README.
  • Migrated to maven.d1s.dev repository.