V3.2.1 - Fix brotli decoding error
[3.2.1] - 2026-04-29
Fixed
- Brotli decoding error: Add header to Feishu API requests in . This prevents failures when sending/updating cards.
Problem: Feishu API returns brotli () encoded responses which aiohttp could not decode, causing card operations to fail.
Solution: Explicitly request gzip or deflate encoding via the header, avoiding brotli entirely.
Verification: Tested successfully across 8 different Feishu bots with real card send/update flows.
Related to #10 (table limit) documentation update; this PR addresses a separate encoding issue.