Skip to content

1.6.1

Compare
Choose a tag to compare
@halcy halcy released this 15 Nov 09:17
· 221 commits to master since this release
  • BREAKING CHANGE: Change behaviour of streaming api handlers to no longer raise an exception when an unknown event is received and change the contract of the unknown event handler to explicitly state that it will not receive events once Mastodon.py updates.
  • 3.1.3 support
    • Added v2 media_post api
  • 3.1.4 support
    • Added "remote", "local" and "only_media" parameter for timelines more broadly
    • Documented updates to instance information api return value
  • 3.2.0 support
    • Added account notes API
    • Added thumbnail support to media_post / media_update
    • Documented new keys in media API
  • 3.3.0 support
    • Added "notify" parameter for following.
    • Added support for timed mutes
    • Added support for getting an accounts features tags via account_featured_tags
  • Miscelaneous additions
    • Added support for paginating by date via converting dates to snowflake IDs (on Mastodon only - thanks to edent for the suggestion)
    • Added a method to revoke oauth tokens (thanks fluffy-critter)
  • Fixes
    • Various small and big fixes, improving reliablity and test coverage
    • Changed health APIs to work with newer Mastodon versions
    • Changed URLs from "tootsuite" to "mastodon" in several places (thanks andypiper)
    • Fixed some fields not converting to datetimes (thanks SouthFox-D)
    • Improved oauth web flow support
    • Improved documentation consistency (thanks andypiper)

Docs: https://mastodonpy.readthedocs.io/en/1.6.1/
PyPi: https://pypi.org/project/Mastodon.py/1.6.1/