File tree 2 files changed +13
-1
lines changed 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 2.3.4
2
+ > Published 31 August 2023
3
+
4
+ ### Bugfixes
5
+ * The "charset=UTF-8" part is automatically added to the ` application/json ` Content-Type ([ KTOR-6183] ( https://youtrack.jetbrains.com/issue/KTOR-6183 ) )
6
+ * MicrometerMetricsConfig default registry leaks coroutine ([ KTOR-6178] ( https://youtrack.jetbrains.com/issue/KTOR-6178 ) )
7
+ * Darwin: App hangs when sending a huge MultiPart request without access to network ([ KTOR-6147] ( https://youtrack.jetbrains.com/issue/KTOR-6147 ) )
8
+ * NPE in JavaClientEngine body() call ([ KTOR-6190] ( https://youtrack.jetbrains.com/issue/KTOR-6190 ) )
9
+ * Digest Auth: algorithm isn't specified in the Authorization header ([ KTOR-3391] ( https://youtrack.jetbrains.com/issue/KTOR-3391 ) )
10
+ * Confusing NoTransformationFoundException ([ KTOR-6064] ( https://youtrack.jetbrains.com/issue/KTOR-6064 ) )
11
+ * Cookie name-value pairs should be separated by a semicolon instead of a comma ([ KTOR-5868] ( https://youtrack.jetbrains.com/issue/KTOR-5868 ) )
12
+
1
13
# 2.3.3
2
14
> Published 1 August 2023
3
15
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ktor.ide.jvmAndCommonOnly=true
10
10
kotlin.code.style =official
11
11
12
12
# config
13
- version =2.3.3
13
+ version =2.3.4
14
14
15
15
# gradle
16
16
org.gradle.daemon =true
You can’t perform that action at this time.
0 commit comments