Skip to content

4.0.1

Compare
Choose a tag to compare
@i0bs i0bs released this 19 Dec 02:36
· 1474 commits to stable since this release

What's Changed

  • Options are now correctly processed under a subcommand or grouping.
  • 4.0.0 and other libraries now run on the same space with event loop gathering.
  • Select menu option JSON is now fixed when converted from the object scope.
  • Log is no longer spammed with warnings about a dispatched VOICE.
  • Components are able to be deferred correctly.
  • Button label documentation is corrected.
  • 💥BREAKING: Global commands are now able to synchronize and be registered.
  • the WebSocket for gateway will now factor in jitter from latency and trigger a reconnection when the connection dies.
  • Embed JSON data for each attribute are now respectively written during conversion.
  • InteractionData will now recursively generates options when present for context.
  • ctx.send and ctx.edit now share the same arguments and signature.
  • member and hoisted_role are no longer missing from MessageInteraction and GuildMember respectively.
  • Embed type attribute is now more descriptive to its purpose.
  • Python 3.10 is now compatible.
  • @component decorator now supports custom_id as a string-based argument.

New Contributors

Full Changelog: 4.0.0...4.0.1