Releases: ably/ably-java
1.2.17
Fixed bugs:
- RSA4d is not implemented correctly #829
- JSONUtilsObject.add() silently discards data of unsupported type #501
Merged pull requests:
- Fail Ably connection if auth callback throws specific errors #834 (KacperKluka)
1.2.16
1.2.15
In this release we have added a new method that provides a completion handler for renewing an authentication token.
We also updated the documentation to clarify the thread policy for public method callbacks.
- A new
renewAuth
method was added toAuth
and therenew
method was deprecated
Implemented enhancements:
Fixed bugs:
- Early return from onAuthUpdated creates issues #814
Closed issues:
- Invalid method implementation in README #819
- Document which thread is whole SDK or callbacks using #800
Merged pull requests:
1.2.14
We've made some changes to JDK and Android API Level minimum requirements in this release, which might cause problems for those with very old build toolchains, or application projects with really permissive minimum runtime requirements:
- Java source and target compatibility level increased from 1.7 to 1.8
- Android minimum SDK API Level increased from 16 to 19 (4.4 KitKat)
We've also fixed an oversight in our REST support whereby it previously was not possible to fully release resources consumed by the background thread pool used for HTTP operations, neither explicitly nor passively via GC. This was most noticeably a problem for applications which created several client instances during the lifespan of their application process.
Fixed bugs:
- NoSuchMethodError in ably-android for API lower than 24 #802, fixed by #808 (KacperKluka)
- Threads remain in parked (waiting) state indefinitely when
AblyRest
instance is freed #801, addressed by addingfinalize()
andAutoCloseable
support toAblyRest
instances #807 (QuintinWillison) - Minimum API Level supported for Android is 19 (KitKat, v.4.4) #804 (QuintinWillison)
Merged pull requests:
- Increase minimum JRE version to 1.8 #805 (QuintinWillison)
1.2.13
Closed issues:
1.2.12
Fixed bugs:
1.2.11
Fixed bugs:
ConcurrentModificationException
whenunsubscribe
thendetach
channel presence listener #743, fixed in #744 (QuintinWillison)IllegalStateException
inCrypto
CBCCipher
'sdecrypt
method #741, fixed in #746 (QuintinWillison)- Incorrect use of locale sensitive String APIs #713, fixed in #722 (martin-morek)
push.listSubscriptionsImpl
method not respecting params #705, fixed in #710 (martin-morek)
Other merged pull requests:
- Fix indentation and typos in authCallback example #724 (QuintinWillison)
1.2.10
Fixed bugs:
- Using Firebase installation ID as registration token: Users cannot reactivate the device after deactivating #715
Merged pull requests:
1.2.9
Fixed bugs:
- IllegalArgumentException: No enum constant io.ably.lib.http.HttpAuth.Type.BASİC #711
- ProGuard warnings emitted by Android build against 1.1.6 #529
Merged pull requests:
- Fix incorrect parsing of HTTP auth type for some locales #712 (QuintinWillison)
- Suppressed warning in ProGuard #709 (martin-morek)
1.2.8
Implemented enhancements:
Fixed bugs:
- Push Activation State Machine exception handling needs improvement #685
- WebsocketNotConnectedException on send #430
Merged pull requests:
- Replaced ULID with UUID for deviceID #702 (martin-morek)
- Separate handling WebsocketNotConnectedException #701 (martin-morek)
- Updated Stats fields with the latest MessageTraffic types #698 (martin-morek)