Skip to content

Releases: aiogram/aiograph

Release 0.2

09 Mar 22:45
Compare
Choose a tag to compare
  • Changed http to https protocol 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 aiosocksy to aiohttp_socks (PR #1)
  • Fixed deprecation warning for aiohttp (PR #2)
  • Added more tests

First release

11 May 15:57
Compare
Choose a tag to compare

Implemented all API methods, data types and html utils.