Skip to content

Tags: pubnub/kotlin

Tags

kotlin-v10.4.6

Toggle kotlin-v10.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

kotlin-v10.4.5

Toggle kotlin-v10.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

kotlin-v10.4.4

Toggle kotlin-v10.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Apple platform fixes (#337)

* Fix issue with passing the device token
* Update PubNub Swift SDK dependency
* PubNub SDK v10.4.4 release

kotlin-v10.4.3

Toggle kotlin-v10.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

kotlin-v10.4.2

Toggle kotlin-v10.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

kotlin-v10.4.1

Toggle kotlin-v10.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

kotlin-v10.4.0

Toggle kotlin-v10.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

kotlin-v10.3.4

Toggle kotlin-v10.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add internal fixes to the `publish` method for Apple platforms (#327)

* PubNub SDK v10.3.4 release

kotlin-v10.3.3

Toggle kotlin-v10.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

kotlin-v10.3.2

Toggle kotlin-v10.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Internal fixes (Apple platforms) (#324)

fix(custom-field): fix for initializing `KMPAnyJSON` instance
fix(pubnub): add missing `filter` parameter for `getChannelMembers` method