File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 1.3.0
2
- > Unpublished yet
2
+ > 14 Jan 2020
3
3
4
4
* ktor client proxy support
5
5
* Introduced ` HttpStatement ` and deprecated potentially dangerous resource-leaking client API
50
50
* Introduced test client instance in the test server
51
51
* Fixed various server and client engines to return ` null ` for missing headers rather than empty list
52
52
* Introduced support for json structures in client and server (#1519 )
53
+ * Introduced ktor-server-core binary compatibility tracking
53
54
* kotlinx.coroutines 1.3.3
54
55
55
56
# 1.2.6
Original file line number Diff line number Diff line change 2
2
kotlin.code.style =official
3
3
4
4
# config
5
- version =1.3.0-rc2-SNAPSHOT
5
+ version =1.3.0
6
6
kotlin.incremental.js =true
7
7
kotlin.incremental.multiplatform =true
8
8
kotlin.parallel.tasks.in.project =true
You can’t perform that action at this time.
0 commit comments