Skip to content

v0.0.60

Choose a tag to compare

@MarshalX MarshalX released this 11 Apr 19:11
· 59 commits to main since this release
2f229ac

What's Changed

Note: session refreshing was broken in this version. Please use 0.0.61 instead.

  • Add message reaction to the example of Direct Messages by @MarshalX in #595
  • Add UnknownUnionModel type by @MarshalX in #586
  • Add include_pins argument to get_author_feed method of Client by @maratsh in #583
  • Add auth_factor_token argument to the login method to support Email 2FA by @MarshalX in #593
  • Improve AtUri by adding relative URIs support and make method by @MarshalX in #592
  • Improve a way to configure HTTPX client (timeouts, SSL, retry policies, etc.) by @MarshalX in #594
  • Allow overriding of Content-Type header by @MarshalX in #579
  • Allow digits in the NSID; fix edge cases for string format validation by @zzstoatzz in #572
  • Update lexicons by @MarshalX in #562, #570, #567, #587, #591
  • Fix lexicon parsing for nested objects; apply a limited scope of types for properties of params by @MarshalX in #574
  • Fix models code generator with an empty union type by @MarshalX in #584
  • Fix the issue of session refreshing on session creation in Client by @betaprior in #582

New Contributors

Full Changelog: v0.0.59...v0.0.60