Skip to content

v1.19.0

Compare
Choose a tag to compare
@FasterSpeeding FasterSpeeding released this 30 Aug 14:07
· 82 commits to master since this release
7d984cc

1.19.0 - 2023-08-30

Added

  • ComponentClient.get_executor method for getting the executor registered globally for a specific custom ID.

Changed

  • The ephemeral default is now ignored for message update create initial response and defer calls. (This likely won't effect real world behaviour).

Fixed

  • Explicitly passing ephemeral=False to create_initial_response or create_followup will now correctly override the client-level ephemeral default.
  • The component paginator will no-longer error out with a "Initial response has already been created" error when the jump to last page button tries to push the internal generator forwards only to find out it's depleted.