File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.4.1] - 2025-08-23
9+
10+ ### Added
11+ - Included the request object in the retry logs within ` RetryTransport._retry_operation ` and ` RetryTransport._retry_operation_async ` .
12+
13+ ### Fixed
14+ - Relaxed the dependency specifier on ` httpx ` to include any version greater than ` 0.20.0 ` .
15+
816## [ 0.4.0] - 2025-05-18
917
1018### Added
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " httpx-retries"
7- version = " 0.4.0 "
7+ version = " 0.4.1 "
88description = " A retry layer for HTTPX."
99requires-python = " >=3.9"
1010authors = [{
name =
" Will Ockmore" ,
email =
" [email protected] " }]
You can’t perform that action at this time.
0 commit comments