Skip to content

fix(deps): update dependency io.insert-koin:koin-bom to v4.2.1#1060

Merged
flex3r merged 1 commit intodevelopfrom
renovate/koin
Apr 11, 2026
Merged

fix(deps): update dependency io.insert-koin:koin-bom to v4.2.1#1060
flex3r merged 1 commit intodevelopfrom
renovate/koin

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 17, 2026

This PR contains the following updates:

Package Change Age Confidence
io.insert-koin:koin-bom (source) 4.2.04.2.1 age confidence

Release Notes

InsertKoinIO/koin (io.insert-koin:koin-bom)

v4.2.1: Koin 4.2.1

Compare Source

Bug Fixes
  • Fix stacked-params lookup on linked scopes (#​2387) — The 4.2.0 resolver rewrite (CoreResolverV2) walked linked scopes but dropped the per-parent stacked-parameters check that 4.1.x performed via recursion. This broke patterns where AndroidParametersHolder is stacked on the factory scope by KoinViewModelFactory and SavedStateHandle is then resolved from a child ViewModel scope. Linked-scope resolution now also checks stacked params on each parent scope.

  • Restore ABI compatibility for runOnKoinStarted (#​2391) — The 4.2.0 release inadvertently broke binary compatibility for runOnKoinStarted on JVM. Fixed by restoring the original JVM class name via @JvmName/@JvmMultifileClass annotations.

  • Fix scope _closed concurrency issue (#​2389) — The Scope._closed flag was not volatile, which could cause stale reads under concurrent access.

Improvements
  • Improved Scope resolution error messagesCoreResolverV2 now provides clearer error messages when scope resolution fails, making it easier to diagnose misconfigured scopes.

  • Added apiCheck to CI — Binary compatibility validation (kotlinx.binary-compatibility-validator) now runs on every PR to prevent future ABI breaks.

Documentation
  • parametersOf type-collision warning (#​2328) — Added a caution note explaining that when a value passed via parametersOf has the same type as the requested definition, Koin returns the value directly and skips the factory block. Suggests using a wrapper type as a workaround.
Contributors

Thanks to the following contributors for this release:


Configuration

📅 Schedule: (UTC)

  • 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/koin branch from a1ceb3c to 7ca813b Compare April 1, 2026 17:46
@renovate renovate bot force-pushed the renovate/koin branch from 7ca813b to 98d45e9 Compare April 9, 2026 17:28
@renovate renovate bot changed the title fix(deps): update dependency io.insert-koin:koin-bom to v4.2.0 fix(deps): update dependency io.insert-koin:koin-bom to v4.2.1 Apr 9, 2026
@renovate renovate bot force-pushed the renovate/koin branch from 98d45e9 to 244d975 Compare April 11, 2026 17:06
@flex3r flex3r merged commit ec87f6b into develop Apr 11, 2026
4 checks passed
@flex3r flex3r deleted the renovate/koin branch April 11, 2026 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant