Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Releases: andersfylling/disgord

DisGord v0.10.5

08 Jun 12:00
Compare
Choose a tag to compare
  • Fixes #143
  • bumps the version tag

DisGord v0.9.8

13 Mar 17:15
Compare
Choose a tag to compare

Most fields of ChannelEmbed has now the omitempty json tag.

DisGord v0.9.7

13 Mar 12:52
Compare
Choose a tag to compare

Patches pointer error in REST methods: GetReaction, GetMessages, GetPinnedMessages.

Disgord v0.8.8

30 Jan 03:59
Compare
Choose a tag to compare
Disgord v0.8.8 Pre-release
Pre-release

Fixes issues in patch c0.8.7 regarding rate limiting for reactions and the reaction url.

DisGord v0.8.7

29 Jan 08:00
Compare
Choose a tag to compare
DisGord v0.8.7 Pre-release
Pre-release

Adds hard coded rate limit due to the issue described here: Inaccurate HTTP Response Headers #182

Fixes issue: Allow setting hardcoded rate limits #107

DisGord v0.8.6

28 Jan 08:20
Compare
Choose a tag to compare
DisGord v0.8.6 Pre-release
Pre-release

Seperates rate limit for reactions and messages

Disgord v0.8.5

28 Jan 06:48
Compare
Choose a tag to compare
Disgord v0.8.5 Pre-release
Pre-release

Adds .Once to Session interface

Disgord v0.8.3

11 Dec 20:13
Compare
Choose a tag to compare
Disgord v0.8.3 Pre-release
Pre-release

Patches the issue that causes DisGord to panic when losing internet connection (writing and reading from the socket connection gives a nil pointer panic).

complete REST support

02 Sep 00:50
Compare
Choose a tag to compare
complete REST support Pre-release
Pre-release
  • REST support added
  • Each function exists within the session interface
  • Each REST function in the session interface can be directly triggered using the rest package
  • fixes breaking changes with dependencies
  • code rewritten for readability
  • removed sub package discordws and moved it into a different repository (as a dependency). I believe reducing the code base is okay as the discordws package is a "private" subpackage. Also the next release v0.4.0 will have module support.

Thanks for making this release happen

  • github.com/s1kx