Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Releases: andersfylling/disgord

v0.26.6

17 Feb 01:21
8a1aa88
Compare
Choose a tag to compare

Patches:

  • potential nil in guild create (cache)
  • cache users from members chunk event

v0.26.5

17 Feb 00:06
c6a91e4
Compare
Choose a tag to compare

Patches:

  • cache channels on guild create #381
  • double lock in Cache.GetMembers
  • Bunch of race conditions in the LFU cache, due to read lock missunderstanding

v0.26.4

09 Feb 11:09
923c8ab
Compare
Choose a tag to compare

Patch:

v0.26.3

06 Feb 01:31
00c8545
Compare
Choose a tag to compare

Patch:

v0.26.2

03 Feb 21:46
58ce527
Compare
Choose a tag to compare

Patches:

Patches some outdated types for ChannelType

25 Jan 11:32
Compare
Choose a tag to compare
v0.26.1

another channel type fix

improved snowflake parsing

24 Jan 00:28
73c26e8
Compare
Choose a tag to compare

@JakeMakesStuff has been helping out with how snowflakes are parsed and formatted. Which should remove any nil panics and concerns about sending improper json to Discord.

v0.25.4

23 Jan 12:52
6bec03f
Compare
Choose a tag to compare

patches:

v0.25.3

22 Jan 16:20
379fa30
Compare
Choose a tag to compare

Patches:

  • presence in config #373
  • HasPermission in message filter #372

forgot to deprecate the update method for Message

17 Jan 13:54
Compare
Choose a tag to compare
v0.25.2

patch integration test