Skip to content
This repository has been archived by the owner on Jul 4, 2021. It is now read-only.

Update dependency io.insert-koin:koin-logger-slf4j to v3.1.1 #8

Merged
merged 1 commit into from
Jun 26, 2021

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 26, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.insert-koin:koin-logger-slf4j (source) 3.0.1 -> 3.1.1 age adoption passing confidence

Release Notes

InsertKoinIO/koin

v3.1.1

Compare Source

  • [FIXED] [core] - injection parameter resolved in graph
  • [FIXED] [core] - parameter injection is not deprecated
  • [FIXED] [test] - checkModules API is reverted
  • [UPDATED] [core] - Lazy eval logger operator Logger.log(lvl, message)
  • [UPDATED] [core] - ParametersHolder getOrNull added
  • [UPDATED] [androidx-compose] - update to Beta-09

v3.1.0

Compare Source

  • [NEW] [core] - Improved resolution engine with new Module/DSL/Index creation to make faster Index/InstanceFactory allocation at start. Reworked internal architecture for Factory & scope allocations. Should improve greatly startup performances!
  • [NEW] [core-jvm] - Smarter DSL is now stable, no more get() needed. Unlock single<MyType>() builder, for any kind of definition.
  • [BREAKING] [-ext] - builder extension are now part of core API
  • [UPDATED] [core] - Kotlin 1.5.10
  • [UPDATED] [ktor] - Ktor 1.6.0
  • [UPDATED] [android-compose] - Compose 1.0.0-Beta08
  • [FIXED] [core] - String property import - ArrayIndexOutOfBoundsException on empty string environment variable InsertKoinIO/koin#1099
  • [FIXED] [test] - KoinTestRule close existing Koin isntance before trying to start a new one
  • [FIXED] [core] - ScopeJVM.kt bad package - ScopeJVM.kt has no package InsertKoinIO/koin#1094
  • [FIXED] [android] - Fix Fragment Scope Lifecycle delegate - Fix for reuse fragment scope InsertKoinIO/koin#1101
  • [DEPRECATED] [core] - Module override is now a global option into KoinApplication, not a local option to a module. Override strategy is now a global option.
  • [DEPRECATED] [core] - injection parameters as destructured declaration are deprecated. Instead of writing single { (myParam) -> MyClass(param) } now use injected parameters with get: single { params -> MyClass(params.get()) }

v3.0.2

Compare Source


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/io.insert-koin-koin-logger-slf4j-3.x branch 4 times, most recently from 52bc0d3 to 4d0ee82 Compare June 26, 2021 07:41
@renovate renovate bot force-pushed the renovate/io.insert-koin-koin-logger-slf4j-3.x branch from 4d0ee82 to 52b2c01 Compare June 26, 2021 08:21
@renovate renovate bot merged commit 0b42226 into master Jun 26, 2021
@renovate renovate bot deleted the renovate/io.insert-koin-koin-logger-slf4j-3.x branch June 26, 2021 09:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant