Tags: pubnub/kotlin
Tags
Update PubNub Swift SDK dependency (#340) * Update PubNub Swift SDK dependency to 9.0.1 * PubNub SDK v10.4.6 release. --------- Co-authored-by: PubNub Release Bot <[email protected]>
Added function PNFuture.await() into new module pubnub-kotlin-corouti… …nes (#338) * Added function PNFuture.await() into new module pubnub-kotlin-coroutines as a convenient function for those users that use coroutines. New module will be release as separate artefact. * PubNub SDK v10.4.5 release. --------- Co-authored-by: PubNub Release Bot <[email protected]>
Fix some iOS KMP converters (#336) * Some iOS converters were putting empty strings into objects instead of null * PubNub SDK v10.4.3 release. --------- Co-authored-by: PubNub Release Bot <[email protected]>
Deprecated grant method in Java API. (#335) * Deprecated grant method in Java API. * PubNub SDK v10.4.2 release. --------- Co-authored-by: PubNub Release Bot <[email protected]>
pubNub.forceDestroy should force okHttpClient executor service to sho… …utDown immediately. (#331) * PubNub SDK v10.4.1 release. --------- Co-authored-by: PubNub Release Bot <[email protected]>
Etag support for users and channels (#328) * Etag support for users and channels A new optional parameter `ifMatchesEtag` is added to `setUUIDMetadata` and `setChannelMetadata`. When provided, the server checks the argument value with the ETag on the server and if they don't match a HTTP 412 error is returned. * PubNub SDK v10.4.0 release. --------- Co-authored-by: PubNub Release Bot <[email protected]>
Updated KMP JS layer with membership type. (#325) * Updated KMP JS layer with membership type. In KMP JS implemented new Memberships and ChannelMembers methods containing possibility to specify membership type and all optional data returned by API using include parameters. * Updated KMP Swift layer with membership type. In KMP JS implemented new Memberships and ChannelMembers methods containing possibility to specify membership type and all optional data returned by API using include parameters. * PubNub SDK v10.3.3 release. --------- Co-authored-by: jguz-pubnub <[email protected]> Co-authored-by: PubNub Release Bot <[email protected]>
PreviousNext