Releases: python-telegram-bot/python-telegram-bot
Releases Β· python-telegram-bot/python-telegram-bot
v22.5
v22.4
v22.3
v22.2
v22.1
v22.0
v21.11.1
Version 21.11.1
Released 2025-03-01
This is the technical changelog for version 21.11.1. More elaborate release notes can be found in the news channel @pythontelegrambotchannel.
Documentation Improvements
- Fix ReadTheDocs Build (#4695)
v21.11
Version 21.11
Released 2025-03-01
This is the technical changelog for version 21.11. More elaborate release notes can be found in the news channel @pythontelegrambotchannel.
Major Changes and New Features
- Full Support for Bot API 8.3 (#4676 closes #4677, #4682 by @aelkheir, #4690 by @aelkheir, #4691 by @aelkheir)
- Make
provider_tokenArgument Optional (#4689) - Remove Deprecated
InlineQueryResultArticle.hide_url(#4640 closes #4638) - Accept
datetime.timedeltaInput inBotMethod Parameters (#4651) - Extend Customization Support for
Bot.base_(file_)url(#4632 closes #3355) - Support
allow_paid_broadcastinAIORateLimiter(#4627 closes #4578) - Add
BaseUpdateProcessor.current_concurrent_updates(#4626 closes #3984)
Minor Changes and Bug Fixes
- Add Bootstrapping Logic to
Application.run_*(#4673 closes #4657) - Fix a Bug in
edit_user_star_subscription(#4681 by @vavasik800) - Simplify Handling of Empty Data in
TelegramObject.de_jsonand Friends (#4617 closes #4614)
Documentation Improvements
- Documentation Improvements (#4641)
- Overhaul Admonition Insertion in Documentation (#4462 closes #4414)
Internal Changes
- Stabilize Linkcheck Test (#4693)
- Bump
pre-commitHooks to Latest Versions (#4643) - Refactor Tests for
TelegramObjectClasses with Subclasses (#4654 closes #4652) - Use Fine Grained Permissions for GitHub Actions Workflows (#4668)
Dependency Updates
v21.10
Version 21.10
Released 2025-01-03
This is the technical changelog for version 21.10. More elaborate release notes can be found in the news channel @pythontelegrambotchannel.
Major Changes
New Features
- Add Parameter
patterntoJobQueue.jobs()(#4613 closes #4544) - Allow Input of Type
Stickerfor Several Methods (#4616 closes #4580)
Bug Fixes
Documentation Improvements & Internal Changes
- Use Custom Labels for
dependabotPRs (#4621) - Remove Redundant
pylintSuppressions (#4628) - Update Copyright to 2025 (#4631)
- Refactor Module Structure and Tests for Star Payments Classes (#4615 closes #4593)
- Unify
datetimeImports (#4605 by @cuevasrja closes #4577) - Add Static Security Analysis of GitHub Actions Workflows (#4606)
Dependency Updates
v21.9
Version 21.9
Released 2024-12-07
This is the technical changelog for version 21.9. More elaborate release notes can be found in the news channel @pythontelegrambotchannel.
Major Changes
Minor Changes
- Use
MessageLimit.DEEP_LINK_LENGTHinhelpers.create_deep_linked_url(#4597 by @nemacysts) - Allow
SequenceInput forallowed_updatesinApplicationandUpdaterMethods (#4589 by @nemacysts)