Closed jchristgit closed 1 year ago
Is there a changelog available for the gateway versions somewhere?
The Discord Gateway has a versioning system separate from the HTTP APIs. The documentation herein is only for the latest version in the following table, unless otherwise specified.
It should all be right here https://discord.com/developers/docs/change-log
Ah, you're right, I thought it's a separate doc. Thanks for linking!
We need to update this very soon. Fun fun fun.
https://github.com/discord/discord-api-docs/discussions/4510
After April 30, 2022:
- API v10 will become the Default version
- API v9 will be moved to the Deprecated state
- API v6 and v7 will be Decommissioned
Ah, we are using V8 in the Gateway in nostrum 0.5. We are winners.
We are using version 10 by now, see base_route
in Nostrum.Constants
.
We are currently running gateway version 6.
Per the docs, this is deprecated.
We should port this to a stable version.