The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
+## 0.27.2 (27th August, 2024)
+
+### Fixed
+
+* Reintroduced supposedly-private `URLTypes` shortcut. (#2673)
+
## 0.27.1 (27th August, 2024)
-## Added
+### Added
* Support for `zstd` content decoding using the python `zstandard` package is added. Installable using `httpx[zstd]`. (#3139)
],
)
+URLTypes = Union["URL", str]
+
QueryParamTypes = Union[
"QueryParams",
Mapping[str, Union[PrimitiveData, Sequence[PrimitiveData]]],