Recent Releases of aiotg
aiotg - 2.0.0
New
- Added support for 'choseninlineresult' update type #84
- Added a way to specify cleanup action #85
- Added security_token check for the WebHook handler #85
- pyproject.toml and hatch based build system
- GH actions replace Travis CI
Breaking
- Removed custom proxy support, use aiohttp connector instead
- Removed support for chatbase
- Python
Published by szastupov almost 3 years ago
aiotg - 0.9.5
- Allow using custom json serialisers (#51)
- Fixed typos in examples (#52)
- Add supergroups to Chat.is_group() (#53)
- Add defaultingroups option to enable default handler in groups (#54)
- Fix flake8 warnings
- Throw BotApiError(RuntimeError) instead of pure RuntimeError (#55)
- Python
Published by szastupov over 8 years ago
aiotg - 0.7.15 Release, now with webhooks!
Thanks to @shadrus we have WebHooks support!
- Python
Published by szastupov about 9 years ago
aiotg - 0.7.14 Release
Added options to CallbackQuery
- Python
Published by szastupov about 9 years ago
aiotg - 0.7.13 Release
Mostly minor fixes, added automatic deployment to pypi from travis.
- Python
Published by szastupov about 9 years ago
aiotg - 0.7.11 Release
It's been a while since I wrote proper release notes but I'll try to do it on a more regular basis.
Heres is a list of methods: - chat.sendvenue() - bot.getme() - chat.sendcontact() - chat.getchat() - chat.getchatadministrators() - chat.getchatmemberscount() - chat.getchatmember() - bot.getuserprofilephotos() - chat.editmessagereply_markup()
- Python
Published by szastupov over 9 years ago
aiotg - 0.7.0 Release
- Basic support for inline queries
- Drop support for Python 3.4 (async/await ftw!)
- Improved code readability
- Tg prefix removed from classes, but compatibility is preserved
- Python
Published by szastupov about 10 years ago
aiotg - 0.6.4 Release
- SendChatAction & Markdown
- Bump aiohttp requirement
- getfile and downloadfile
- Use canse-insensitive matching instead of lowering text
- Python
Published by szastupov about 10 years ago
aiotg - 0.6.0 Release
Updated documentation and examples TgChat made useful without message Fixed problems with multipart forms New tests
- Python
Published by szastupov about 10 years ago
aiotg - 0.5.2 Release
Bugfixes and updated documentation
- Python
Published by szastupov about 10 years ago
aiotg - 0.5.0 Release
- (breaking) Change the way media handlers are defined, see documentation for bot.handle
- (breaking) TgMessage removed if favour of TgChat, but compatibility is preserved for command handlers
- Added support for botan.io, just pass botan_token to TgBot constructor
- Added retry logic to handle Telegram throttling and outages (this is actually a killer feature of this release!)
- Added basic tests and TravisCI integration
In order to get to 1.0 release we need to write more test and improve documentations, so any contributions are welcome!
- Python
Published by szastupov over 10 years ago