Releases: pubnub/kotlin
Releases · pubnub/kotlin
Java & Kotlin SDK v10.6.0
September 11 2025
Added
- Added structured log statements throughout the system in transport layer, crypto module, serialization, API calls, etc.
- Added deprecation warning for logVerbosity and httpLoggingInterceptor config params. For logging configuration we advise using SLF4J implementation lib like logback or log4j2 and their config capabilities.
- Added new config property called customLoggers, which can bu used when customer needs can not be implemented using configuration options of SLF4J implementation libs like logback or log4j2.
Java & Kotlin SDK v10.5.8
August 06 2025
Fixed
- Internal fixes.
Java & Kotlin SDK v10.5.7
July 31 2025
Fixed
- Internal fixes.
Java & Kotlin SDK v10.5.6
July 31 2025
Fixed
- Internal change - enabled EE for JS target in KMP tests.
Java & Kotlin SDK v10.5.5
July 30 2025
Fixed
- Internal fixes.
Java & Kotlin SDK v10.5.4
July 21 2025
Fixed
- Internal change - expose reconnect and disconnect in KMP .
Java & Kotlin SDK v10.5.3
July 16 2025
Fixed
- Internal fixes.
Java & Kotlin SDK v10.5.2
May 15 2025
Fixed
- Internal fixes.
Java & Kotlin SDK v10.5.1
May 13 2025
Fixed
- Internal fixes.
Java & Kotlin SDK v10.5.0
April 29 2025
Added
- Updated kotlin version to 2.1.20.
Fixed
- Make network calls be logged using slf4j.