Skip to content

Releases: diamondburned/arikawa

v1.3.9

29 Oct 02:04
Compare
Choose a tag to compare

Fixed data races involving getters in wsutil's Conn implementation.

v1.3.8

28 Oct 17:23
Compare
Choose a tag to compare

Refactored wsutil to be more thread safe.

v1.3.7

22 Oct 17:59
Compare
Choose a tag to compare

Fixed various race conditions in the voice gateway and the main gateway.

v1.3.6

19 Oct 14:58
397d288
Compare
Choose a tag to compare

Fixed Messages, MessagesBefore and MessagesAfter (again!).

v1.3.5

19 Oct 05:15
Compare
Choose a tag to compare

Fixed api.MessagesBefore and api.MessagesAfter fetching incorrectly beyond 100s of messages.

v1.3.4

18 Oct 20:45
Compare
Choose a tag to compare

Minor State fixes.

v1.3.3

16 Oct 09:18
Compare
Choose a tag to compare

Fixed empty Query on RequestGuildMembersData broken in package gateway.

v1.3.2

30 Aug 05:10
Compare
Choose a tag to compare

Fixed Bot out of bound error while parsing commands with trailing backticks.

v1.3.1

24 Aug 23:33
Compare
Choose a tag to compare

Fix invalid role mention generation.

v1.3.0

20 Aug 21:54
Compare
Choose a tag to compare

Improved overall internal code for wsutil, which includes removing a redundant global variable that was unused in the first place.