Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps de.jensklingenberg.ktorfit:ktorfit-ksp from 2.2.0-1.0.29 to 2.4.1.

Release notes

Sourced from de.jensklingenberg.ktorfit:ktorfit-ksp's releases.

2.4.1 - 2025-03-14 Fixed

  • Ktorfit causes circular task dependency when using KSP2 and Multiplatform Resources library from Jetbrains #816
  • TypeInfo kotlinType is null causing deserialization errors #817

Thanks to @​alapshin and @​griffinsorrentino for contributing to this release!

2.4.0 - 2025-02-23

  • Supported KSP version: >=1.0.28
  • Supported Kotlin version: >=2.1.10
  • Ktor version: 3.1.0

Added

  • Add KSP2 support
  • Add watchosDeviceArm64 target

Changed

  • Changed internal versioning numbers of the Ktorfit KSP and compiler plugin. With that change Ktorfit only needs to be updated when a new KSP / Kotlin version introduces breaking changes in the API and not for every minor update. This is also the reason why this version has KSP min version 1.0.28 even though the last Ktorfit version has 1.0.30

2.3.0

  • Supported KSP version: 1.0.30
  • Supported Kotlin version: 2.1.10
  • Ktor version: 3.1.0

Added

  • Provide option to not use the compiler plugin #764 You can now set the Kotlin version for the compiler plugin. By default, it will use the Kotlin version of the project. You can set it to "-" to disable the plugin.
ktorfit{
    kotlinVersion = "-"
    // or
    kotlinVersion = "x.x.x"
}

... (truncated)

Changelog

Sourced from de.jensklingenberg.ktorfit:ktorfit-ksp's changelog.

2.4.1

2.4.1 - 2025-03-14

Fixed

  • Ktorfit causes circular task dependency when using KSP2 and Multiplatform Resources library from Jetbrains #876
  • TypeInfo kotlinType is null causing deserialization errors #817

Thanks to @​alapshin and @​griffinsorrentino for contributing to this release!

2.4.0

2.4.0 - 2025-02-23

  • Supported KSP version: >=1.0.28
  • Supported Kotlin version: >=2.1.10
  • Ktor version: 3.1.0

Added

  • Add KSP2 support
  • Add watchosDeviceArm64 target

Changed

  • Changed internal versioning numbers of the Ktorfit KSP and compiler plugin. With that change Ktorfit only needs to be updated when a new KSP / Kotlin version introduces breaking changes in the API and not for every minor update. This is also the reason why this version has KSP min version 1.0.28 even though the last Ktorfit version has 1.0.30

2.3.0

2.3.0 - 2025-02-16

  • Supported KSP version: 1.0.30
  • Supported Kotlin version: 2.1.10
  • Ktor version: 3.1.0

Added

  • Provide option to not use the compiler plugin #764 You can now set the Kotlin version for the compiler plugin. By default, it will use the Kotlin version of the project. You can set it to "-" to disable the plugin.
ktorfit{
    kotlinVersion = "-"
    // or
    kotlinVersion = "x.x.x"
}

... (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 <dependency name> 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 dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 17, 2025
@dependabot dependabot bot requested a review from ansman as a code owner March 17, 2025 13:48
@ansman ansman enabled auto-merge (squash) March 17, 2025 13:49
Bumps [de.jensklingenberg.ktorfit:ktorfit-ksp](https://github.com/Foso/Ktorfit) from 2.2.0-1.0.29 to 2.4.1.
- [Release notes](https://github.com/Foso/Ktorfit/releases)
- [Changelog](https://github.com/Foso/Ktorfit/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/Foso/Ktorfit/commits/2.4.1)

---
updated-dependencies:
- dependency-name: de.jensklingenberg.ktorfit:ktorfit-ksp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/de.jensklingenberg.ktorfit-ktorfit-ksp-2.4.1 branch from f055664 to cf52c80 Compare March 17, 2025 13:58
@ansman ansman merged commit 27d530f into main Mar 17, 2025
2 checks passed
@ansman ansman deleted the dependabot/gradle/de.jensklingenberg.ktorfit-ktorfit-ksp-2.4.1 branch March 17, 2025 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant