Skip to content

Releases: bytebot-chat/gateway-discord

v0.3.3

04 Apr 04:04
35f1e74
Compare
Choose a tag to compare
Do not omit empty fields in MessageSend

v0.3.2

30 Mar 13:50
c21b352
Compare
Choose a tag to compare
update to discordgo 0.27.1

v0.3.1

30 Mar 03:53
c9b9c8c
Compare
Choose a tag to compare
Log topic name at INFO as well as DEBUG (#27)

v0.3.0

26 Mar 20:35
a992542
Compare
Choose a tag to compare
Upgrade app to run on Fly.io

v0.2.1

21 Nov 02:18
1df20b8
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐛

  • Add CI, Go Version, PRs welcome, and License badges by @bbriggs in #25

Full Changelog: v0.2.0...v0.2.1

v0.2.0

20 Nov 14:49
081c937
Compare
Choose a tag to compare

What's Changed

Welcome to threads and Discord API v9!

This release represents a huge upgrade to how the gateway works, with more exciting things in store! For this release, We wanted to focus on making message handling much more stable while also allowing apps to respond or mention users when replying. Initially we really struggled with how to do this without exposing the live, authenticated discordgo.Session to the apps. Eventually we settled on using flags in the MessageSend struct to indicate to the gateway how this should be handled, thus allowing users to leverage the discord API to marshal an actual mention or reply without ever having to expose the authenticated session. Future work will focus on slash commands, rich media, and voice channel interaction.

Exciting New Features 🎉

Bug Fixes 🐛

  • Correctly set test UUIDs in tests by @bbriggs in #20
  • Fix incorrect JSON unmarshal behavior by @bbriggs in #19

Other Changes

Full Changelog: v0.1.0...v0.2.0

v0.1.0

10 Nov 01:39
d453268
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Enable support for threads in discord by @bbriggs in #16

Full Changelog: 0.0.2...v0.1.0