github baileyh8/hermes-feishu-streaming-card v3.2.1
V3.2.1 - Fix brotli decoding error

latest releases: v3.6.2, v3.6.1, v3.6.0...
one month ago

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

Don't miss a new hermes-feishu-streaming-card release

NewReleases is sending notifications on new releases.