Releases: pusher/pusher-websocket-java
Releases · pusher/pusher-websocket-java
v1.8.2
Version 1.8.1
Bug fix: NPE fix when iterating through ids in the SubscriptionSuccessfulMessage: #184
Version 1.8.0
Added the option to configure maximum number of reconnection attempts
Version 1.7.0
Allow additional body types for POST authorization
Version 1.6.1
Fix linking of JavaDoc and Sources
Version 1.6.0
- Remove dependency on SLF4J in favour of Java logging
Version 1.5.0
- Allow submitting any valid JSON as data when triggering private events
- Bug fixes and error handling
Version 1.4.0
The dependency on Clojars repository is gone! This version uses the com.pusher.java_websocket
instead of the org.java_websocket
library.
Release 1.3.0
- Add retry logic when the connection is lost
- Accept 201 status code from auth endpoints