Skip to content

Releases: kordlib/kord

0.6.10

08 Nov 08:38
Compare
Choose a tag to compare

0.6.10

Fixes

  • Fixed Guild#getVanityUrl throwing an exception when a guild did not support vanity invites. #104
  • Fixed Embed#fields always returning empty. #105

0.6.9

28 Oct 08:53
Compare
Choose a tag to compare

0.6.9

Fixes

  • Fixed Rolebehavior#mention for everyone roles. #96
  • Fixed NPE being thrown when trying to query data types that were not cached.
  • Fixed message content not being sent when uploading a file. #99

0.6.8

12 Oct 08:20
Compare
Choose a tag to compare

0.6.8

Fixes

  • Fixed rest action reasons not encoding properly. #86

0.6.7

11 Oct 18:34
Compare
Choose a tag to compare

0.6.7

  • Fixed removed channels not being removed from cache. #84

0.6.6

07 Oct 07:46
Compare
Choose a tag to compare

0.6.6

Fixes

  • Fixed an issue where Members would not consider Users with the same ID equal.
  • Removed a dependency on Java 10 introduced in 0.6.5. #78
  • Fixed the event flow dropping events under too much pressure. #81
  • Fixed the KordCacheBuilder ignoring configuration #82

0.6.5

26 Sep 13:42
Compare
Choose a tag to compare

0.6.5

Fixes

  • Fixed an issue where LiveMessage would not filter its event flow. #70
  • Fixed an issue where emojis from events would be decoded incorrectly.

0.6.4

21 Sep 19:03
c3e4720
Compare
Choose a tag to compare

0.6.4

Additions

  • Added a MemberBehavior#addRole and MemberBehavior#removeRole variant which accepts an audit log message.

0.6.3

07 Sep 09:51
Compare
Choose a tag to compare

0.6.3

Fixes

  • Fixed GuildMessageChannelBehavior#bulkdelete incorrectly deleting messages older than 14 days

0.6.2

04 Sep 19:27
Compare
Choose a tag to compare

0.6.2

Additions

  • Added a new Field builder function. #57
  • Added Kord#getChannelOf to request a type of channel.

Changes

  • name and value default to empty space.
  • PRESENCES_REPLACE event will be ignored. #42

0.6.1

22 Aug 08:32
Compare
Choose a tag to compare

0.6.1

Additions

  • Added Team and other properties to ApplicationInfo.

Changes

  • ReactionEmoji.Unicode now correctly compares on name for equality.

Performance

  • CacheEntitySupplier#getGuildMembers will no longer query MemberData on each user.
  • Reduced the number of mappings inside suppliers.

Fixes

  • Fixed type mismatch when comparing guildId in CacheEntitySupplier#getGuildMembers