Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-17 | 2.0 kB | |
v2.1.0 source code.tar.gz | 2025-08-17 | 11.7 MB | |
v2.1.0 source code.zip | 2025-08-17 | 12.0 MB | |
Totals: 3 Items | 23.7 MB | 0 |
- Bumped support level to 4.4.3
- Fixed to_json breaking on python 3.14 (Thanks @limburgher for the report)
- Replaced pytest-vcr (deprecated) with pytest-recording (Thanks @CyberTailor)
- Improved timeline documentation (Thanks @adamse)
- Improved docs for stream_healthy (thanks @codl)
- Add offset parameter to trending_tags and trending_links (Thanks @ghost)
- Added support for retrieving API version and a warning for if it is not present despite the mastodon version suggesting it should be.
- Added support for retrieving OAuth authorization server info
- Added check for supported password grant type based on authorization server info (Thanks @thisismissem for the suggestion)
- Added support for alternate OAuth URLs based on the authorization server info
- Added pagination iteraton via
pagination_iterator
(Thanks @FredericoCeratto for the suggestion) - Added a way to get pagination info out of lists that is slightly less digging-around-in-internals via
get_pagination_info
(Thanks @s427 for the inciting report) - Added missing
replies_policy
andexclusive
parameters to list creation and update methods. - Add status length counter
get_status_length
(Thanks @yuletide for the suggestion and @cheeaun for the assistance) - Fix
notifications
returning nonsense when passing a singleid
(Thanks @chinchalinchin for the report) - Fix
moved
accidentally being namedmoved_to_account
(Thanks @unusualevent for the report) - Added a warning for deprecated endpoints if the "deprecation" header is present
- Added
oauth_userinfo
endpoint. - Added
delete_media
parameter tostatus_delete
. - Added
standard
parameter topush_subscription_set
. - Added
attribution_domains
parameter toaccount_update_credentials
. - Added
date_of_birth
parameter tocreate_account
. - Added
account_endorse
andaccount_unendorse
methods (replacing "pin" methods) - Added
tag_feature
andtag_unfeature
methods (replacing previous featured tag api) - Added
instance_terms_of_service
method.