This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
Update dependency dev.kord:kord-core to v0.14.0 #19
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:
0.8.0-M3
->0.14.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kordlib/kord (dev.kord:kord-core)
v0.14.0
Compare Source
Additions
SerialFormat
s inLongOrStringSerializer
(#937)Changes
DeprecationLevel
s after 0.13.0 (#908)Event.DeserializationStrategy
(#923)VoiceEvent.DeserializationStrategy
(#925)Fixes
DiscordVoiceState.member
uses incorrect serial name (by @viztea in #914)EmbedBuilder
(by @matytyma in #917)Dependencies
Updated in #920, #929 and #943
House-keeping
sourceLink
URL
with non-deprecatedURI
constructor (by @SebastianAigner in #938)v0.13.1
Compare Source
This release fixes an exception when trying to deserialize
Permissions
contained inGuildAuditLogEntryCreateEvent
s.Kord expected to receive JSON strings while
Discord is sending JSON numbers.
See #911 and #912.
v0.13.0
Compare Source
This release fixes a bug where the Spanish Latin America
Locale
(es-419) couldn't be deserialized correctly, so userswith that
Locale
couldn't interact with Kord bots via interactions.Additions
WebhookMessageCreateBuilder.appliedTags
(by @lukellmann in #899)Changes
DeprecationLevel
s after 0.12.0 (by @lukellmann in #896)User.discriminator
andUser.tag
(by @lukellmann in #901)ArchiveDuration
with generated kord enums (by @lukellmann in #902)DiscordBitSetSerializer
andLocale.Serializer
(by @lukellmann in #903)Fixes
Dependencies
Updated in #900
v0.12.0
Compare Source
Additions
MemberData
andMember
(by @Tmpod in #884)SelectDefaultValue
s (by @lukellmann in #881)Permission.CreateGuildExpressions
andPermission.CreateEvents
(by @lukellmann in #892)StageInstanceCreateRequest.guildScheduledEventId
(by @lukellmann in #893)Changes
DeprecationLevel
s (by @lukellmann in #879)MessageBuilder
supertype (by @lukellmann in #891)Fixes
DiscordAuditLogEntry.userId
nullability (by @lukellmann in #885)Dependencies
Updated in #883, #888 and #894
v0.11.1
Compare Source
0.11.1
Republication of 0.11.0 with no changes.
The published artifacts for
dev.kord:kord-ksp-annotations-js:0.11.0
were missingkord-ksp-annotations-js-0.11.0.klib
which would cause an error like the following for Kotlin/JS projects trying to use Kord 0.11.0:v0.11.0
Compare Source
Additions
avatar_decoration
to user (by @NoComment1105 in #852)GuildMemberFlags
(by @lukellmann in #865)RoleFlags
(by @lukellmann in #866)AttachmentFlags
(by @lukellmann in #867)MediaChannel
s (by @lukellmann in #853)GuildOnboarding
(by @lukellmann in #819)ReactionAddEvent.messageAuthorId
(by @lukellmann in #873)AuditLogEvent
s (by @lukellmann in #874)with_counts
param forGET
/users/@​me/guilds
(by @lukellmann in #875)TeamMemberRole
(by @lukellmann in #876)AuditLogEntryOptionalInfo.integrationType
(by @lukellmann in #877)Changes
DeprecationLevel
s (by @lukellmann in #844)Choice
(by @lukellmann in #868)Fixes
BigInteger
inDiscordBitSet.value
(by @lukellmann in #864)DiscordApplication
(by @lukellmann in #871)Dependencies
Updated in #842, #859 and #872
House-keeping
RedundantVisibilityModifier
suppression (by @lukellmann in #858)Reset
withAtomicRef
(by @DRSchlaubi and @lukellmann in #863)v0.10.0
Compare Source
Additions
Permission.UseExternalSounds
(by @lukellmann in #833)Changes
DeprecationLevel
s (by @lukellmann in #821)parentId
andlockPermissionsToParent
to Optionals (by @Tmpod in #828)Fixes
null
author url (by @lukellmann in #839)Dependencies
Updated in #826
House-keeping
v0.9.0
Compare Source
Additions
Changes
DeprecationLevel
s (by @Lukellmann in #794)Icon
withAsset
(by @oluiss and @Lukellmann in #703)Fixes
EntitySupplyStrategy
toString
s being incorrect (by @GreemDev in #811)InstantInEpochMillisecondsSerializerTest
on JS (by @Lukellmann in #818)Dependencies
Updated in #783
House-keeping
@KordDsl
(by @DRSchlaubi in #800)GenerateKordEnum
andAnnotationArguments
(by @Lukellmann in #817)v0.8.3
Compare Source
Additions
ApplicationFlag.ApplicationAutoModerationRuleCreateBadge
(by @NoComment1105 in #802)Guild.maxStageVideoChannelUsers
(by @NoComment1105 in #804)v0.8.2
Compare Source
Additions
House-keeping
v0.8.1
Compare Source
Fixes
ClassCastException
caused byTextChannelThread.getParent()
(by @Lukellmann in #796)v0.8.0
Compare Source
Additions
UserFlag.ActiveDeveloper
(by @oluiss in #720)GuildFeature
s and allow editing them (by @Lukellmann in #722)Locale.INDONESIAN
(by @Lukellmann in #738)KeywordAutoModerationRule.allowedKeywords
(by @Lukellmann in #731)MessageType
s (by @NoComment1105 in #744)after
to audit log get (by @NoComment1105 in #745)BlockMessageAutoModerationAction.customMessage
(by @Lukellmann in #774)getAuthorAsMember
(by @NoComment1105 in #784)Changes
DeprecationLevel
s (by @Lukellmann in #716)GuildFeature.PrivateThreads
(by @Lukellmann in #724)KordConfiguration
andKordConstants
(by @Lukellmann in #753)StageChannel
implementTopGuildMessageChannel
(by @DRSchlaubi in #756)getGuild()
functions that callgetGuildOrNull()
under the hood (by @NoComment1105 in #728)Fixes
EncryptionMode
instead of using an enum (by @lost-illusi0n in #737)MessageChannelBehavior.typeUntil
(by @Lukellmann in #768)Snowflake
's ordering consistent withequals
(by @Lukellmann in #773)DiscordBitSet
(by @Lukellmann in #772)Dependencies
Updated in #732, #739, #755, #782 and #788
House-keeping
libs.versions.toml
and clean gradle files (by @Lukellmann in #719)v0.8.0-M17
Compare Source
Additions
ApplicationFlag.ApplicationCommandBadge
(#677)GuildMessageChannelBehavior.bulkDelete
(#692)application_commands
to audit log (#681)UserPremium.NitroBasic
(#704)Kord.getGuildOrNull
(#714)Changes
InputStream
toChannelProvider
(#682)GuildFeature.Commerce
(#678)MessageChannelBehavior.withTyping
(#687)Ready
event for resuming (#666)DeprecationLevel
s (#688)Fixes
buildJsonObject
failing to be deserialized (#683)with_count
parameter typo (#690)LinearRetry
behave linearly for all inputs (#702)Dependencies
v0.8.0-M16
Compare Source
Breaking / Performance
CoroutineScope
which caused a memory leak (#665 for migration steps)Additions
Fixes
Improvements / Updates
v0.8.0-M15
Compare Source
Additions
Guild#cachedThreads
to fetch cachedThreads (#634)Changes
Fixes
3dbb29f
)Documentation
71b185e
)Dependencies
v0.8.0-M14
Compare Source
Changes
Additions
Dependencies
v0.8.0-M13
Compare Source
Changes
Additions
Fixes
Dependencies
v0.8.0-M12
Compare Source
Changes
Additions
v0.8.0-M11
Compare Source
Changes
Kord.restOnly
Additions
Fixes
v0.8.0-M10
Compare Source
Additions
Fixes
Changes
Dependencies
v0.8.0-M9
Compare Source
Fixes
Changes
Additions
Dependencies
v0.8.0-M8
Compare Source
Changes
Fixes
Additions
v0.8.0-M7
Compare Source
Additions
rtcRegion
to builders. (#413)InteractionResponseBehavior#followUpEphemeral
Fixes
IntChoice
not taking aLong
. (#414)InteractionBehavior#respondEphemeral
missing ephemeral flags. (#414)Message(Behavior)
instead ofUserBehavior
(#414)v0.8.0-M6
Compare Source
Breaking
XBehavior#asX
now returns itself if the concrete type is already a complete entity. UseXBehavior#fetchX
to always retrieve the most up-to-date version of an entity (#396)dev.kord.gateway.builder
(#409)Changes
Additions
WebhookMessageCreateBuilder
(#376)Fixes
v0.8.0-M5
Compare Source
Breaking
Changes
UsePrivate/PublicThreads
toCreatePrivate/PublicThreads
. (#366)Additions
ResolvedObjects#messages
to resolve messages. (#366)ChannelBehavior#of/OrNull
to safely get a typed channel. (#366)Fixes
CommandArguement
. (#362)v0.8.0-M4
Compare Source
Fixes
5dd3f38
)NUMBER
option. (#360)MemberData
,InteractionData
and others. (#361)Changes
Region
no longer has avip
property (5dd3f38
)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.