Release Notes#
Release notes for Pyrogram releases will describe what’s new in each version, and will also make you aware of any backwards-incompatible changes made in that version.
A Word of Warning
We merge changes made to few of pyrogram forks plus changes made by us to this repository. All the features are just customized feature mostly for personal use; there is no guarantee in them being stable, USE AT YOUR OWN RISK.
When upgrading to a new version of Pyrogram, you will need to check all the changes in order to find incompatible code in your application, but also to take advantage of new features and improvements.
This page lists all the documented changes of this fork, in reverse chronological order. You should read this when upgrading to this fork to know where your code can break, and where it can take advantage of new goodies!
For a more detailed description, please check the commits.
If you found any issue or have any suggestions, feel free to make an issue on github.
Breaking Changes in this Fork
In
copy_message(),ValueErroris raised instead ofloggingit.In
download_media(), if the message is aPaidMediaInfowith more than onepaid_mediaandidxwas not specified, then a list of paths or binary file-like objects is returned.PR #115 This change breaks some usages with offset-naive and offset-aware datetimes.
PR from upstream #1411: Rename some of the attributes of
MessagesFilterfor consistency.If you relied on internal types like
import pyrogram.file_idORimport pyrogram.utils, Then read this full document to know where else your code will break.InlineKeyboardButtononly accepts keyword arguments instead of positional arguments.
- UNRELEASED VERSION
- Pyrogram v2.2.24
- Pyrogram v2.2.23
- Pyrogram v2.2.22
- Pyrogram v2.2.21
- Pyrogram v2.2.18
- Pyrogram v2.2.17
- Pyrogram v2.2.16
- Pyrogram v2.2.15
- Pyrogram v2.2.14
- Pyrogram v2.2.13
- Pyrogram v2.2.12
- Pyrogram v2.2.11
- Pyrogram v2.2.10
- Pyrogram v2.2.9
- Pyrogram v2.2.8
- Pyrogram v2.2.7
- Pyrogram v2.2.6
- Pyrogram v2.2.5
- Pyrogram v2.2.4
- Pyrogram v2.2.2
- Pyrogram v2.2.1
- Pyrogram v2.1.37
- Pyrogram v2.1.36
- Pyrogram v2.1.35
- Pyrogram v2.1.34
- Pyrogram v2.1.33.13
- Pyrogram v2.1.33.12
- Pyrogram v2.1.33.11
- Pyrogram v2.1.33.10
- Pyrogram v2.1.33.9
- Pyrogram v2.1.33.8
- Pyrogram v2.1.33.7
- Pyrogram v2.1.33.4
- Pyrogram v2.1.33.3
- Pyrogram v2.1.33.2
- Pyrogram v2.1.33.1
- Pyrogram v2.1.32.15
- Pyrogram v2.1.32.14
- Pyrogram v2.1.32.13
- Pyrogram v2.1.32.12
- Pyrogram v2.1.32.11
- Pyrogram v2.1.32.10
- Pyrogram v2.1.32.9
- Pyrogram v2.1.32.8
- Pyrogram v2.1.32.7
- Pyrogram v2.1.32.6
- Pyrogram v2.1.32.4
- Pyrogram v2.1.32.3
- Pyrogram v2.1.32.2
- Pyrogram v2.1.32.1
- Pyrogram v2.1.31
- Pyrogram v2.1.30
- Pyrogram v2.1.29
- Pyrogram v2.1.28
- Pyrogram v2.1.27
- Pyrogram v2.1.26
- Pyrogram v2.1.25
- Pyrogram v2.1.23
- Pyrogram v2.1.22
- Pyrogram v2.1.21
- Pyrogram v2.1.20
- Pyrogram v2.1.19
- Pyrogram v2.1.18
- Previous Changes