-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 6.2.0 #646
Merged
Merged
Release 6.2.0 #646
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…611) * implement `username`/`avatarUrl` params for `WebhookManager#execute` * update `Webhook#execute` to match with `WebhookManager`
* Spawn all shards before identifying; add identify delay even when not in the initial connection phase. * Revert example * Buffer gateway events until client is ready; avoid parsing gateway events multiple times. * Add log message when identifying to the Gateway * Prevent identify locks when Gateway is closing * Ensure Gateway.events is a broadcast stream * Check for remaining identify requests at every identify * Refactor resumability check in shard * Add more logging for shards * Correct shard starting delay calculation * Add test for multiple shards
* Handle missing command permissions error and return an empty array instead * Add application commands integration test
* Handle latency of manually sent heartbeat events * Rate limit sending Gateway events * Add debug name to shard isolates
* Allow plugins to intercept HTTP requests made by a client * Use macros for plugin docs * Allow plugins to intercept gateway events
* cleanup * improve * for review * changes that i forgor * question mark * fix #629 and `updateMfaLevel` * fix tests * ��
* impl * doc
…t guilds with `Nyxx.connectRest` (#634) * fix `Nyxx.connectOAuth2` throwing "Unauthorized" exception if `identify` scope missing and replace `listGuilds`/`listCurrentUserGuilds` return types with new `UserGuild` class * add missing `lib/src/models/oauth2.dart` file * remove `print` call (left when debugging) * fix `UserManager.listCurrentUserGuilds` tests * apply abito changes
…ion (#635) * add `deletedMessage` field to `MessageDeleteEvent` * add `deletedMessages` field to `MessageBulkDeleteEvent` as well * add `deletedX` field to thread/guild/guild member/role/integration delete events * apply abito suggestion
* Add builders for automoderation actions * Add extra constructor to auto moderation action constructors * Export new builders
* add banner to UserUpdateBuilder, and SkuFlags.available * add UserUpdateBuilder.banner test
* add user apps * few fixes, and make `appPermissions` not-null * make `oauth2InstallParameters` nullable, as discord not giving that field if install link is none * make `contexts` empty by default * Apply abito changes
* add `bulkBan` to `GuildManager` * add `.toList()` to `user_ids` * make `bannedUsers`/`failedUsers` not-null, after spec update * apply abito suggestion Co-authored-by: Abitofevrything <[email protected]> * export BulkBanResponse --------- Co-authored-by: Abitofevrything <[email protected]>
* Release 6.2.0 * Correct typo in CHANGELOG.md Co-authored-by: MCausc78 <[email protected]> * Add missing changelog entries --------- Co-authored-by: MCausc78 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.