Skip to content

Releases: NaikSoftware/StompProtocolAndroid

Compilation fixes

04 Nov 06:05
3b7f7f8
Compare
Choose a tag to compare
Merge pull request #177 from laurentpeters/issue_171

fix #171: fix compilation problems

Bug fixes

25 Jun 16:51
518eebe
Compare
Choose a tag to compare
  • fix NoSuchElementException on multiple subscriptions
  • fix OnErrorNotImplementedException
  • new path matcher based on subscription header

Fixed behavior connect / disconnect

07 Feb 17:00
Compare
Choose a tag to compare
1.6.4

Fix unsubscribe

Fix leaks on disconnect

05 Feb 18:56
Compare
Choose a tag to compare
1.6.3

Fix leaks on disconnect

Extracted PathMatcher (Ahtung! Packages were refactored!)

21 Jan 00:11
Compare
Choose a tag to compare

So, you can implement own PathMatcher for subscriptions, if needed. Sure, predefined matchers has been implemented:

  • SimplePathMatcher which using String.equals
  • RabbitPathMatcher which using RMQ-based wildcard matching

Heartbeat support

29 Dec 17:17
Compare
Choose a tag to compare

Thanks @akuhtz and @adnancylo for contributing!

Fix disconnect for JWS connection provider

03 Aug 18:07
Compare
Choose a tag to compare
1.5.4

Merge branch 'UbivisDev-master'

Fix fast disconnect/reconnect

03 Aug 15:31
Compare
Choose a tag to compare
1.5.3

Fix fast disconnect/reconnect

Fix NPE on disconnect

09 Jul 11:14
Compare
Choose a tag to compare
1.5.2

Fix NPE on disconnect

Fix disconnect before connect

26 Jun 15:05
Compare
Choose a tag to compare
1.5.1

Fix disconnect before connect