Skip to content

Commit c987fe1

Browse files
committed
chore: bump version to 1.2.3
1 parent 52d4b4e commit c987fe1

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Release History
22
================
33

4+
1.2.3 (2026-01-24)
5+
------------------
6+
**Improvements:**
7+
8+
- **Enhanced IPv6 Support**: Implemented automatic repair for naked IPv6 addresses (e.g., `2001:db8::1` -> `[2001:db8::1]`) and strict bracket validation.
9+
- **Robust URL Handling**: Added default `http://` scheme for schemeless URLs and improved component-based building logic to prevent crashes.
10+
- **Type Safety**: Resolved Mypy strict type inconsistencies and added comprehensive test coverage for IPv6 edge cases.
11+
12+
**Bugfixes:**
13+
14+
- **Python 3.9 Compatibility**: Fixed `RuntimeError: There is no current event loop` during rotator initialization by implementing lazy asyncio lock loading.
15+
- **Redirect Logic**: Fixed `Headers.__getitem__` to correctly raise `KeyError` for missing keys, ensuring compatibility with standard redirect handling.
16+
417
1.2.2 (2026-01-21)
518
------------------
619
**Improvements:**

0 commit comments

Comments
 (0)