Version 13.2
Released 2021-02-02
Major Changes:
New Features:
- Add Missing Shortcuts to
Message
(#2330) - Rich Comparison for
Bot
(#2320) - Add
run_async
Parameter toConversationHandler
(#2292) - Add New Shortcuts to
Chat
(#2291) - Add New Constant
MAX_ANSWER_CALLBACK_QUERY_TEXT_LENGTH
(#2282) - Allow Passing Custom Filename For All Media (#2249)
- Handle Bytes as File Input (#2233)
Bug Fixes:
- Fix Escaping in Nested Entities in
Message
Properties (#2312) - Adjust Calling of
Dispatcher.update_persistence
(#2285) - Add
quote
kwarg toMessage.reply_copy
(#2232) ConversationHandler
: Docs &edited_channel_post
behavior (#2339)
Minor changes, CI improvements, doc fixes and type hinting:
- Doc Fixes (#2253, #2225)
- Reduce Usage of
typing.Any
(#2321) - Extend Deeplinking Example (#2335)
- Add pyupgrade to pre-commit Hooks (#2301)
- Add PR Template (#2299)
- Drop Nightly Tests & Update Badges (#2323)
- Update Copyright (#2289, #2287)
- Change Order of Class DocStrings (#2256)
- Add macOS to Test Matrix (#2266)
- Start Using Versioning Directives in Docs (#2252)
- Improve Annotations & Docs of Handlers (#2243)