File tree Expand file tree Collapse file tree 5 files changed +18
-7
lines changed
pubnub-kotlin/pubnub-kotlin-impl/src/test/kotlin/com/pubnub/api/legacy Expand file tree Collapse file tree 5 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 11name : kotlin
2- version : 12.0.1
2+ version : 12.0.2
33schema : 1
44scm : github.com/pubnub/kotlin
55files :
6- - build/libs/pubnub-kotlin-12.0.1 -all.jar
6+ - build/libs/pubnub-kotlin-12.0.2 -all.jar
77sdks :
88 -
99 type : library
2323 -
2424 distribution-type : library
2525 distribution-repository : maven
26- package-name : pubnub-kotlin-12.0.1
27- location : https://repo.maven.apache.org/maven2/com/pubnub/pubnub-kotlin/12.0.1 /pubnub-kotlin-12.0.1 .jar
26+ package-name : pubnub-kotlin-12.0.2
27+ location : https://repo.maven.apache.org/maven2/com/pubnub/pubnub-kotlin/12.0.2 /pubnub-kotlin-12.0.2 .jar
2828 supported-platforms :
2929 supported-operating-systems :
3030 Android :
@@ -121,6 +121,11 @@ sdks:
121121 license-url : https://www.apache.org/licenses/LICENSE-2.0.txt
122122 is-required : Required
123123changelog :
124+ - date : 2025-12-09
125+ version : v12.0.2
126+ changes :
127+ - type : bug
128+ text : " Prevent resubscribe to previously subscribed entities."
124129 - date : 2025-11-19
125130 version : v12.0.1
126131 changes :
Original file line number Diff line number Diff line change 1+ ## v12.0.2
2+ December 09 2025
3+
4+ #### Fixed
5+ - Prevent resubscribe to previously subscribed entities.
6+
17## v12.0.1
28November 19 2025
39
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ You will need the publish and subscribe keys to authenticate your app. Get your
2020 <dependency >
2121 <groupId >com.pubnub</groupId >
2222 <artifactId >pubnub-kotlin</artifactId >
23- <version >12.0.1 </version >
23+ <version >12.0.2 </version >
2424 </dependency >
2525 ```
2626
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RELEASE_SIGNING_ENABLED=true
1818SONATYPE_HOST =DEFAULT
1919SONATYPE_AUTOMATIC_RELEASE =false
2020GROUP =com.pubnub
21- VERSION_NAME =12.0.1
21+ VERSION_NAME =12.0.2
2222POM_PACKAGING =jar
2323
2424POM_NAME =PubNub SDK
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class PubNubImplTest : BaseTest() {
5656 fun getVersionAndTimeStamp () {
5757 val version = PubNubImpl .SDK_VERSION
5858 val timeStamp = PubNubImpl .timestamp()
59- assertEquals(" 12.0.1 " , version)
59+ assertEquals(" 12.0.2 " , version)
6060 assertTrue(timeStamp > 0 )
6161 }
6262
You can’t perform that action at this time.
0 commit comments