Skip to content
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

chore(deps): update dependency io.insert-koin:koin-ktor to v3 #23

Merged
merged 1 commit into from
Jul 28, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.insert-koin:koin-ktor (source) 2.2.2 -> 3.1.2 age adoption passing confidence

Release Notes

InsertKoinIO/koin

v3.1.2

Compare Source

  • [FIXED] [core] - createeagerInstances() is fixed back. It's seperated from module loading process.
  • [FIXED] [core] - ParameterHolder.getOrNull is now checking assignable type

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

v3.0.1

Compare Source

3.0.1-beta-2
  • Koin Gradle Plugin is back
  • Fix back Ktor feature starter
3.0.1-beta-1
3.0.1-beta-6
  • Maven central publication scripts
3.0.1-alpha-3
  • Merge branch 2.2.x & 3.0.0
  • New folder modules/strategy
  • Merge of main Android modules (koin-androidx-scope, koin-androidx-viewmodel are merged in koin-android)
  • Update Gradle dependencies to use proper api / implementation
  • Refresh Scope API

v2.2.3

Compare Source

  • Update Kotlin 1.5.0
  • Clean up Time API

Configuration

📅 Schedule: "after 1am,before 6am" (UTC).

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

@renovate renovate bot force-pushed the renovate/io.insert-koin-koin-ktor-3.x branch from 2a9595b to 7256985 Compare July 28, 2021 11:24
@renovate renovate bot force-pushed the renovate/io.insert-koin-koin-ktor-3.x branch from 7256985 to c79ef23 Compare July 28, 2021 11:45
@DerYeger DerYeger merged commit 637315a into master Jul 28, 2021
@renovate renovate bot deleted the renovate/io.insert-koin-koin-ktor-3.x branch July 28, 2021 11:59
@DerYeger
Copy link
Owner

🎉 This PR is included in version 2.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants