What's Changed
New Features ๐
- Expose upload context with message id to FileUploader (develop) by @gpunto in #6669
- Add inline playback for regular audio attachments by @gpunto in #6666
Bug Fixes ๐
- Fix the socket never reconnecting after a transient connectivity drop by @aleksandar-apostolov in #6663
Improvements โจ
- Deprecate the unflag APIs since the backend endpoint is no longer supported by @andremion in #6661
- Map invisible to null when the wire omits it by @gpunto in #6673
Internal ๐งช
- Migrate the queryBannedUsers response to the generated BanResponse by @gpunto in #6659
- Migrate the queryMembers and push preference request bodies to generated models by @gpunto in #6655
- Migrate partialUpdateMember to the generated UpdateMemberPartialResponse model by @gpunto in #6665
- Migrate the users endpoints to the generated FullUserResponse by @gpunto in #6664
- Migrate the OG scrape response to the generated GetOGResponse model by @gpunto in #6657
- Migrate the poll responses to the generated PollResponse models by @gpunto in #6667
- Migrate the reaction read responses to the generated ReactionResponse models by @gpunto in #6672
- Adopt the generated Attachment for downstream message attachments by @gpunto in #6671
Full Changelog: v7.9.0...v7.10.0