Skip to content

v0.5: ### Notable changes

Compare
Choose a tag to compare
@snarfed snarfed released this 10 Dec 20:17
· 35 commits to main since this release
21ed6c2

Notable changes

  • Client:
    • Support binary request data automatically based on input type, eg dict vs bytes.
    • Add new headers kwarg to call and auto-generated lexicon method calls, useful for providing an explicit Content-Type when sending binary data.
    • Bug fix: don't infinite loop if refreshSession fails.
    • Other minor authentication bug fixes.