chore(deps): Update dependency com.discord4j:discord4j-core to v3.3.2#87
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): Update dependency com.discord4j:discord4j-core to v3.3.2#87renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
b4e757a to
67c4b11
Compare
67c4b11 to
7ce276e
Compare
7ce276e to
62cf27a
Compare
5317f58 to
6a6c228
Compare
6a6c228 to
6e0eb05
Compare
6e0eb05 to
b43b358
Compare
b43b358 to
136dd0b
Compare
This file contains hidden or 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
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.
This PR contains the following updates:
3.2.6→3.3.2Release Notes
Discord4J/Discord4J (com.discord4j:discord4j-core)
v3.3.2Compare Source
Discord4J v3.3.2
Discord4J v3.3.2 is now available on Maven Central with bugfixes, new features and improvements.
Commits: Discord4J/Discord4J@3.3.1...3.3.2
b60f40c)MessageCreateFields.Filehas a new field called "description" related to how fiels can have this value added, this make anyaddFile(String name, InputStream stream)method now becomeaddFile(String name, String description, InputStream stream)where this new field is required unless you useMessageCreateFields.File#ofstatic method⭐️ New features
📔 Documentation
23d3b85)b57ca9e)🔨 Dependency upgrades
e88aa79)b0aa7d7)💜 Contributors
Thanks to all contributors and collaborators involved in this release.
@Azn9 @baskwo @Doc94
v3.3.1Compare Source
Discord4J v3.3.1
Discord4J v3.3.1 is now available on Maven Central with bugfixes, new features and improvements.
Commits: Discord4J/Discord4J@3.3.0...3.3.1
⭐️ New features
94d7b8b)🐞 Bug fixes
07c989d)78c46db)🔨 Dependency upgrades
💜 Contributors
Thanks to all contributors and collaborators involved in this release.
@Alex1304 @Doc94 @LeonTG
v3.3.0Compare Source
A new major release of Discord4J is now available for general usage, built from months of feedback, ideas and contributions from small and large bot owners alike. We'd like to thank all collaborators, contributors, GitHub sponsors and users working with us towards this release.
Major releases allow us to reshape some architectural concepts required to either match Discord evolution as a platform, or new features we want to implement, so they come with migration steps that are detailed in our docs page for Migration Notes and API changes.
What's new in v3.3
Discord features
Changelog
3.3.0
6298baaAdd more Guild.GuildFeatured9f8732Deprecate Guild#delete not allowed to bots50445c6Add PartialMember.Flag.AUTOMOD_QUARANTINED_GUILD_TAG19e0095Add ActionType#AUTO_MODERATION_QUARANTINE_USER244c4cfSupport for invite flagsc8fd951Fix Incorrect Guild Member Avatar formatv3.3.0-RC3
v3.3.0-RC2
ReactionEmojiwas removed, please refer to the RC release to see the replacementv3.3.0-M2
v3.3.0-M1
💜 Contributors
Many thanks to
@Alex1304 @Azn9 @Doc94 @dominoxp @EasternGamer @gmisiurny @Gregory-Widmer @HappyHacker123 @jasonmokk @kashike @mennafabio @quanticc @rfresh2 @skykatik @sss-ryun and everyone in the Discord Server for all the help in this release.
v3.2.10Compare Source
Discord4J v3.2.10
Discord4J v3.2.10 is now available on Maven Central with bugfixes, new features and improvements. This is a recommended upgrade to all v3.2 users.
Commits: Discord4J/Discord4J@3.2.9...3.2.10
🐞 Bug fixes
02fc704)8efa7fd)💜 Contributors
Thanks to all contributors and collaborators involved in this release.
@Alex1304 @Doc94
v3.2.9Compare Source
Discord4J v3.2.9
Discord4J v3.2.9 is now available on Maven Central with bugfixes, new features and improvements. This is a recommended upgrade to all v3.2 users.
Commits: Discord4J/Discord4J@3.2.8...3.2.9
⭐️ New features
🐞 Bug fixes
TextInput#labeldeprecated by discord (#1316)💜 Contributors
Thanks to all contributors and collaborators involved in this release.
@Azn9 @Doc94
v3.2.8Compare Source
Discord4J v3.2.8
Discord4J v3.2.8 is now available on Maven Central with bugfixes, new features and improvements. This is a recommended upgrade to all v3.2 users.
Commits: Discord4J/Discord4J@3.2.7...3.2.8
MESSAGE_CONTENTintentUnsupportedOperationExceptionplease make sure you have theMESSAGE_CONTENTintentApplicationInfo#getOwnerIdnow returns an OptionalResolvedChannel#getNameandResolvedChannel#getEffectivePermissionsare now OptionalRestGuild#modifyChannelPositionsnow return Void and not RoleDataGuildService#modifyGuildChannelPositionsnow return Void and not RoleData⭐️ New features
Reactionnow include methods to identify burst reactionsReactionCountDetailsfor the count details in reactionsgetUsermethod to Interaction events (#1217)Message.Typefor INCIDENT/PURCHASE (#1224)isDeletablemethod toMessage.Typefor allow users know if that type can be deletedisEditabletoPartialMember.Flagfor allow user know if that flag can be added/removed (#1276)ChatInputInteractionEventto get option values (#1226)Permission#USE_EXTERNAL_APPS(#1233)Permission#CREATE_GUILD_EXPRESSIONSandPermission#CREATE_EVENTS(#1177)🐞 Bug fixes
com.discord4j:stores-api(#1201)WrappedGuildData#unwrapin store (#1271)Entitlement#getEndsAt(b16d69a)Guild#getFeaturesin favor ofGuild#getGuildFeatures(#1207)Routes#NITRO_STICKER_PACKS_GETin favor ofRoutes#STICKER_PACKS_GET(#1219)ApplicationInfo#requireCodeGrantin favor ofApplicationInfo#botRequiresCodeGrant(#1236)ApplicationInfo#isPublicin favor ofApplicationInfo#isBotPublic(#1236)IntegrationApplication#getSummaryin favor ofIntegrationApplication#getDescription(#1277)🔨 Dependency upgrades
💜 Contributors
Thanks to all contributors and collaborators involved in this release.
@Alex1304 @Azn9 @Doc94 @dominoxp @EasternGamer @gmisiurny @Gregory-Widmer @HappyHacker123 @jasonmokk @mennafabio @rfresh2 @sss-ryun
v3.2.7Compare Source
Discord4J v3.2.7
Commits: Discord4J/Discord4J@3.2.6...3.2.7
⭐️ New features
f58ddce)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.