Skip to content

Releases: diamondburned/arikawa

v0.3.1

14 Apr 01:25
Compare
Choose a tag to compare

Fixed bug related to the session being reconnected forever due to an InvalidSession.

v0.3.0

12 Apr 18:18
Compare
Choose a tag to compare

Deprecated Wait(), Reconnect() now retries forever, ReconnectOP bug fixes, some minor package Bot changes.

v0.2.0

07 Apr 15:47
Compare
Choose a tag to compare

Several breaking API changes and dependency changes. Refer to commit log for more information.

v0.1.5

04 Mar 02:54
Compare
Choose a tag to compare

Trivial API breaks, added more Gateway events, Handler bug fixes, etc.

v0.1.4

21 Feb 15:58
Compare
Choose a tag to compare
Bot: Fixed compile error

v0.1.3

12 Feb 20:15
Compare
Choose a tag to compare

Fixed a bug where gateway fails would panic. Additional minor bug fixes.

v0.1.2

11 Feb 06:04
Compare
Choose a tag to compare

More gateway bug fixes and schema bug fixes.

v0.1.1

07 Feb 16:41
Compare
Choose a tag to compare

Fixes

  • Several race conditions
  • State abstract functions

Improvements

  • Better rate limiting
  • More tests

(There's probably more)

v0.1.0

27 Jan 16:05
Compare
Choose a tag to compare

Bumped version v0.0.13.

v0.0.13

26 Jan 09:11
Compare
Choose a tag to compare

Command parser errors are now better, methods can now return replies and errors instead of only errors.