Skip to content

Release v3.13.1

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Feb 22:53
80892b6

Fixed

  • CM1200 zero channel data regression - Fixed redundant authentication call that caused basic_http modems (CM1200, C7000v2, CM600, C3700, TC4400) to make an extra HTTP request per poll cycle. The _pre_authenticate() gate condition incorrectly used HTML presence as a proxy for "auth was performed," but basic_http auth is stateless and never returns HTML. This caused connection resets on modems that rate-limit rapid HTTPS requests. (#121)

What's Changed

  • fix: prevent redundant auth for basic_http modems (v3.13.1) by @kwschulz in #122

Full Changelog: v3.13.0...v3.13.1