Kraigie / nostrum

Elixir Discord Library
https://kraigie.github.io/nostrum/
MIT License
613 stars 129 forks source link

Update gateway version to stable #319

Closed jchristgit closed 1 year ago

jchristgit commented 3 years ago

We are currently running gateway version 6.

Per the docs, this is deprecated.

We should port this to a stable version.

jchristgit commented 3 years 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.

Th3-M4jor commented 3 years ago

It should all be right here https://discord.com/developers/docs/change-log

jchristgit commented 3 years ago

Ah, you're right, I thought it's a separate doc. Thanks for linking!

jchristgit commented 2 years ago

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
jchristgit commented 2 years ago

Ah, we are using V8 in the Gateway in nostrum 0.5. We are winners.

jchristgit commented 1 year ago

We are using version 10 by now, see base_route in Nostrum.Constants.