Skip to content

v4.7.7

Compare
Choose a tag to compare
@alandtse alandtse released this 08 Oct 01:11
· 240 commits to dev since this release

v4.7.7 (2023-10-08)

Build

  • build: pre-commit autoupdate

updates:

Fix

  • fix: bump alexapy 1.27.6

closes #2059 (1b48a38)

  • fix: try to refresh tokens when http2 auth error

The http2 stream is sensitive to auth token errors. Instead of declaring
a bad login immediately, include one attempt to refresh auth tokens.
This may help reduce the frequency of reauth requests but is not
guaranteed. (4accda1)

Unknown