v0.0.47
💬 Just shipped: Bluesky Direct Messages! https://atproto.blue/en/latest/dm.html
Breaking changes
Many of these changes were backward compatible for a few months with proper warnings.
- Drop support for Python 3.7 by @MarshalX in #321
- Delete deprecated record models called
Main
instead ofRecord
by @MarshalX in #323 - Delete deprecated
SessionString
class by @MarshalX in #324 - Delete deprecated
subject
argument of.like()
and.repost()
methods by @MarshalX in #325
What's Changed
- Add support for Direct Messages (Chats) by @MarshalX in #331
- Add method to send post with multiple attached photos by @ryoryo25 in #313
- Register chat (DM) namespace by @MarshalX in #330
- Update lexicons by @MarshalX in #312, #314, #317, #322, #327, #328
- Fix HTTP error handling by @MarshalX in #329
- Bump requests from 2.31.0 to 2.32.2 by @dependabot in #332
New Contributors
Full Changelog: v0.0.46...v0.0.47