Skip to content

Releases: FasterSpeeding/Yuyo

v1.0.2a1

02 Oct 05:24
5dbe2bd
Compare
Choose a tag to compare

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

21 Sep 10:29
36d25af
Compare
Choose a tag to compare
v1.0.1a1 Pre-release
Pre-release

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

07 May 03:33
Compare
Choose a tag to compare
Pre-release

Bump to hikari 3.0.0.dev100

0.0.3.a2

17 Jan 20:31
2da2950
Compare
Choose a tag to compare
0.0.3.a2 Pre-release
Pre-release

Bump hikari version to 2.0.0.dev99

0.0.3.a1

10 Dec 02:14
Compare
Choose a tag to compare
0.0.3.a1 Pre-release
Pre-release

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

22 Nov 09:37
59d56b3
Compare
Choose a tag to compare
0.0.3.a0 Pre-release
Pre-release

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.

First publish

16 Nov 05:47
Compare
Choose a tag to compare