Skip to content
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 29 commits into from
Apr 1, 2024
Merged

Release 6.2.0 #646

merged 29 commits into from
Apr 1, 2024

Conversation

abitofevrything
Copy link
Member

No description provided.

MCausc78 and others added 29 commits December 31, 2023 15:43
…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
)

* Correct serialization of request body in MessageManager.bulkDelete

* Add auditLogReason parameter to MessageManager.bulkDelete

* Delete two messages in MessageManager.bulkDelete test
* cleanup

* improve

* for review

* changes that i forgor

* question mark

* fix #629 and `updateMfaLevel`

* fix tests

* ��
…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]>
@abitofevrything abitofevrything added the bug Something isn't working label Mar 31, 2024
@abitofevrything abitofevrything added the enhancement New feature or request label Mar 31, 2024
@abitofevrything abitofevrything added this to the 6.2.0 milestone Mar 31, 2024
@abitofevrything abitofevrything self-assigned this Mar 31, 2024
@abitofevrything abitofevrything merged commit 96e7c0b into main Apr 1, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants