Commit da554a5c authored by Tiago's avatar Tiago
Browse files

bump version to 1.7.5

parent b59d54e8
Loading
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
# 1.7.5

## Improvements

* `:tracing` plugin: make `Request#init_time` a UTC timestamp.

## Bugfixes

* fixed handling of conditional responses which was making a batch of concurrent requests being handled serially after they failed.
* `datadog` adapter: use `Request#init_time` as the span start time, which will fix the bug where the span wasn't including the time it takes to open the connection (TCP/TLS handhshakes).
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
# frozen_string_literal: true

module HTTPX
  VERSION = "1.7.4"
  VERSION = "1.7.5"
end