Skip to content

Instantly share code, notes, and snippets.

@MinnDevelopment
Created February 14, 2018 18:21
Show Gist options
  • Save MinnDevelopment/3e3964680c397711c4bc6c1b8eecafed to your computer and use it in GitHub Desktop.
Save MinnDevelopment/3e3964680c397711c4bc6c1b8eecafed to your computer and use it in GitHub Desktop.

Changelist

Additions

+ RequestFuture.allOf and RequestFuture.anyOf
+ Audio support for aarch64
+ RestAction exception context through ContextException (RestAction.setPassContext)
+ RichPresence.Party now stores size and max in longs (see getSizeAsLong/getMaxAsLong)

Changes

- Lazy evaluation of HTTP responses, better RestAction performance
- Removed caching for delete events, might be causing phantom entities
- Added JSON context for AudioWebSocket event failures

Fixes

- Message#getMentionedUsers and Message#getMentionedRoles will no longer report incorrect mentions
- Updated exception string in GuildController#unban
- Fixed size parsing for presences with rich presence parties

Deprecation

- Removed SessionReconnectQueue
- Removed ShardedRateLimiter
- Removed Guild#getBans

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment