Releases: aiogram/aiograph
Releases · aiogram/aiograph
Release 0.2
- Changed
httptohttpsprotocol for all API endpoints - Break backward compatibility with Python 3.6
- Added feature for contextual usage of token
- Added method for uploading files from URL (PR #1)
- Changed deprecated module
aiosocksytoaiohttp_socks(PR #1) - Fixed deprecation warning for aiohttp (PR #2)
- Added more tests
First release
Implemented all API methods, data types and html utils.