File tree 4 files changed +17
-7
lines changed
4 files changed +17
-7
lines changed Original file line number Diff line number Diff line change
1
+ 1.4.0 / 2022-08-18
2
+ ==================
3
+
4
+ This release contains all features and bugfixes from 1.4.0-RC plus some bugfixes on its own (see below).
5
+ Kotlin 1.7.10 is used as a default.
6
+
7
+ ### Bugfixes
8
+ * Fixed decoding of huge JSON data for okio streams (#2006 )
9
+
10
+
1
11
1.4.0-RC / 2022-07-20
2
12
==================
3
13
Original file line number Diff line number Diff line change 5
5
[ ![ GitHub license] ( https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat )] ( http://www.apache.org/licenses/LICENSE-2.0 )
6
6
[ ![ TeamCity build] ( https://img.shields.io/teamcity/http/teamcity.jetbrains.com/s/KotlinTools_KotlinxSerialization_Ko.svg )] ( https://teamcity.jetbrains.com/viewType.html?buildTypeId=KotlinTools_KotlinxSerialization_Ko&guest=1 )
7
7
[ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.7.10-blue.svg?logo=kotlin )] ( http://kotlinlang.org )
8
- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.jetbrains.kotlinx/kotlinx-serialization-core/1.4.0-RC )] ( https://search.maven.org/artifact/org.jetbrains.kotlinx/kotlinx-serialization-core/1.4.0-RC /pom )
8
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.jetbrains.kotlinx/kotlinx-serialization-core/1.4.0 )] ( https://search.maven.org/artifact/org.jetbrains.kotlinx/kotlinx-serialization-core/1.4.0/pom )
9
9
[ ![ KDoc link] ( https://img.shields.io/badge/API_reference-KDoc-blue )] ( https://kotlinlang.org/api/kotlinx.serialization/ )
10
10
[ ![ Slack channel] ( https://img.shields.io/badge/chat-slack-blue.svg?logo=slack )] ( https://kotlinlang.slack.com/messages/serialization/ )
11
11
@@ -156,7 +156,7 @@ repositories {
156
156
}
157
157
158
158
dependencies {
159
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0-RC " )
159
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0" )
160
160
}
161
161
```
162
162
@@ -168,7 +168,7 @@ repositories {
168
168
}
169
169
170
170
dependencies {
171
- implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0-RC "
171
+ implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0"
172
172
}
173
173
```
174
174
@@ -287,7 +287,7 @@ Ensure the proper version of Kotlin and serialization version:
287
287
``` xml
288
288
<properties >
289
289
<kotlin .version>1.7.10</kotlin .version>
290
- <serialization .version>1.4.0-RC </serialization .version>
290
+ <serialization .version>1.4.0</serialization .version>
291
291
</properties >
292
292
```
293
293
Original file line number Diff line number Diff line change 3
3
#
4
4
5
5
group =org.jetbrains.kotlinx
6
- version =1.4.0 -SNAPSHOT
6
+ version =1.4.1 -SNAPSHOT
7
7
8
8
kotlin.version =1.7.10
9
9
10
10
# This version take precedence if 'bootstrap' property passed to project
11
- kotlin.version.snapshot =1.7 .255-SNAPSHOT
11
+ kotlin.version.snapshot =1.8 .255-SNAPSHOT
12
12
# Also set KONAN_LOCAL_DIST environment variable in bootstrap mode to auto-assign konan.home
13
13
14
14
junit_version =4.12
Original file line number Diff line number Diff line change 3
3
#
4
4
5
5
mainKotlinVersion =1.7.10
6
- mainLibVersion =1.4.0 -SNAPSHOT
6
+ mainLibVersion =1.4.1 -SNAPSHOT
7
7
8
8
kotlin.code.style =official
9
9
kotlin.js.compiler =both
You can’t perform that action at this time.
0 commit comments