Releases: diamondburned/arikawa
Releases · diamondburned/arikawa
v1.3.9
Fixed data races involving getters in wsutil's Conn implementation.
v1.3.8
Refactored wsutil to be more thread safe.
v1.3.7
Fixed various race conditions in the voice gateway and the main gateway.
v1.3.6
Fixed Messages, MessagesBefore and MessagesAfter (again!).
v1.3.5
Fixed api.MessagesBefore and api.MessagesAfter fetching incorrectly beyond 100s of messages.
v1.3.4
Minor State fixes.
v1.3.3
Fixed empty Query on RequestGuildMembersData broken in package gateway.
v1.3.2
Fixed Bot out of bound error while parsing commands with trailing backticks.
v1.3.1
Fix invalid role mention generation.
v1.3.0
Improved overall internal code for wsutil, which includes removing a redundant global variable that was unused in the first place.