v0.15.0
This is my first release and a long time coming. The major updates for v0.15.0 are rate limits, the removal of reflection from the library and a bunch of new features!
Huge thanks to @jonas747 for the rate limiting code!
Special Thanks To
- https://github.com/jonas747
- https://github.com/VagantemNumen
- https://github.com/b1naryth1ef
- https://github.com/Harmon758
- https://github.com/nstafie
- https://github.com/robbix1206
- https://github.com/mattgerstman
- https://github.com/rytone
- https://github.com/austin1237
- https://github.com/uppfinnarn
- https://github.com/softashell
- https://github.com/greenbigfrog
for all the help and contributions to the project! Your support is what makes DiscordGo possible!
Large changes
- Remove use of reflect, this is a long standing idiom problem with the library. DiscordGo now uses
go generate
to generate event handlers. 3660125 #285 - Rate limiting! Per route and global. #273
- Support for message embeds. 717c8f2 #290
- Support for new member role endpoint. #289
- Support for reactions. #275 #283
- Support for webhooks. #274
- Support for relationships. #284
- Support for user status. #258