Skip to content

Commit 2a5d111

Browse files
committed
Ktor 1.4.0
1 parent 8b6f074 commit 2a5d111

File tree

2 files changed

+69
-1
lines changed

2 files changed

+69
-1
lines changed

CHANGELOG.md

+68
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,71 @@
1+
# 1.4.0
2+
> Published 18 Aug 2020
3+
4+
* Upgrade to kotlin 1.4.0
5+
* Add native platform support for CIO client (#2021)
6+
* Prevent access Tomcat servletRequest after recycling
7+
* Fix verbose IO exception logging
8+
* Fix client cookies remove
9+
* Fix suspend tests for digest provider
10+
* Add deprecation to BasicAuth feature
11+
* Add client.get operator for features
12+
* Add client websocket feature config
13+
* iOS Certificate Pinning (#1750)
14+
* Add originHost support in browser
15+
* Fix client logging issues with POST body
16+
* Prevent CURL multi-handle double close
17+
* Add content-type header to default transformers
18+
* Fix report for multiple failed engines in native
19+
* Use window.location.origin as default host in URLBuilder
20+
* Prevent Empty Cookie addition (#2008)
21+
* Fix executor service termination in okhttp (#1860)
22+
* Verify sending Content-Type and custom object body via POST (#1897)
23+
* Fix ByteBufferPool recycle (#2016)
24+
* Update jetty version
25+
* Fix CIO exception logged twice
26+
* Change exception type for long strings in readUtf8Line
27+
* Fix uri field in digest auth header to include query params (#1992)
28+
* Fix empty multipart post
29+
* Move the default test server to CIO
30+
* Fix webpack warning about ktor-client-core critical dependency
31+
* Fix missing qop in DigestAuthProvider (Issue #1974)
32+
* Handle " in different position cases
33+
* Fix parsing of quoted header parameter value
34+
* Fix saved call early completion
35+
* Fix tests with empty json check
36+
* Fix sending blank ContentType in Apache engine
37+
* Parse blank content type to Any
38+
* Fixed serialization of empty body (#1952)
39+
* JsonFeature: Fixed header behavior and made it more flexible (#1927)
40+
* Fix max-age header to use '=' instead f ':'. (#1769)
41+
* Add contextual serialization support
42+
* Introduce non-suspend api for writing
43+
* fix memory alignment check (#1742)
44+
* JetBrains Toolbox icon (#1805)
45+
* Apache should use existing approach when merging headers (#1919)
46+
* Fix conditional headers behaviour (Fix #1849).
47+
* Change IosHttpRequestException parent to improve usability
48+
* OAuth2: Added option to pass params in URL (#1847)
49+
* Fix doubling host
50+
* Enhanced handling of statusCode for AndroidEngine (#1852)
51+
* Fix deserialization issue in client (Fix #1800).
52+
* GitHub issue/pr links in IDEA Git log (#1806)
53+
* Fix log channel is not closed for ByteArrayContent (#1808)
54+
* Use comma to divide headers (Fix #1765).
55+
* HTTP Client tracing using Stetho Android library.
56+
* Fix static content resolution for directories inside Jar (#1777).
57+
* Improve WebSocket routing API (Fix #1075).
58+
* Implemented cookies encoding with their own encoding and added test cases for this
59+
* Fix URI support (#1755)
60+
* Fix OkHttp WebSocket close reason completion (#1363).
61+
* Fix package directive; Add unimported cfnetwork constants
62+
* Fix client.join to wait engine close
63+
* Verify receive from response in exception
64+
* Update okhttp version to 4.4.0
65+
* Cleanup iOS proxy configuration
66+
* Fix WebSocketTest.testMaxSize
67+
* Fix UTF8 parsing (#1718).
68+
169
# 1.3.2
270
> Published 12 Mar 2020
371

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kotlin.code.style=official
33

44
# config
5-
version=1.3.3-SNAPSHOT
5+
version=1.4.0
66
kotlin.incremental.js=true
77
kotlin.incremental.multiplatform=true
88
kotlin.parallel.tasks.in.project=true

0 commit comments

Comments
 (0)