* added Python 3.9 compatibility * improved example for PubSub
2.2.3
:color: info
* added new "get channel editors" endpoint * added new "delete videos" endpoint * added new "get user block list" endpoint * added new "block user" endpoint * added new "unblock user" endpoint * added new authentication scopes * some refactoring
2.2.2
* added missing API base url to delete_custom_reward, get_custom_reward, get_custom_reward_redemption and update_redemption_status (thanks asphaltschneider!)
2.2.1
* added option to set a ssl context to be used by Webhook * fixed modify_channel_information throwing ValueError (thanks asishm!) * added default route to Webhook on / for easier debugging * properly check for empty lists in the selection of the used AuthScope in get_users * raise ValueError if both from_id and to_id are None in subscribe_user_follow of Webhook
See :doc:`modules/twitchAPI.pubsub` for more Info!
* added PubSub client * made UserAuthenticator URL dynamic * added named loggers for all modules * fixed bug in Webhook.subscribe_subscription_events * added Twitch.get_user_auth_scope