chore(deps): aiohttp>=3.13.5, add zstandard, zstd Accept-Encoding

This commit is contained in:
nox-project
2026-04-13 10:30:23 +02:00
parent 245d0f1714
commit c7dbc1baac
4 changed files with 15 additions and 4 deletions
+9
View File
@@ -2,6 +2,15 @@
All notable changes to NOX are documented here.
## [1.0.1] — 2026-04-13
### Dependencies
- **Updated:** `aiohttp` minimum pin raised to `>=3.13.5` (connection-pool stability fixes under high concurrency)
- **Added:** `zstandard>=0.23.0` — enables native zstd decompression in aiohttp for Cloudflare/Fastly CDN responses
### Engine
- **Updated:** `Accept-Encoding` header now includes `zstd` (`gzip, deflate, br, zstd`) to match Chrome 124+ behaviour
## [1.0.1] — 2026-04-11
### Sources