Version 21.0
Released 2024-03-06
This is the technical changelog for version 21.0. More elaborate release notes can be found in the news channel @pythontelegrambotchannel.
Major Changes
New Features
- Add Parameter
media_write_timeout
toHTTPXRequest
and MethodApplicationBuilder.media_write_timeout
(#4120 closes #3864) - Handle Properties in
TelegramObject.__setstate__
(#4134 closes #4111)
Bug Fixes
Documentation Improvements
- Improve HTML Download of Documentation (#4146 closes #4050)
- Documentation Improvements (#4109, #4116)
- Update Copyright to 2024 (#4121 by @aelkheir closes #4041)
Internal Changes
- Apply
pre-commit
Checks More Widely (#4135) - Refactor and Overhaul
test_official
(#4087 closes #3874) - Run Unit Tests in PRs on Requirements Changes (#4144)
- Make
Updater.stop
Independent ofCancelledError
(#4126)