2.0.0.dev70: Merge pull request #54 from nekokatt/bugfix/credentials-again
Pre-release
Pre-release
Changes in bold are considered to be breaking for this release.
- Increased page size for fetching members from 100 to 1000, speeding up that endpoint and reducing ratelimit occurrances (@FasterSpeeding)
- Cache optimisations (@FasterSpeeding)
- Deployment fixes (@nekokatt)
- Awaiting lazy iterator for awaiting coroutines as the result of
.map
on a lazy iterator object. This can speed up bulk API calls tenfold (@nekokatt) - Documentation consistency fixes (@davfsa)
- Changed VERIFIED_BOT_DEVELOPER user flag to EARLY_VERIFIED_DEVELOPER (@nekokatt)
- models are now in base package (@nekokatt)
- CLICOLOR and CLICOLOR_FORCE support (@nekokatt)
- Bumped dev dependencies (Dependabot)
- Adjusted error logging of event exceptions if event handlers are registered (@nekokatt)
BotApp.is_stateless
(@nekokatt)