Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.12.0 - 2020-05-23
Added
Spring boot sample
DSL for variable http methods
http(method) { }
Async DSL for variable http method
asyncHttp(method) { }
Changed
Improved SSL support
Improved our documentation
Moved to AssertJ in our tests
Removed
Deprecated async methods
Big thanks
@Hakky54, @gokulchandra, @vpondala for your contribution
0.11.1 - 2019-10-27
Changed
Kotlin 1.3.50 issue #155 by @gokulchandra
Fixed
Android 6, API Level 23 support issue #162 by @govorovsky
Big thanks
@govorovsky, @gokulchandra for your contribution
0.11.0 - 2019-08-11
Added
Introduced multimodule structure issue #128
Split project into
kohttp
andkohttp-jackson
Introduced cURL interceptor issue #139 by @doyaaaaaken
Introduced gitbook by @deviantBadge
Added full docs sync for gitbook
Changed
Improved Multipart DSL issue #132
[kohttp-jackson] Improved
toJson
,toJsonOrNull
,toType
methods issue #153Redesigned simple logging interceptor to log both requests and responses issue #144
Removed
Eager requests extensions issue #120
kohttp.yaml
and it's configuration
Big thanks
@IVSivak, @doyaaaaaken, @deviantBadge for your contribution
0.10.0 - 2019-06-20
Added
Async Head DSL by @Evgeny.
Async Put DSL by @Evgeny.
Async Patch DSL by @Evgeny.
Async Delete DSL by @Evgeny.
Async Upload File extensions by @Evgeny.
Async Upload Url extensions by @Evgeny.
Default
Dispatcher
configuration inokhttp.yaml
CHANGELOG.md
Changed
Migrated to
kotlin
1.3.40Migrated to
okhttp
3.12.2 issue #81Migrated to
kotlinx-coroutines-core
1.2.1Boolean
and Nullable types support in Json builderurl()
andparam { }
joint usage by @dtropanets issue #94Allowed nullable types in request
param { }
builder issue #118,Changed
maxRequests
andmaxRequestsPerHost
for default http clientAsync methods naming (Deprecated
asyncHttpGet
)Relaxed coverage issue #56
Removed
pass
Big thanks
@deviantBadge, @dtropanets, @gokulchandra for your contribution
Last updated