Skip to content

Commit e573082

Browse files
docs: update changelog [skip ci]
1 parent c22e215 commit e573082

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

impit-python/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
## py-0.6.0 - 2025-09-02
7+
8+
#### Bug Fixes
9+
10+
- Fallback to HTTP/2 on HTTP3 DNS error (#255)
11+
- Makes DNS client in HTTP/3 record resolution optional. If the initial connection fails with `Error`, impit will return `false` for every call to `host_supports_h3` (unless, e.g. `alt-svc` header has been registered for this domain).
12+
13+
14+
#### Features
15+
16+
- Add `local_address` option to `Impit` constructor (#225)
17+
- Adds a `local_address` option to the Impit HTTP client constructor across all language bindings (Rust, Python, and Node.js), allowing users to bind the client to a specific network interface. This feature is useful for testing purposes or when working with multiple network interfaces.
18+
19+
20+
621
## py-0.5.4 - 2025-08-26
722

823
#### Features

0 commit comments

Comments
 (0)