Skip to content

Releases: flipkart-incubator/okhttp-stats

v1.1.6

26 Jun 03:53
dc85e67

Choose a tag to compare

Added Kotlin support
Added ConnectionQuality value based on the current avg network speed

v1.1.5

03 Jun 19:57
e0f2bc5

Choose a tag to compare

Moved to Android X
Version bump for all 3rd party libraries

NaN Average Speed Fix

25 Feb 10:33
36a6608

Choose a tag to compare

Merge pull request #52 from flipkart-incubator/nanFix

fix where network average speed goes out to NaN

Version Upgrades and minor changes

24 Aug 08:40
b62e8b0

Choose a tag to compare

  • Gradle, okhttp version upgrade
  • Include RequestBody in RequestStats Model.

v1.1.2

09 Mar 07:11

Choose a tag to compare

  • Moved support version to 27.1.0
  • Moved to Gradle 3.0
  • Other external libraries version upgraded

v1.1.1

18 Jan 13:01

Choose a tag to compare

  1. Removed Accessor Methods
  2. HostName fix
  3. Fixed Unit Test Cases

v1.1.0

26 Nov 05:07

Choose a tag to compare

  • Support for Response Body in RequestStats model
  • Removed getters and setters
  • Updated library dependency version
  • Refactored Unit Test Cases

v1.0.3

01 Sep 17:41

Choose a tag to compare

  • Removed slf4j dependency
  • Replaced with log.d statements

okhttp-stats v1.0.2

21 Jul 12:19

Choose a tag to compare

Enable / disable logging

OkHttp Stats v1.0

07 Jul 13:20

Choose a tag to compare

Merge pull request #25 from flipkart-incubator/unit_test

New Unit Test Cases added + Refactored