Skip to content

1.2.0

Compare
Choose a tag to compare
@halcy halcy released this 15 Dec 20:29
· 680 commits to master since this release

This version brings compatibility with 2.1.0, several quality-of-life improvements and tests. Includes breaking changes.

Documentation: http://mastodonpy.readthedocs.io/en/1.2.0/
On PyPi: https://pypi.python.org/pypi/Mastodon.py/1.2.0

Detailed changelog:

  • BREAKING CHANGE: Renamed streaming functions to be more in line with the rest
  • POTENTIALLY BREAKING CHANGE: Added attribute-style access for returned dicts
  • Mastodon v2.1.0 compatibility
    • Added custom_emojis()
    • Added list(), lists(), list_accounts()
    • Added list_create(), list_update(), list_delete()
    • Added list_accounts_add(), list_accounts_delete()
    • Added account_lists()
    • Added timeline_list()
    • Added stream_list()
  • Added automatic id unpacking
  • Added api versioning
  • Added a large amount of tests (MASSIVE thanks to codl)
  • Added asynchronous mode to streaming api (Thanks Kjwon15)
  • Added CallbackStreamListener
  • Improved documentation for the streaming API
  • Various fixes, clarifications, et cetera (Thanks Dryusdan, codl)