Skip to content

Releases: tylertian123/pyryver

v0.3.0

03 Jul 02:57
Compare
Choose a tag to compare

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

11 May 07:18
Compare
Choose a tag to compare

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

08 May 18:40
Compare
Choose a tag to compare

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.