Skip to content

Releases: LaurenceGA/kwamp

v1.0.5

11 Sep 05:01
e859441
Compare
Choose a tag to compare

Added method to get session ID (#23) - thanks @satya-p91!

Dependency updates

27 Oct 09:18
Compare
Choose a tag to compare

Upgrades dependencies and tidies things up to make sure tests are working.

Concurrency

28 Mar 09:31
12516d8
Compare
Choose a tag to compare

Add quite a bit of load testing and significantly increases both the router and the client's ability to handle large volumes of concurrent messages.

Also includes:

  • bug fixes
  • removing some race conditions
  • updating some libraries
  • updating some logic to align with spec better

With more core

17 Dec 09:30
Compare
Choose a tag to compare

Added the kwamp core as an artefact so that things actually work

Maven publishing

17 Dec 08:16
Compare
Choose a tag to compare

Adds maven publishing of JARs

Version 1.0.0

10 Dec 08:52
Compare
Choose a tag to compare

Initial release.
Contains an implementation of the WAMP basic profile.