Skip to content

deps(deps): update dependency de.jensklingenberg.ktorfit:ktorfit-lib to v1.0.1

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
de.jensklingenberg.ktorfit:ktorfit-lib 1.0.0-beta16 -> 1.0.1 age adoption passing confidence

Release Notes

Foso/Ktorfit

v1.0.1

1.0.1 - 2023-03-20

Added
Changed
Deprecated
Removed
Fixed

[Bug]: Post request body serialization doesn't work #​202

Security
Bumped

New Contributors

Full Changelog: https://github.com/Foso/Ktorfit/compare/v1.0.0...v1.0.1

v1.0.0

v1.0.0 (02-03-2023)

This project is now following semver

NEW:

  • internal optimizations
  • throw compile error when generated class can not be found

🐛 Bugs fixed

  • Timeout throws exception outside of scope of SuspendResponseConverter #​127
  • Fix broken/outdated docs link (#​140) by @​T-Spoon

️ Deps updates

  • based on Ktor 2.2.4

v1.0.0-beta18

NEW:

  • You can now disable the check if the baseUrl ends with a /
Ktorfit.Builder().baseUrl(testBaseUrl, checkUrl = false).build()

🐛 Bugs fixed

  • Fixed Ktorfit breaking incremental compilation #​110

️ Deps updates

  • based on Ktor 2.2.3

v1.0.0-beta17

BREAKING CHANGE:

  • Ktorfit now needs an additional gradle plugin. This will solve serveral issues with multi-module projects.

Add this plugin:

plugins {
  id "de.jensklingenberg.ktorfit" version "1.0.0"
}

NEW

  • interfaces can now be internal

FIXED

  • Ktorfit multiple module support #​92
  • Add support for 'internal' parameter type #​13
  • Duplicate class KtorfitExtKt found in modules moduleA and moduleB #​86
  • Android overload resolution ambiguity #​64
  • Form data is double encoded #​95

️ Deps updates

  • based on Ktor 2.2.2
  • Kotlin 1.8.0
  • KSP 1.8.0-1.0.8
  • update Android TargetSdk to 33

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading