Skip to content

Releases: diamondburned/arikawa

v1.2.2

20 Aug 04:55
Compare
Choose a tag to compare

ParseSnowflake now uses ParseUint appropriately. GuildFolderID, however, is now a signed int because Discord would sometimes give negative IDs.

v1.2.1

20 Aug 04:40
Compare
Choose a tag to compare

Made PacemakerLoop valid as zero-value for easier Gateway debugging.

v1.2.0

18 Aug 17:29
Compare
Choose a tag to compare

Ready events now automatically reset the state cache to prevent staleness.

v1.1.7

18 Aug 00:11
a7e9439
Compare
Choose a tag to compare

Implement changes to permission, allow and deny fields in the API.

v1.1.6

15 Aug 01:15
Compare
Choose a tag to compare

Added a custom GuildFolderID type for GuildFolder in Gateway.

v1.1.5

15 Aug 00:57
Compare
Choose a tag to compare

Fixed GuildFolder.ID unmarshaling in Gateway. This only affects user accounts.

v1.1.4

11 Aug 21:17
Compare
Choose a tag to compare

Allow dangling quotes if a command has a custom parser as one of its arguments.

v1.1.3

04 Aug 21:10
Compare
Choose a tag to compare

Fixed unlock of unlocked mutex bug in API/httputil.

v1.1.2

04 Aug 00:52
Compare
Choose a tag to compare

Added Watching activity in Discord.

v1.1.1

30 Jul 19:49
Compare
Choose a tag to compare

Better synchronization on Gateway's close methods.