v0.0.34
What's Changed
- Make SDK more backward and forward-compatible with protocol by @MarshalX in #207
- Add plenty of new high-level methods by @MarshalX in #208
- Documentation
- Breaking changes:
unlike
now accepts AT URI instead ofrecord_key
andprofile_identify
- New methods:
get_post
get_posts
get_post_thread
get_likes
get_reposted_by
get_timeline
get_author_feed
unrepost
AKAdelete_report
follow
unfollow
AKAdelete_follow
get_follows
get_followers
get_profile
get_profiles
mute
unmute
resolve_handle
update_handle
upload_blob
- Migrate lexicon parser from dacite to pydantic; enable ruff ANN by @MarshalX in #206
- Removed exceptions:
UnknownPrimitiveTypeError
UnknownDefinitionTypeError
- Renamed fields:
schema
->schema_
maxLength
->max_length
- ... and all other camelCase names now in snake_case
- Removed exceptions:
Full Changelog: v0.0.33...v0.0.34