kohttp
  • Introduction
  • Core
    • Synchronous calls
      • GET
      • POST
      • PUT
      • HEAD
      • DELETE
      • PATCH
      • Generic requests
      • Upload files
    • Asynchronous calls
      • async GET
      • async POST
      • async PUT
      • async HEAD
      • async DELETE
      • async PATCH
      • async Generic requests
      • async Upload files
    • Response usage
    • Interceptors
    • Customisation
    • Experimental features
  • History
    • Changelog
Powered by GitBook
On this page
  • Unreleased
  • 0.12.0 - 2020-05-23
  • Added
  • Changed
  • Removed
  • Big thanks
  • 0.11.1 - 2019-10-27
  • Changed
  • Fixed
  • Big thanks
  • 0.11.0 - 2019-08-11
  • Added
  • Changed
  • Removed
  • Big thanks
  • 0.10.0 - 2019-06-20
  • Added
  • Changed
  • Removed
  • Big thanks

Was this helpful?

  1. History

Changelog

PreviousExperimental features

Last updated 5 years ago

Was this helpful?

All notable changes to this project will be documented in this file.

The format is based on , and this project adheres to .

- 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

Changed

Fixed

Big thanks

Added

  • Split project into kohttp and kohttp-jackson

  • Added full docs sync for gitbook

Changed

Removed

  • kohttp.yaml and it's configuration

Big thanks

Added

  • Default Dispatcher configuration in okhttp.yaml

  • CHANGELOG.md

Changed

  • Migrated to kotlin 1.3.40

  • Migrated to kotlinx-coroutines-core 1.2.1

  • Changed maxRequests and maxRequestsPerHost for default http client

  • Async methods naming (Deprecated asyncHttpGet)

Removed

  • pass

Big thanks

, , for your contribution

- 2019-10-27

Kotlin 1.3.50 by @gokulchandra

Android 6, API Level 23 support by @govorovsky

, for your contribution

- 2019-08-11

Introduced multimodule structure

Added full-featured Android sample by

Introduced cURL interceptor by

Introduced by

Improved Multipart DSL

[kohttp-jackson] Improved toJson, toJsonOrNull, toType methods

Redesigned simple logging interceptor to log both requests and responses

Eager requests extensions

, , for your contribution

- 2019-06-20

Async Post DSL by .

Async Head DSL by .

Async Put DSL by .

Async Patch DSL by .

Async Delete DSL by .

Async Upload DSL by .

Async Upload File extensions by .

Async Upload Url extensions by .

Migrated to okhttp 3.12.2

Boolean and Nullable types support in

url() and param { } joint usage by

Allowed nullable types in request param { } builder ,

Relaxed coverage

, , for your contribution

Keep a Changelog
Semantic Versioning
Unreleased
0.12.0
@Hakky54
@gokulchandra
@vpondala
0.11.1
issue #155
issue #162
@govorovsky
@gokulchandra
0.11.0
issue #128
PR #149
@IVSivak
issue #139
@doyaaaaaken
gitbook
@deviantBadge
issue #132
issue #153
issue #144
issue #120
@IVSivak
@doyaaaaaken
@deviantBadge
0.10.0
@Evgeny
issue #86
@Evgeny
@Evgeny
@Evgeny
@Evgeny
@Evgeny
issue #87
@Evgeny
@Evgeny
issue #81
Json builder
issue #113
@dtropanets
issue #94
issue #118
PR
issue #56
@deviantBadge
@dtropanets
@gokulchandra