Update dependency io.insert-koin:koin-core to v3.3.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
io.insert-koin:koin-core (source) | dependencies | minor |
3.2.2 -> 3.3.0
|
Release Notes
InsertKoinIO/koin
v3.3.0
[koin-core]
-
[UPDATED]
- lib update - Kotlin1.7.21
-
[FIXED]
- #1306 #1016 - Add native Module extensions to allow add defintions without inlined type -
[FIXED]
- #834 - ensureonClose
is called when unloading module or closing Koin -
[FIXED]
- #1353 - parameters stack is now secured with call synchronization -
[UPDATED]
- #1359 - constructor DSL udpate to take until 22 parameters into account -
[FIXED]
- #1463 - Fix to allow binding of same type in the current module -
[UPDATED]
- Documentation update - #1469 #1438 -
[UPDATED]
- Logger API inlined and cleand out - #1271 -
[FIXED]
- Engine resolution race condition #1465 -
[UPDATED]
- Use of KoinDsl marker to protect the Koin DSL
[koin-test]
-
[NEW]
-verify()
on aModule
to verify all constructors injection with current Koin configuration (static verification). This comes as a replacement proposal forcheckModules
, as a more convenient way to verify a configuration with static verification, more than sandbox running with mocks
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.