Releases: tylertian123/pyryver
Releases · tylertian123/pyryver
v0.3.0
This release features Tasks support and a clean-up of the API. There are several minor incompatibilities but the overall structure and usage is unchanged.
v0.2.0
pyryver
is now async and supports live sessions! You can now use it to respond to messages in real-time and more. Note that this version is incompatible with previous versions. Check out the docs at Read the Docs.
v0.1.2
The first release! You can also install it directly from PyPI with python3 -m pip install pyryver==0.1.2
.
This is the last release without asyncio
. In all later releases from v0.2.0 and after, pyryver
will use aiohttp
instead of requests
, which unfortunately makes it incompatible with previous releases.