Skip to content

Releases: ably/ably-java

1.2.4

02 Mar 13:40
fcb4a1a
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Many instances of ConnectionWaiter spawned while app is running, with authentication token flow #651
  • capability tokendetails adds to HTTP Request as a query parameter #647
  • ClientOptions idempotentRestPublishing default may be wrong #590
  • Presence blocking get sometimes has missing members #467
  • Remove empty capability query parameter #648 (vzhikserg)
  • Add unit test for idempotentRestPublishing in ClientOptions #636 (vzhikserg)
  • Fix Member Presence #607 (sacOO7)

Merged pull requests:

1.2.3

23 Nov 12:41
049a445
Compare
Choose a tag to compare

Full Changelog

Enhancements and Bug Fixes:

Code Quality Improvements:

1.2.2

17 Sep 10:39
4abf926
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Restoral of ActivationStateMachine events fails because not all event types have a no-argument constructor #598 fixed by:
    • Discard persisted events with non-nullary constructors #599 (tcard)
  • Fatal Exception on API level below 19 #596 fixed by:

Other merged pull requests:

1.2.1

15 Jun 17:49
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Address impact of change to interface on extras field on Message #580

Merged pull requests:

1.2.0

08 Jun 11:38
Compare
Choose a tag to compare

Full Changelog

Adds the capability to subscribe to a channel in delta mode.

Subscribing to a channel in delta mode enables delta compression. This is a way for a client to subscribe to a channel so that message payloads sent contain only the difference (ie the delta) between the present message and the previous message on the channel.

1.1.11

19 May 08:26
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

  • Push Activation State Machine: validate an already-registered device on activation #543 (paddybyers)

1.1.10

04 Mar 20:21
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Closed issues:

  • Avoid message bundling, conforming to updated RTL6d #548

1.1.9

03 Mar 13:58
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Fixed bugs:

  • ConnectionManager.checkConnectivity() fails every time for Android 9 #541
  • ably-java sometimes failing to decrypt Messages #531
  • Channels visibility improvements #558 (QuintinWillison)
  • ConnectionManager: use HTTPS for the internet-up check #542 (paddybyers)

Closed issues:

  • Remove develop branch #547

Merged pull requests:

  • Get AndroidPushTest to pass again #553 (tcard)
  • Fix reference to param that wasn't updated when param name changed. #552 (tcard)

1.1.8

03 Mar 14:01
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Rework and reinstate invalid ConnectionManager tests #524
  • After loss of connectivity, and transport closure due to timeout, the ConnectionManager still thinks the transport is active #495

Merged pull requests:

1.1.8 RC 1

17 Dec 12:22
Compare
Choose a tag to compare
1.1.8 RC 1 Pre-release
Pre-release

This is a release candidate for the 1.1.8 release.

Change Log

v1.1.8

Full Changelog

Fixed bugs:

  • Rework and reinstate invalid ConnectionManager tests #524
  • After loss of connectivity, and transport closure due to timeout, the ConnectionManager still thinks the transport is active #495

Merged pull requests: