Releases: FasterSpeeding/Yuyo
Releases · FasterSpeeding/Yuyo
v1.0.2a1
1.0.2a1 - 2021-10-02
Added
- Option to have the ComponentClient be event managed when linked to an event manager.
This is True by default.
Changed
- The client now gives a ephemeral timed out response when an unknown message is received.
Fixed
- ComponentClient's gc task not being started when its opened.
- Handling of access errors in the component client.
- MultiComponentExecutor slots.
v1.0.1a1
Added
- Higher level component execution client and a pagination specific implementation of its executor.
Changed
- Totally refactored reaction pagination client to make it more abstract and abstracted away from pagination where the pagination is just a standard use case specific implementation of its executor.
- Renamed module pagnation to pagination.
- Move the reaction handling logic over to "reactions.py"
- Renamed string_patinator functions to paginate_string
Fixed
- Iffy behaviour around "locking" the reaction executor which lead to some requests just being ignored.
Bump to hikari 3.0.0.dev100
Bump to hikari 3.0.0.dev100
0.0.3.a2
Bump hikari version to 2.0.0.dev99
0.0.3.a1
Fix iterator instance check + don't re-throw forbidden on reaction add
https://pypi.org/project/hikari-yuyo/0.0.3a1/
0.0.3.a0
Changes
- Add "is_depleted" property to Backoff.
- Fix retry not being reset for each reaction being added.
- Add first and last page options for paginator + max_retries and backoff for Paginator.open
- Typing fixes.