Releases: bytebot-chat/gateway-discord
v0.3.3
v0.3.2
update to discordgo 0.27.1
v0.3.1
Log topic name at INFO as well as DEBUG (#27)
v0.3.0
Upgrade app to run on Fly.io
v0.2.1
v0.2.0
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 🎉
- More logging enhancements by @bbriggs in #17
- Mention and reply to users by @bbriggs in #23
- Add README by @bbriggs in #24
- Replying to threads is now fully supported by @bbriggs in #23
Bug Fixes 🐛
- Correctly set test UUIDs in tests by @bbriggs in #20
- Fix incorrect JSON unmarshal behavior by @bbriggs in #19
Other Changes
- Create tests for model package by @bbriggs in #18
- New example in python by @bbriggs in #23
- Overhaul JSON handling by @bbriggs in #21
Full Changelog: v0.1.0...v0.2.0