Kord-Extensions / kord-extensions

Kord extensions framework, providing commands and distinct units of functionality
https://kordex.dev
European Union Public License 1.2
112 stars 27 forks source link

Bump dev.kord:kord-core-voice from 0.15.0-SNAPSHOT to 0.15.0 #339

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 4 weeks ago

Bumps dev.kord:kord-core-voice from 0.15.0-SNAPSHOT to 0.15.0.

Release notes

Sourced from dev.kord:kord-core-voice's releases.

0.15.0

Additions

Changes

  • Bump DeprecationLevels after 0.14.0 (#944)
  • Update Auto Moderation builders (#979)
  • Link to JDK 23 in Dokka output (#980)

Fixes

  • Fix deserialization of members (by @​NoComment1105 in #955)
  • Fix deserialization of Heartbeat events (#957)
  • Fix getMemberOrNull and getGuildMembers caching only user data (by @​Galarzaa90 in #964)
  • Fix misuse of reified type parameters (#981)

Dependencies

Updated in #942, #954, #958, #975, #976, and #986 (not including dependencies only needed for developing Kord)

Changelog

Sourced from dev.kord:kord-core-voice's changelog.

0.15.0

Additions

Changes

  • Bump DeprecationLevels after 0.14.0 (#944)
  • Update Auto Moderation builders (#979)
  • Link to JDK 23 in Dokka output (#980)

Fixes

  • Fix deserialization of members (by @​NoComment1105 in #955)
  • Fix deserialization of Heartbeat events (#957)
  • Fix getMemberOrNull and getGuildMembers caching only user data (by @​Galarzaa90 in #964)
  • Fix misuse of reified type parameters (#981)

Dependencies

Updated in #942, #954, #958, #975, #976, and #986 (not including dependencies only needed for developing Kord)

  • Kotlin 1.9.24 -> 2.0.21
  • Ktor 2.3.11 -> 3.0.0
  • kotlinx.coroutines 1.8.1 -> 1.9.0
  • kotlinx.serialization 1.6.3 -> 1.7.3
  • kotlinx-datetime 0.6.0 -> 0.6.1
  • kord-cache 0.4.0 -> 0.5.4
  • kotlin-logging 6.0.9 -> 7.0.0
  • SLF4J 2.0.13 -> 2.0.16
  • kotlin-node 20.11.30-pre.751 -> 22.5.4-pre.818
  • kotlin-multiplatform-bignum 0.3.9 -> 0.3.10
  • Stately 2.0.7 -> 2.1.0
  • AtomicFU 0.24.0 -> 0.25.0

0.14.0

Additions

  • Support other SerialFormats in LongOrStringSerializer (#937)

Changes

  • Bump DeprecationLevels after 0.13.0 (#908)

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 weeks ago

Superseded by #341.