-
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
Merge back main into next #714
Merged
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
Release 6.0.0
…andOptionBuilder (#571)
* fix: ButtonBuilder constructor not including customId * Apply suggestions from code review Specify type nullability Co-authored-by: Abitofevrything <[email protected]> --------- Co-authored-by: Abitofevrything <[email protected]>
* Correctly parse voice state updates in GUILD_CREATE event * Move voice state cache to PartialGuild to avoid hash collisions
* Don't require channel_id when parsing scheduled events * Add tests
* Improve caching of entities contained in sub-fields of other entities * Reduce the number of cases where Snowflake.zero is used as a placeholder * Add more updates to the caches where possible * Prevent cache entries from getting permanently locked in the cache due to high access counts * Fix unhandled cache entity types * Fix bugs found by tests * Apply formatter * Update tests for avoiding Snowflake.zero use
* Correctly build autocompletion responses * Add tests
…#592) * Adjust log level for unresumable sessions * Add delay when catching errors on the shard runner * Fix logging plugin not directing logs to the right output at stderrLevel * Remove duplicate error logging * Add logging for payloads sent by shard * Use error close code when reconnecting
* Update component.dart * Update component.dart
* fix guild update serialization and add safety alerts channel id * fix overwrites * missed id * annoying * changed PermissionOverwrite test * i forgor * Update guild.dart * Update guild.dart
Co-authored-by: Szymon Uglis <[email protected]>
Co-authored-by: Szymon Uglis <[email protected]>
* Enable dartdoc link-to-source * Correct unresolved documentation references
* add new permissions * fmt
* Add missing application field * Export ApplicationIntegrationTypeConfiguration * Update application test
* Add recurrence rules to scheduled events * Add recurrence rules to scheduled event builders * Add helper constructors for RecurrenceRuleBuilder * Correct field name in ScheduledEventBuilder serialization * Don't require optional fields in ScheduledEventBuilder * Add helper constructors to ScheduledEventBuilder * Update scheduled event test
* Add message snapshots * Add message call field * Remove MessageInteractionMetadata.userId * Add forward message reference type * Add type field to Embed * Add ToStringHelper to RoleSubscriptionData * Add docs to messageSnapshots field * Add missing message types * Update lib/src/models/message/embed.dart Co-authored-by: Lexie <[email protected]> --------- Co-authored-by: Lexie <[email protected]>
* Add type field to Invite * Update test * Remove whitespace Codelens makes these hard to see
* Add fetch voice state endpoints * Add tests
* Move SKUs from ApplicationManager to their own manager * Add support for subscriptions
* Add update guild onboarding endpoint * Update test
* Improve cache implementation * Replace cache constructor invocations with new cache access method * Clean up other deprecated member uses
* Release 6.4.2 * Update version in user-agent
* Don't fail on missing mention_roles field on cross-guild forwarded messages in gateway events * Fix tests * Fix tests
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.