Skip to content

Releases: pusher/pusher-websocket-java

v1.2.0

18 Jul 09:15
Compare
Choose a tag to compare

Expose Client interface for use in pusher/pusher-websocket-android

v1.1.3

12 May 13:31
Compare
Choose a tag to compare
  • Fix Rejected Execution Exception on SingleThreadedExecutor
  • Reduce construction of GSON objects.

v1.1.2

23 Mar 16:43
Compare
Choose a tag to compare
  • Fix cases where the library would throw an error due to a connection state change
    from CONNECTING to CONNECTING. More information here
  • Fix ConcurrentModificationException on event listeners.

v1.1.1

22 Mar 16:59
Compare
Choose a tag to compare

Removes the dependency on log4j, as this was causing warnings and in some cases build errors.

Add setProxy to PusherOptions

09 Mar 17:04
Compare
Choose a tag to compare
  • This release allows you to specify a proxy via which to connect to Pusher

pusher-java-client-1.0.1

06 Nov 16:48
Compare
Choose a tag to compare
  • Resolves issues where Gson would cast numeric user ids as doubles before converting them to a string, leading to inconsistencies.