Skip to content

Releases: pubnub/kotlin

Kotlin SDK v7.7.2

08 Nov 10:54
fad0116
Compare
Choose a tag to compare

November 08 2023

Fixed

  • Fixed reading unencrypted history message when crypto is configured.

Kotlin SDK v7.7.1

30 Oct 16:07
b89a875
Compare
Choose a tag to compare

October 30 2023

Fixed

  • Updated the JSON lib to version 20231013.
  • Changed license type from MIT to PubNub Software Development Kit License.

Kotlin SDK v7.7.0

16 Oct 11:06
470571b
Compare
Choose a tag to compare

October 16 2023

Added

  • Add crypto module that allows configure SDK to encrypt and decrypt messages.

Fixed

  • Improved security of crypto implementation by adding enhanced AES-CBC cryptor.

Kotlin SDK v7.6.0

14 Aug 11:06
7d540cd
Compare
Choose a tag to compare

August 14 2023

Added

  • Kotlin SDK doesn't depend on Jackson library anymore. This reduces the size of required dependencies which should result in size reduction of applications that use Kotlin SDK.

Kotlin SDK v7.5.0

19 Apr 12:31
bf278a5
Compare
Choose a tag to compare

April 19 2023

Added

  • It's now possible to return messageType in PNFetchMessageItem from fetchMessages method. Possible values are either Message or File .

Kotlin SDK v7.4.3

11 Apr 14:41
76e2294
Compare
Choose a tag to compare

April 11 2023

Fixed

  • Do not cancel subscribe call on set state.

Kotlin SDK v7.4.2

07 Mar 09:37
965f901
Compare
Choose a tag to compare

March 07 2023

Fixed

  • Remove deprecation for Grant Token methods.
  • Update Jackson and Json libraries to avoid vulnerabilities.

Kotlin SDK v7.4.1

02 Feb 17:00
d257769
Compare
Choose a tag to compare

February 02 2023

Fixed

  • Uploading an encrypted file correctly sets the content size in the multipart body.

Kotlin SDK v7.4.0

20 Sep 08:46
702c05a
Compare
Choose a tag to compare

September 20 2022

Added

  • PNFileEventResult has messageJson field with the same JsonElement type as in other events.

Kotlin Users v0.2.1

21 Jul 11:55
ac25886
Compare
Choose a tag to compare

July 21 2022

Fixed

  • Deleted duplicated UserId class.