Release 0.14
Notable changes
- switched back to Maven from Gradle and use maven wrapper
- moved all connect process flow into connection class, to avoid spread the connection logic in subsystems like SessionRegistry. (#548)
- switched temp files in unit test to temp folder managed (#549)
- switched to JUnit 5
- added connection and client Id to each log line
Bugfixes
- fix bug in race condition between the shutdown of a client and the connect of another with same clientId (#561)
- fix recreate sessions when server restarts (#563)
- fixed NPE due to TNode processing before CNode (#564)
Dependencies updates
- paho 1.2.5
- netty 4.1.53
- junit 5.7.0