Skip to content

TimeDelta, HTTPX, Backoff

Compare
Choose a tag to compare
@MattWellie MattWellie released this 03 Oct 03:40
· 13 commits to main since this release
2bf3072

What's Changed

#438 included a fix for HTTPX requests - PanelApp's Django API requires a trailing slash, so we need to permit redirects

It also includes a fix for determining when a gene is new. This was incorrectly calculated due to a quirk of dateutil.relativedelta

Also includes a manual rewrite of the request backoff retry, important when running multiple PanelApp queries in parallel

Full Changelog: 5.5.0...5.5.1