Skip to content

Correct shard and bot closing

Pre-release
Pre-release
Compare
Choose a tag to compare
@davfsa davfsa released this 30 Oct 10:29
· 1363 commits to master since this release
0a41cb6

Breaking changes

  • Removed PUBLIC and PUBLIC_DISABLED flags from guild features and they have been replaced by COMMUNITY and DISCOVERABLE

Features

  • New JSON Codes
  • Bot and webhook integrations objects + endpoints
    • New IntegrationType and IntegrationApplication
  • AuditLog methods

Bugfixes

  • Errors by shards being suppressed and always being treated as being able to reconnect
    • This will now kill the application when trying to connect with invalid intents, for example
  • Enum iter not returning correct values
  • Allow include_presences to be False when GUILD_PRESENCES isn't declared for rest.request_guild_members

Packages bumped

  • multidict (4.7.6 -> 5.0.0)
  • aiohttp (3.6.2 -> 3.7.2)
  • cchardet (2.1.6 -> 2.1.7) [speedups]

Misc

  • Lots of new test
  • Removed some unreachable code