Releases: FasterSpeeding/Sake
Releases · FasterSpeeding/Sake
v1.1.2
v1.1.1
v1.1.0
v1.0.8
v1.0.7
v1.0.6
v1.0.5a1
v1.0.4a1.post1
1.0.4a1.post1 - 2022-11-10
Changed
- Switched from aioredis to redis-py for connecting to Redis to properly support Python 3.11.
v1.0.4a1
1.0.4a1 - 2022-11-10
Changed
- Bumped the minimum hikari version to 2.0.0.dev112.
- Avoid fetching the bot's user to get it's ID if a READY event has already been received.
- The Tanjun adapter get and iter methods no-longer raise
TypeError
when the inner-client is inactive.
Fixed
- Async locking when fetching the bot's ID internally and ensure it only fetches once.
- Raise
sake.errors.ClosedClient
instead ofTypeError
when the Sake client is inactive (from get and iter methods).
Removed
- The project metadata dunder attributes from
sake
.
importlib.metadata
should be used to get this metadata instead. sake.redis_iterators
is now internal/hidden.redis.ResourceClient.get_connection
is now internal/hidden.