This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
Releases: andersfylling/disgord
Releases · andersfylling/disgord
DisGord v0.10.5
- Fixes #143
- bumps the version tag
DisGord v0.9.8
Most fields of ChannelEmbed has now the omitempty json tag.
DisGord v0.9.7
Patches pointer error in REST methods: GetReaction, GetMessages, GetPinnedMessages.
Disgord v0.8.8
Fixes issues in patch c0.8.7 regarding rate limiting for reactions and the reaction url.
DisGord v0.8.7
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
Seperates rate limit for reactions and messages
Disgord v0.8.5
Adds .Once to Session interface
Disgord v0.8.3
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
- 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