Changelog
May 23, 2020 ยท View on GitHub
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.
Unreleased
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
kohttpandkohttp-jackson - Added full-featured Android sample PR #149 by @IVSivak
- 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,toTypemethods issue #153 - Redesigned simple logging interceptor to log both requests and responses issue #144
Removed
- Eager requests extensions issue #120
kohttp.yamland it's configuration
Big thanks
@IVSivak, @doyaaaaaken, @deviantBadge for your contribution
0.10.0 - 2019-06-20
Added
- Async Post DSL by @Evgeny issue #86.
- Async Head DSL by @Evgeny.
- Async Put DSL by @Evgeny.
- Async Patch DSL by @Evgeny.
- Async Delete DSL by @Evgeny.
- Async Upload DSL by @Evgeny issue #87.
- Async Upload File extensions by @Evgeny.
- Async Upload Url extensions by @Evgeny.
- Default
Dispatcherconfiguration inokhttp.yaml - CHANGELOG.md
Changed
-
Migrated to
kotlin1.3.40 -
Migrated to
okhttp3.12.2 issue #81 -
Migrated to
kotlinx-coroutines-core1.2.1 -
Booleanand Nullable types support in Json builder -
url()andparam { }joint usage by @dtropanets issue #94 -
Allowed nullable types in request
param { }builder issue #118, -
Changed
maxRequestsandmaxRequestsPerHostfor default http client -
Async methods naming (Deprecated
asyncHttpGet) -
Relaxed coverage issue #56
Removed
- pass
Big thanks
@deviantBadge, @dtropanets, @gokulchandra for your contribution