Skip to content

Release: v4.1.1 #241

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

Merged
merged 8 commits into from
May 4, 2025
Merged

Release: v4.1.1 #241

merged 8 commits into from
May 4, 2025

Conversation

ForliyScarlet
Copy link
Member

close #236

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates API request functions, fixes an incorrect API path in CreateInviteApi, and bumps project version numbers for the v4.1.1 release. Key changes include:

  • Introducing new request functions in both the stdlib and core modules.
  • Correcting the API path in CreateInviteApi from "invite/list" to "invite/create".
  • Updating version constants and changelog entries.

Reviewed Changes

Copilot reviewed 7 out of 10 changed files in this pull request and generated no comments.

Show a summary per file
File Description
simbot-component-kook-stdlib/src/jvmMain/kotlin/love/forte/simbot/kook/stdlib/BotRequests.jvm.kt New API request functions using Bot as parameter.
simbot-component-kook-core/src/jvmMain/kotlin/love/forte/simbot/component/kook/util/BotRequests.jvm.kt New API request functions using KookBot as parameter.
simbot-component-kook-core/src/commonMain/kotlin/love/forte/simbot/component/kook/util/BotRequests.kt Updated file-level annotations for multifile classes.
simbot-component-kook-api/src/commonMain/kotlin/love/forte/simbot/kook/api/invite/CreateInviteApi.kt Fixed API path typo for invite creation.
buildSrc/src/main/kotlin/P.kt Updated version constants.
CHANGELOG.md & .changelog/v4.1.1.md Added changelog details for v4.1.1 release.
Files not reviewed (3)
  • buildSrc/src/main/kotlin/simbot-kook-changelog-generator.gradle.kts: Language not supported
  • simbot-component-kook-core/api/simbot-component-kook-core.api: Language not supported
  • simbot-component-kook-stdlib/api/simbot-component-kook-stdlib.api: Language not supported
Comments suppressed due to low confidence (1)

simbot-component-kook-stdlib/src/jvmMain/kotlin/love/forte/simbot/kook/stdlib/BotRequests.jvm.kt:43

  • [nitpick] The parameter type 'Bot' here contrasts with 'KookBot' used in the core module. If these types represent the same concept, consider unifying the naming to improve clarity across the codebase.
public fun KookApi<*>.requestByBlocking(bot: Bot): HttpResponse =

@ForteScarlet ForteScarlet enabled auto-merge May 4, 2025 18:46
@ForliyScarlet
Copy link
Member Author

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

@ForteScarlet ForteScarlet disabled auto-merge May 4, 2025 19:26
@ForteScarlet ForteScarlet merged commit 9f9d601 into main May 4, 2025
7 checks passed
@ForteScarlet
Copy link
Member

tag似乎加错提交了。不过问题应该不大

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants