Releases: szastupov/aiotg
Releases · szastupov/aiotg
2.0.0
New
- Added support for 'chosen_inline_result' 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
1.0.0
- Add proxy support (#67)
- Basic payments API (#68)
- Replace botan.io with chatbase.com (#70)
- Format everything with black
- Bump aiohttp deps
- Fix #71
- Dropped python 3.5 support
0.9.9
- Add chat.send_media_group #64
- Use certifi package if it's available #65
- Add proxy option #66
0.9.8
- Fixed aiohttp related warnings
0.9.7
- Added Chat.delete_messag()
0.9.6
Minor fixes and improvements
0.9.5
- Allow using custom json serialisers (#51)
- Fixed typos in examples (#52)
- Add supergroups to Chat.is_group() (#53)
- Add default_in_groups option to enable default handler in groups (#54)
- Fix flake8 warnings
- Throw BotApiError(RuntimeError) instead of pure RuntimeError (#55)
0.9.4
Fix send_voice serialization error
0.9.2
- Copy src to CallbackQuery
0.9.1
- Added support for edited_message, channel_post and edited_channel_post updates. They all use existing messages API, i.e. default/command/handle/etc...
- Added regexp-based inlines and callbacks (#42)