Skip to content

V3.2.1 - Fix brotli decoding error

Choose a tag to compare

@baileyh8 baileyh8 released this 30 Apr 02:23
· 76 commits to main since this release
efdf3e9

[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.