Post content
Well... This felt like decades. But here we are with a new release: V12.0.0 !!! Expect minor releases soon (mainly complete Bot API 4.4 support) We're delighted to have 3 new developers in our team: @BiboJoshi , @Poolitzer & @Nukesor Some of them had already contributed to this release. As usual, upgrade using: pip install -U python-telegram-bot Major and/or breaking changes: - Context based callbacks - Persistence - PrefixHandler added (Handler overhaul) - Deprecation of RegexHandler and edited_messages, channel_post, etc. arguments (Filter overhaul) - Various ConversationHandler changes and fixes - Bot API 4.1, 4.2, 4.3 support - Python 3.4 is no longer supported - Error Handler now handles all types of exceptions - Return UTC from from_timestamp() See the wiki page at https://git.io/fxJuV for a detailed guide on how to migrate from version 11 to version 12. See the CHANGES.rst file on our github page for more details.