Skip to content

Releases: guyshe/telegram_handler

release/1.4.4

10 Mar 10:45
4016bcf
Compare
Choose a tag to compare
  • Added chat_id support - fix of #10
  • Added missing buffer file
  • Added tox and tests
  • Fixed readme broken image links
  • changed from setup.py to pyproject.toml

Bugfixes: 1.4.3

06 May 07:10
19b8807
Compare
Choose a tag to compare

Fixed two major bugs:

  1. 429 error code (too many requests) re-raised 429 error code exception while handling the error
  2. Changed data stracture from queue to buffer for simplicity

Release 1.4.1

21 Jan 19:54
96decad
Compare
Choose a tag to compare

Added support for html and longer messages

Release 1.4

21 Jan 13:57
f133c18
Compare
Choose a tag to compare
  • Fixed crush on requests error
  • Change the way of action to a buffer that being flushed to telegram each half a second
  • Removed the usage of QueueHandler

release 1.3.1

25 Dec 23:32
4d395c9
Compare
Choose a tag to compare
Merge pull request #3 from guyshe/bugfix/fixed_typo

Fixed typo

First Version

13 Mar 21:49
c54188f
Compare
Choose a tag to compare
Merge pull request #2 from guyshe/dev

Dev