Skip to content

Releases: dsrees/JavaPhoenixClient

1.3.1

25 Jun 12:49
Compare
Choose a tag to compare

What's Changed

  • Allow receiving all messages with a non-null 'status' by @ccolorcat in #100

Full Changelog: 1.3.0...1.3.1

1.3.0

24 Nov 16:15
Compare
Choose a tag to compare

What's Changed

  • Allows channel creation using PayloadClosure by @ccolorcat in #99

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

04 Oct 16:53
Compare
Choose a tag to compare

What's Changed

  • Update Dependencies (kotlin, gradle, okhttp, gson) by @dsrees in #98

Full Changelog: 1.1.5...1.2.0

1.1.5

04 Oct 16:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.4...1.1.5

1.1.4

02 Aug 15:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.3...1.1.4

1.1.3

20 Jul 13:26
Compare
Choose a tag to compare
  • Fixed issue in 1.1.2 where jsonPayload did not persist across pushes

Full Changelog: 1.1.2...1.1.3

1.1.2

20 Jul 13:28
Compare
Choose a tag to compare

Fixed issue in new message parser

Full Changelog: 1.1.1...1.1.2

1.1.1

10 Jun 02:07
Compare
Choose a tag to compare

Full Changelog: 1.1.0...1.1.1

1.1.0

20 Jul 13:27
Compare
Choose a tag to compare

What's Changed

  • Include the payload as a json string in message by @dsrees in #93

Full Changelog: 1.0.1...1.1.0

1.0.1

27 Feb 16:16
Compare
Choose a tag to compare
  • Exposed connectionState in Socket