Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

40 lines (28 loc) · 1.05 KB

Change Log

Version 0.5.0

2021-10-08

  • EventListener-based metrics. Users now have access to metrics recorded through OkHttp's new API for tracking metrics and monitoring HTTP requests’ size and duration.
  • Updated OkHttp dependency to 3.14.9.
  • Updated Dropwizard Metrics dependency to 4.2.3.

Version 0.4.0

2017-11-10

  • Support OkHttp 3.x
  • Fix: Rewrite network request instrumentation with interceptors. The instrumented executor service is only used when executing asynchronous requests - it is not used when executing synchronous requests. By using interceptors, we can record metrics all requests regardless of whether they are synchronous or asynchronous.
  • Other minor changes.

Version 0.2.0

2015-12-14

  • Custom instrumented client names. Users now have the ability to provide an identifier for each instrumented client. This is useful when using multiple instances of OkHttpClient in your application.
  • Updated OkHttp dependency to 2.7.
  • Other minor changes.

Version 0.1.0

2015-07-22

Initial release.