Loading doc/release_notes/1_7_2.md 0 → 100644 +6 −0 Original line number Diff line number Diff line # 1.7.2 ## Bugfixes * `:stream_bidi` plugin: when used with the `:retries` plugin, it will skip calling callbacks referencing state from the connection/stream the request was moved from. * `:auth` plugin: fix issue causing tokens to be concatenated on non-auth errors. No newline at end of file lib/httpx/version.rb +1 −1 Original line number Diff line number Diff line # frozen_string_literal: true module HTTPX VERSION = "1.7.1" VERSION = "1.7.2" end Loading
doc/release_notes/1_7_2.md 0 → 100644 +6 −0 Original line number Diff line number Diff line # 1.7.2 ## Bugfixes * `:stream_bidi` plugin: when used with the `:retries` plugin, it will skip calling callbacks referencing state from the connection/stream the request was moved from. * `:auth` plugin: fix issue causing tokens to be concatenated on non-auth errors. No newline at end of file
lib/httpx/version.rb +1 −1 Original line number Diff line number Diff line # frozen_string_literal: true module HTTPX VERSION = "1.7.1" VERSION = "1.7.2" end