v0.0.60
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
UnknownUnionModeltype by @MarshalX in #586 - Add
include_pinsargument toget_author_feedmethod ofClientby @maratsh in #583 - Add
auth_factor_tokenargument to theloginmethod to support Email 2FA by @MarshalX in #593 - Improve
AtUriby adding relative URIs support andmakemethod by @MarshalX in #592 - Improve a way to configure
HTTPXclient (timeouts, SSL, retry policies, etc.) by @MarshalX in #594 - Allow overriding of
Content-Typeheader 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
- @betaprior made their first contribution in #582
- @maratsh made their first contribution in #583
Full Changelog: v0.0.59...v0.0.60