ychat
ychat copied to clipboard
chore(deps): bump koin from 3.4.1 to 3.5.0
Bumps koin from 3.4.1 to 3.5.0.
Updates io.insert-koin:koin-android from 3.4.1 to 3.5.0
Release notes
Sourced from io.insert-koin:koin-android's releases.
3.5.0
bom-3.5.0
- Create BOM for Koin
io.insert-koin:koin-bomto cover koin projects, by@arnaudgiulianiin 73acbcf0bee45388aef83a2c03040db7002459bc, Fix #1519core-3.5.0
Version upgrades
- Kotlin update to
1.9.0by@arnaudgiulianiin cc44d818e4184607d77d3a3e587c582966cba318- JUnit 5 update to
5.9.3& stately-concurrency to1.2.5by@arnaudgiulianiin 0e9ec2c072b2d4d45392c04f799e03eb338f5634- Coroutines lib updates to
1.7.3by@arnaudgiulianiin 217e2cb97f83ed81163a24efe1602df3b9fbfc7bUpdates
- Type alias NoBeanDefFoundException to NoDefinitionFoundException & KoinAppAlreadyStartedException to ApplicationAlreadyStartedException by
@arnaudgiulianiin 901b0cccddc96cd2a9fb096bc31ec58a30a715e3- Remove old native memory management by
@arnaudgiulianiin 313f6dc00d934dbc6bfe185d4d4189010b7d3612- Remove deprecated use of native time API by
@arnaudgiulianiin 0a91bceaba452c8e45aa409b90b10297bc74b299- Open K2 compiler experiment by
@arnaudgiulianiin d7382d92b232296eb37a4adfec4366378d60db47- Protect Logger internal API by
@arnaudgiulianiin 565f642e2ee2e3baf4ab8ffd241eaa6f32575864- add optional boolean "createEagerinstances" to
loadKoinModulesfunction, to let decide to create eager instances or not by@arnaudgiulianiin 4477082c00b8a7603b3dcd7b033eddc6a8918946- Update case of Scope source type shadowing by
@arnaudgiulianiin #1595- Allow includes to take Collection by
@DebitCardzin InsertKoinIO/koin#1632- update start message by
@arnaudgiulianiin 9c7d8d344c71b5da000bafa9eeb426645d29420cFixes
- Fixing race condition in Scope - Fixed for 3.5.0 by
@octa-oneand@arnaudgiulianiin InsertKoinIO/koin#1643- Allow to run koinApplication and specify if eager instances are created or not, with
createEagerInstances : Boolean = trueparameter, by@arnaudgiulianiin bbd18decab33a8879d2b4443d760dafcbb668780- Clean up
verify()API logs by@arnaudgiulianiin 088d8da2c715bf22bf81a04e8065ca40707866b4Scopeclass is no longer a data class by@arnaudgiulianiin 1110c2a7a1d9173c520565f32623ae411478e357- Improve formatting. by
@johnjohndoein InsertKoinIO/koin#1608- Fix number of type parameters for scopedOf dsl by
@floatdropin InsertKoinIO/koin#1641- perf The module flattening function can reduce GC using MutableSet by
@KAMO030in InsertKoinIO/koin#1640android-3.5.0
Version upgrades
- android lib updates:
androidx.activity:activity-ktx:1.7.2,androidx.fragment:fragment-ktx:1.6.1,androidx.navigation:navigation-fragment-ktx:2.7.1by@arnaudgiulianiin 1fb1193e5caf565dc5b387a5ae1e67502ec294baFixes
- Fix #1631, Disable BuildConfig for android modules by
@5peak2mein InsertKoinIO/koin#1642- Dont ignore getviewmodel key by
@lammertwand@arnaudgiulianiin InsertKoinIO/koin#1644- Fix Java compat for ViewModel creation extras by
@arnaudgiuliani#1584- androidContext redundant bind by
@GrzegorzBobrykin InsertKoinIO/koin#1648ktor-3.5.0
Version upgrades
- ktor
2.3.3by@arnaudgiulianiin aff4f42ca9afaad3bec1c7d7f3907eb0ea4388c2
... (truncated)
Changelog
Sourced from io.insert-koin:koin-android's changelog.
3.5.0 - 2023-09-12
bom-3.5.0
- Create BOM for Koin
io.insert-koin:koin-bomto cover koin projects, by@arnaudgiulianiin 73acbcf0bee45388aef83a2c03040db7002459bc, Fix #1519core-3.5.0
Version upgrades
- Kotlin update to
1.9.0by@arnaudgiulianiin cc44d818e4184607d77d3a3e587c582966cba318- JUnit 5 update to
5.9.3& stately-concurrency to1.2.5by@arnaudgiulianiin 0e9ec2c072b2d4d45392c04f799e03eb338f5634- Coroutines lib updates to
1.7.3by@arnaudgiulianiin 217e2cb97f83ed81163a24efe1602df3b9fbfc7bUpdates
- Type alias NoBeanDefFoundException to NoDefinitionFoundException & KoinAppAlreadyStartedException to ApplicationAlreadyStartedException by
@arnaudgiulianiin 901b0cccddc96cd2a9fb096bc31ec58a30a715e3- Remove old native memory management by
@arnaudgiulianiin 313f6dc00d934dbc6bfe185d4d4189010b7d3612- Remove deprecated use of native time API by
@arnaudgiulianiin 0a91bceaba452c8e45aa409b90b10297bc74b299- Open K2 compiler experiment by
@arnaudgiulianiin d7382d92b232296eb37a4adfec4366378d60db47- Protect Logger internal API by
@arnaudgiulianiin 565f642e2ee2e3baf4ab8ffd241eaa6f32575864- add optional boolean "createEagerinstances" to
loadKoinModulesfunction, to let decide to create eager instances or not by@arnaudgiulianiin 4477082c00b8a7603b3dcd7b033eddc6a8918946- Update case of Scope source type shadowing by
@arnaudgiulianiin #1595- Allow includes to take Collection by
@DebitCardzin InsertKoinIO/koin#1632- update start message by
@arnaudgiulianiin 9c7d8d344c71b5da000bafa9eeb426645d29420cFixes
- Fixing race condition in Scope - Fixed for 3.5.0 by
@octa-oneand@arnaudgiulianiin InsertKoinIO/koin#1643- Allow to run koinApplication and specify if eager instances are created or not, with
createEagerInstances : Boolean = trueparameter, by@arnaudgiulianiin bbd18decab33a8879d2b4443d760dafcbb668780- Clean up
verify()API logs by@arnaudgiulianiin 088d8da2c715bf22bf81a04e8065ca40707866b4Scopeclass is no longer a data class by@arnaudgiulianiin 1110c2a7a1d9173c520565f32623ae411478e357- Improve formatting. by
@johnjohndoein InsertKoinIO/koin#1608- Fix number of type parameters for scopedOf dsl by
@floatdropin InsertKoinIO/koin#1641- perf The module flattening function can reduce GC using MutableSet by
@KAMO030in InsertKoinIO/koin#1640android-3.5.0
Version upgrades
- android lib updates:
androidx.activity:activity-ktx:1.7.2,androidx.fragment:fragment-ktx:1.6.1,androidx.navigation:navigation-fragment-ktx:2.7.1by@arnaudgiulianiin 1fb1193e5caf565dc5b387a5ae1e67502ec294baFixes
- Fix #1631, Disable BuildConfig for android modules by
@5peak2mein InsertKoinIO/koin#1642- Dont ignore getviewmodel key by
@lammertwand@arnaudgiulianiin InsertKoinIO/koin#1644- Fix Java compat for ViewModel creation extras by
@arnaudgiuliani#1584- androidContext redundant bind by
@GrzegorzBobrykin InsertKoinIO/koin#1648ktor-3.5.0
Version upgrades
- ktor
2.3.3by@arnaudgiulianiin aff4f42ca9afaad3bec1c7d7f3907eb0ea4388c2
... (truncated)
Commits
6d8b643api sig update for 3.511397b2Doc update for Compose features - KoinContext KoinAndroidContext and KoinIsol...deb1253koin-compose - Fix #1601 with stable parameter definition holder9c7d8d3updated log message start61a88bbadd KoinContext & KoinAndroidContext with check over CompositionLocalProvider...57c84c3Workaround for module include compile issue - #1341 doc notebce68a1Merge pull request #1648 from GrzegorzBobryk/maintenance/androidContext8c88fb8Merge pull request #1632 from DebitCardz/mainea54974Merge pull request #1645 from GrzegorzBobryk/bugfix/dls_documentation3aa0f8bMerge branch '3.5.0' into maintenance/androidContext- Additional commits viewable in compare view
Updates io.insert-koin:koin-androidx-compose from 3.4.1 to 3.5.0
Release notes
Sourced from io.insert-koin:koin-androidx-compose's releases.
3.5.0
bom-3.5.0
- Create BOM for Koin
io.insert-koin:koin-bomto cover koin projects, by@arnaudgiulianiin 73acbcf0bee45388aef83a2c03040db7002459bc, Fix #1519core-3.5.0
Version upgrades
- Kotlin update to
1.9.0by@arnaudgiulianiin cc44d818e4184607d77d3a3e587c582966cba318- JUnit 5 update to
5.9.3& stately-concurrency to1.2.5by@arnaudgiulianiin 0e9ec2c072b2d4d45392c04f799e03eb338f5634- Coroutines lib updates to
1.7.3by@arnaudgiulianiin 217e2cb97f83ed81163a24efe1602df3b9fbfc7bUpdates
- Type alias NoBeanDefFoundException to NoDefinitionFoundException & KoinAppAlreadyStartedException to ApplicationAlreadyStartedException by
@arnaudgiulianiin 901b0cccddc96cd2a9fb096bc31ec58a30a715e3- Remove old native memory management by
@arnaudgiulianiin 313f6dc00d934dbc6bfe185d4d4189010b7d3612- Remove deprecated use of native time API by
@arnaudgiulianiin 0a91bceaba452c8e45aa409b90b10297bc74b299- Open K2 compiler experiment by
@arnaudgiulianiin d7382d92b232296eb37a4adfec4366378d60db47- Protect Logger internal API by
@arnaudgiulianiin 565f642e2ee2e3baf4ab8ffd241eaa6f32575864- add optional boolean "createEagerinstances" to
loadKoinModulesfunction, to let decide to create eager instances or not by@arnaudgiulianiin 4477082c00b8a7603b3dcd7b033eddc6a8918946- Update case of Scope source type shadowing by
@arnaudgiulianiin #1595- Allow includes to take Collection by
@DebitCardzin InsertKoinIO/koin#1632- update start message by
@arnaudgiulianiin 9c7d8d344c71b5da000bafa9eeb426645d29420cFixes
- Fixing race condition in Scope - Fixed for 3.5.0 by
@octa-oneand@arnaudgiulianiin InsertKoinIO/koin#1643- Allow to run koinApplication and specify if eager instances are created or not, with
createEagerInstances : Boolean = trueparameter, by@arnaudgiulianiin bbd18decab33a8879d2b4443d760dafcbb668780- Clean up
verify()API logs by@arnaudgiulianiin 088d8da2c715bf22bf81a04e8065ca40707866b4Scopeclass is no longer a data class by@arnaudgiulianiin 1110c2a7a1d9173c520565f32623ae411478e357- Improve formatting. by
@johnjohndoein InsertKoinIO/koin#1608- Fix number of type parameters for scopedOf dsl by
@floatdropin InsertKoinIO/koin#1641- perf The module flattening function can reduce GC using MutableSet by
@KAMO030in InsertKoinIO/koin#1640android-3.5.0
Version upgrades
- android lib updates:
androidx.activity:activity-ktx:1.7.2,androidx.fragment:fragment-ktx:1.6.1,androidx.navigation:navigation-fragment-ktx:2.7.1by@arnaudgiulianiin 1fb1193e5caf565dc5b387a5ae1e67502ec294baFixes
- Fix #1631, Disable BuildConfig for android modules by
@5peak2mein InsertKoinIO/koin#1642- Dont ignore getviewmodel key by
@lammertwand@arnaudgiulianiin InsertKoinIO/koin#1644- Fix Java compat for ViewModel creation extras by
@arnaudgiuliani#1584- androidContext redundant bind by
@GrzegorzBobrykin InsertKoinIO/koin#1648ktor-3.5.0
Version upgrades
- ktor
2.3.3by@arnaudgiulianiin aff4f42ca9afaad3bec1c7d7f3907eb0ea4388c2
... (truncated)
Changelog
Sourced from io.insert-koin:koin-androidx-compose's changelog.
3.5.0 - 2023-09-12
bom-3.5.0
- Create BOM for Koin
io.insert-koin:koin-bomto cover koin projects, by@arnaudgiulianiin 73acbcf0bee45388aef83a2c03040db7002459bc, Fix #1519core-3.5.0
Version upgrades
- Kotlin update to
1.9.0by@arnaudgiulianiin cc44d818e4184607d77d3a3e587c582966cba318- JUnit 5 update to
5.9.3& stately-concurrency to1.2.5by@arnaudgiulianiin 0e9ec2c072b2d4d45392c04f799e03eb338f5634- Coroutines lib updates to
1.7.3by@arnaudgiulianiin 217e2cb97f83ed81163a24efe1602df3b9fbfc7bUpdates
- Type alias NoBeanDefFoundException to NoDefinitionFoundException & KoinAppAlreadyStartedException to ApplicationAlreadyStartedException by
@arnaudgiulianiin 901b0cccddc96cd2a9fb096bc31ec58a30a715e3- Remove old native memory management by
@arnaudgiulianiin 313f6dc00d934dbc6bfe185d4d4189010b7d3612- Remove deprecated use of native time API by
@arnaudgiulianiin 0a91bceaba452c8e45aa409b90b10297bc74b299- Open K2 compiler experiment by
@arnaudgiulianiin d7382d92b232296eb37a4adfec4366378d60db47- Protect Logger internal API by
@arnaudgiulianiin 565f642e2ee2e3baf4ab8ffd241eaa6f32575864- add optional boolean "createEagerinstances" to
loadKoinModulesfunction, to let decide to create eager instances or not by@arnaudgiulianiin 4477082c00b8a7603b3dcd7b033eddc6a8918946- Update case of Scope source type shadowing by
@arnaudgiulianiin #1595- Allow includes to take Collection by
@DebitCardzin InsertKoinIO/koin#1632- update start message by
@arnaudgiulianiin 9c7d8d344c71b5da000bafa9eeb426645d29420cFixes
- Fixing race condition in Scope - Fixed for 3.5.0 by
@octa-oneand@arnaudgiulianiin InsertKoinIO/koin#1643- Allow to run koinApplication and specify if eager instances are created or not, with
createEagerInstances : Boolean = trueparameter, by@arnaudgiulianiin bbd18decab33a8879d2b4443d760dafcbb668780- Clean up
verify()API logs by@arnaudgiulianiin 088d8da2c715bf22bf81a04e8065ca40707866b4Scopeclass is no longer a data class by@arnaudgiulianiin 1110c2a7a1d9173c520565f32623ae411478e357- Improve formatting. by
@johnjohndoein InsertKoinIO/koin#1608- Fix number of type parameters for scopedOf dsl by
@floatdropin InsertKoinIO/koin#1641- perf The module flattening function can reduce GC using MutableSet by
@KAMO030in InsertKoinIO/koin#1640android-3.5.0
Version upgrades
- android lib updates:
androidx.activity:activity-ktx:1.7.2,androidx.fragment:fragment-ktx:1.6.1,androidx.navigation:navigation-fragment-ktx:2.7.1by@arnaudgiulianiin 1fb1193e5caf565dc5b387a5ae1e67502ec294baFixes
- Fix #1631, Disable BuildConfig for android modules by
@5peak2mein InsertKoinIO/koin#1642- Dont ignore getviewmodel key by
@lammertwand@arnaudgiulianiin InsertKoinIO/koin#1644- Fix Java compat for ViewModel creation extras by
@arnaudgiuliani#1584- androidContext redundant bind by
@GrzegorzBobrykin InsertKoinIO/koin#1648ktor-3.5.0
Version upgrades
- ktor
2.3.3by@arnaudgiulianiin aff4f42ca9afaad3bec1c7d7f3907eb0ea4388c2
... (truncated)
Commits
6d8b643api sig update for 3.511397b2Doc update for Compose features - KoinContext KoinAndroidContext and KoinIsol...deb1253koin-compose - Fix #1601 with stable parameter definition holder9c7d8d3updated log message start61a88bbadd KoinContext & KoinAndroidContext with check over CompositionLocalProvider...57c84c3Workaround for module include compile issue - #1341 doc notebce68a1Merge pull request #1648 from GrzegorzBobryk/maintenance/androidContext8c88fb8Merge pull request #1632 from DebitCardz/mainea54974Merge pull request #1645 from GrzegorzBobryk/bugfix/dls_documentation3aa0f8bMerge branch '3.5.0' into maintenance/androidContext- Additional commits viewable in compare view
Updates io.insert-koin:koin-core from 3.4.1 to 3.5.0
Release notes
Sourced from io.insert-koin:koin-core's releases.
3.5.0
bom-3.5.0
- Create BOM for Koin
io.insert-koin:koin-bomto cover koin projects, by@arnaudgiulianiin 73acbcf0bee45388aef83a2c03040db7002459bc, Fix #1519core-3.5.0
Version upgrades
- Kotlin update to
1.9.0by@arnaudgiulianiin cc44d818e4184607d77d3a3e587c582966cba318- JUnit 5 update to
5.9.3& stately-concurrency to1.2.5by@arnaudgiulianiin 0e9ec2c072b2d4d45392c04f799e03eb338f5634- Coroutines lib updates to
1.7.3by@arnaudgiulianiin 217e2cb97f83ed81163a24efe1602df3b9fbfc7bUpdates
- Type alias NoBeanDefFoundException to NoDefinitionFoundException & KoinAppAlreadyStartedException to ApplicationAlreadyStartedException by
@arnaudgiulianiin 901b0cccddc96cd2a9fb096bc31ec58a30a715e3- Remove old native memory management by
@arnaudgiulianiin 313f6dc00d934dbc6bfe185d4d4189010b7d3612- Remove deprecated use of native time API by
@arnaudgiulianiin 0a91bceaba452c8e45aa409b90b10297bc74b299- Open K2 compiler experiment by
@arnaudgiulianiin d7382d92b232296eb37a4adfec4366378d60db47- Protect Logger internal API by
@arnaudgiulianiin 565f642e2ee2e3baf4ab8ffd241eaa6f32575864- add optional boolean "createEagerinstances" to
loadKoinModulesfunction, to let decide to create eager instances or not by@arnaudgiulianiin 4477082c00b8a7603b3dcd7b033eddc6a8918946- Update case of Scope source type shadowing by
@arnaudgiulianiin #1595- Allow includes to take Collection by
@DebitCardzin InsertKoinIO/koin#1632- update start message by
@arnaudgiulianiin 9c7d8d344c71b5da000bafa9eeb426645d29420cFixes
- Fixing race condition in Scope - Fixed for 3.5.0 by
@octa-oneand@arnaudgiulianiin InsertKoinIO/koin#1643- Allow to run koinApplication and specify if eager instances are created or not, with
createEagerInstances : Boolean = trueparameter, by@arnaudgiulianiin bbd18decab33a8879d2b4443d760dafcbb668780- Clean up
verify()API logs by@arnaudgiulianiin 088d8da2c715bf22bf81a04e8065ca40707866b4Scopeclass is no longer a data class by@arnaudgiulianiin 1110c2a7a1d9173c520565f32623ae411478e357- Improve formatting. by
@johnjohndoein InsertKoinIO/koin#1608- Fix number of type parameters for scopedOf dsl by
@floatdropin InsertKoinIO/koin#1641- perf The module flattening function can reduce GC using MutableSet by
@KAMO030in InsertKoinIO/koin#1640android-3.5.0
Version upgrades
- android lib updates:
androidx.activity:activity-ktx:1.7.2,androidx.fragment:fragment-ktx:1.6.1,androidx.navigation:navigation-fragment-ktx:2.7.1by@arnaudgiulianiin 1fb1193e5caf565dc5b387a5ae1e67502ec294baFixes
- Fix #1631, Disable BuildConfig for android modules by
@5peak2mein InsertKoinIO/koin#1642- Dont ignore getviewmodel key by
@lammertwand@arnaudgiulianiin InsertKoinIO/koin#1644- Fix Java compat for ViewModel creation extras by
@arnaudgiuliani#1584- androidContext redundant bind by
@GrzegorzBobrykin InsertKoinIO/koin#1648ktor-3.5.0
Version upgrades
- ktor
2.3.3by@arnaudgiulianiin aff4f42ca9afaad3bec1c7d7f3907eb0ea4388c2
... (truncated)
Changelog
Sourced from io.insert-koin:koin-core's changelog.
3.5.0 - 2023-09-12
bom-3.5.0
- Create BOM for Koin
io.insert-koin:koin-bomto cover koin projects, by@arnaudgiulianiin 73acbcf0bee45388aef83a2c03040db7002459bc, Fix #1519core-3.5.0
Version upgrades
- Kotlin update to
1.9.0by@arnaudgiulianiin cc44d818e4184607d77d3a3e587c582966cba318- JUnit 5 update to
5.9.3& stately-concurrency to1.2.5by@arnaudgiulianiin 0e9ec2c072b2d4d45392c04f799e03eb338f5634- Coroutines lib updates to
1.7.3by@arnaudgiulianiin 217e2cb97f83ed81163a24efe1602df3b9fbfc7bUpdates
- Type alias NoBeanDefFoundException to NoDefinitionFoundException & KoinAppAlreadyStartedException to ApplicationAlreadyStartedException by
@arnaudgiulianiin 901b0cccddc96cd2a9fb096bc31ec58a30a715e3- Remove old native memory management by
@arnaudgiulianiin 313f6dc00d934dbc6bfe185d4d4189010b7d3612- Remove deprecated use of native time API by
@arnaudgiulianiin 0a91bceaba452c8e45aa409b90b10297bc74b299- Open K2 compiler experiment by
@arnaudgiulianiin d7382d92b232296eb37a4adfec4366378d60db47- Protect Logger internal API by
@arnaudgiulianiin 565f642e2ee2e3baf4ab8ffd241eaa6f32575864- add optional boolean "createEagerinstances" to
loadKoinModulesfunction, to let decide to create eager instances or not by@arnaudgiulianiin 4477082c00b8a7603b3dcd7b033eddc6a8918946- Update case of Scope source type shadowing by
@arnaudgiulianiin #1595- Allow includes to take Collection by
@DebitCardzin InsertKoinIO/koin#1632- update start message by
@arnaudgiulianiin 9c7d8d344c71b5da000bafa9eeb426645d29420cFixes
- Fixing race condition in Scope - Fixed for 3.5.0 by
@octa-oneand@arnaudgiulianiin InsertKoinIO/koin#1643- Allow to run koinApplication and specify if eager instances are created or not, with
createEagerInstances : Boolean = trueparameter, by@arnaudgiulianiin bbd18decab33a8879d2b4443d760dafcbb668780- Clean up
verify()API logs by@arnaudgiulianiin 088d8da2c715bf22bf81a04e8065ca40707866b4Scopeclass is no longer a data class by@arnaudgiulianiin 1110c2a7a1d9173c520565f32623ae411478e357- Improve formatting. by
@johnjohndoein InsertKoinIO/koin#1608- Fix number of type parameters for scopedOf dsl by
@floatdropin InsertKoinIO/koin#1641- perf The module flattening function can reduce GC using MutableSet by
@KAMO030in InsertKoinIO/koin#1640android-3.5.0
Version upgrades
- android lib updates:
androidx.activity:activity-ktx:1.7.2,androidx.fragment:fragment-ktx:1.6.1,androidx.navigation:navigation-fragment-ktx:2.7.1by@arnaudgiulianiin 1fb1193e5caf565dc5b387a5ae1e67502ec294baFixes
- Fix #1631, Disable BuildConfig for android modules by
@5peak2mein InsertKoinIO/koin#1642- Dont ignore getviewmodel key by
@lammertwand@arnaudgiulianiin InsertKoinIO/koin#1644- Fix Java compat for ViewModel creation extras by
@arnaudgiuliani#1584- androidContext redundant bind by
@GrzegorzBobrykin InsertKoinIO/koin#1648ktor-3.5.0
Version upgrades
- ktor
2.3.3by@arnaudgiulianiin aff4f42ca9afaad3bec1c7d7f3907eb0ea4388c2
... (truncated)
Commits
6d8b643api sig update for 3.511397b2Doc update for Compose features - KoinContext KoinAndroidContext and KoinIsol...deb1253koin-compose - Fix #1601 with stable parameter definition holder9c7d8d3updated log message start61a88bbadd KoinContext & KoinAndroidContext with check over CompositionLocalProvider...57c84c3Workaround for module include compile issue - #1341 doc notebce68a1Merge pull request #1648 from GrzegorzBobryk/maintenance/androidContext8c88fb8Merge pull request #1632 from DebitCardz/mainea54974Merge pull request #1645 from GrzegorzBobryk/bugfix/dls_documentation3aa0f8bMerge branch '3.5.0' into maintenance/androidContext- Additional commits viewable in compare view
Updates io.insert-koin:koin-test from 3.4.1 to 3.5.0
Release notes
Sourced from io.insert-koin:koin-test's releases.
3.5.0
bom-3.5.0
- Create BOM for Koin
io.insert-koin:koin-bomto cover koin projects, by@arnaudgiulianiin 73acbcf0bee45388aef83a2c03040db7002459bc, Fix #1519core-3.5.0
Version upgrades
- Kotlin update to
1.9.0by@arnaudgiulianiin cc44d818e4184607d77d3a3e587c582966cba318- JUnit 5 update to
5.9.3& stately-concurrency to1.2.5by@arnaudgiulianiin 0e9ec2c072b2d4d45392c04f799e03eb338f5634- Coroutines lib updates to
1.7.3by@arnaudgiulianiin 217e2cb97f83ed81163a24efe1602df3b9fbfc7bUpdates
- Type alias NoBeanDefFoundException to NoDefinitionFoundException & KoinAppAlreadyStartedException to ApplicationAlreadyStartedException by
@arnaudgiulianiin 901b0cccddc96cd2a9fb096bc31ec58a30a715e3- Remove old native memory management by
@arnaudgiulianiin 313f6dc00d934dbc6bfe185d4d4189010b7d3612- Remove deprecated use of native time API by
@arnaudgiulianiin 0a91bceaba452c8e45aa409b90b10297bc74b299- Open K2 compiler experiment by
@arnaudgiulianiin d7382d92b232296eb37a4adfec4366378d60db47- Protect Logger internal API by
@arnaudgiulianiin 565f642e2ee2e3baf4ab8ffd241eaa6f32575864- add optional boolean "createEagerinstances" to
loadKoinModulesfunction, to let decide to create eager instances or not by@arnaudgiulianiin 4477082c00b8a7603b3dcd7b033eddc6a8918946- Update case of Scope source type shadowing by
@arnaudgiulianiin #1595- Allow includes to take Collection by
@DebitCardzin InsertKoinIO/koin#1632- update start message by
@arnaudgiulianiin 9c7d8d344c71b5da000bafa9eeb426645d29420cFixes
- Fixing race condition in Scope - Fixed for 3.5.0 by
@octa-oneand@arnaudgiulianiin InsertKoinIO/koin#1643- Allow to run koinApplication and specify if eager instances are created or not, with
createEagerInstances : Boolean = trueparameter, by@arnaudgiulianiin bbd18decab33a8879d2b4443d760dafcbb668780- Clean up
verify()API logs by@arnaudgiulianiin 088d8da2c715bf22bf81a04e8065ca40707866b4Scopeclass is no longer a data class by@arnaudgiulianiin 1110c2a7a1d9173c520565f32623ae411478e357- Improve formatting. by
@johnjohndoein InsertKoinIO/koin#1608- Fix number of type parameters for scopedOf dsl by
@floatdropin InsertKoinIO/koin#1641- perf The module flattening function can reduce GC using MutableSet by
@KAMO030in InsertKoinIO/koin#1640android-3.5.0
Version upgrades
- android lib updates:
androidx.activity:activity-ktx:1.7.2,androidx.fragment:fragment-ktx:1.6.1,androidx.navigation:navigation-fragment-ktx:2.7.1by@arnaudgiulianiin 1fb1193e5caf565dc5b387a5ae1e67502ec294baFixes
- Fix #1631, Disable BuildConfig for android modules by
@5peak2mein InsertKoinIO/koin#1642- Dont ignore getviewmodel key by
@lammertwand@arnaudgiulianiin InsertKoinIO/koin#1644- Fix Java compat for ViewModel creation extras by
@arnaudgiuliani#1584- androidContext redundant bind by
@GrzegorzBobrykin InsertKoinIO/koin#1648ktor-3.5.0
Version upgrades
- ktor
2.3.3by@arnaudgiulianiin aff4f42ca9afaad3bec1c7d7f3907eb0ea4388c2
... (truncated)
Changelog
Sourced from io.insert-koin:koin-test's changelog.
3.5.0 - 2023-09-12
bom-3.5.0
- Create BOM for Koin
io.insert-koin:koin-bomto cover koin projects, by@arnaudgiulianiin 73acbcf0bee45388aef83a2c03040db7002459bc, Fix #1519core-3.5.0
Version upgrades
- Kotlin update to
1.9.0by@arnaudgiulianiin cc44d818e4184607d77d3a3e587c582966cba318- JUnit 5 update to
5.9.3& stately-concurrency to1.2.5by@arnaudgiulianiin 0e9ec2c072b2d4d45392c04f799e03eb338f5634- Coroutines lib updates to
1.7.3by@arnaudgiulianiin 217e2cb97f83ed81163a24efe1602df3b9fbfc7bUpdates
- Type alias NoBeanDefFoundException to NoDefinitionFoundException & KoinAppAlreadyStartedException to ApplicationAlreadyStartedException by
@arnaudgiulianiin 901b0cccddc96cd2a9fb096bc31ec58a30a715e3- Remove old native memory management by
@arnaudgiulianiin 313f6dc00d934dbc6bfe185d4d4189010b7d3612- Remove deprecated use of native time API by
@arnaudgiulianiin 0a91bceaba452c8e45aa409b90b10297bc74b299- Open K2 compiler experiment by
@arnaudgiulianiin d7382d92b232296eb37a4adfec4366378d60db47- Protect Logger internal API by
@arnaudgiulianiin 565f642e2ee2e3baf4ab8ffd241eaa6f32575864- add optional boolean "createEagerinstances" to
loadKoinModulesfunction, to let decide to create eager instances or not by@arnaudgiulianiin 4477082c00b8a7603b3dcd7b033eddc6a8918946- Update case of Scope source type shadowing by
@arnaudgiulianiin #1595- Allow includes to take Collection by
@DebitCardzin InsertKoinIO/koin#1632- update start message by
@arnaudgiulianiin 9c7d8d344c71b5da000bafa9eeb426645d29420cFixes
- Fixing race condition in Scope - Fixed for 3.5.0 by
@octa-oneand@arnaudgiulianiin InsertKoinIO/koin#1643- Allow to run koinApplication and specify if eager instances are created or not, with
createEagerInstances : Boolean = trueparameter, by@arnaudgiulianiin bbd18decab33a8879d2b4443d760dafcbb668780- Clean up
verify()API logs by@arnaudgiulianiin 088d8da2c715bf22bf81a04e8065ca40707866b4Scopeclass is no longer a data class by@arnaudgiulianiin 1110c2a7a1d9173c520565f32623ae411478e357- Improve formatting. by
@johnjohndoein InsertKoinIO/koin#1608- Fix number of type parameters for scopedOf dsl by
@floatdropin InsertKoinIO/koin#1641- perf The module flattening function can reduce GC using MutableSet by
@KAMO030in InsertKoinIO/koin#1640android-3.5.0
Version upgrades
- android lib updates:
androidx.activity:activity-ktx:1.7.2,androidx.fragment:fragment-ktx:1.6.1,androidx.navigation:navigation-fragment-ktx:2.7.1by@arnaudgiulianiin 1fb1193e5caf565dc5b387a5ae1e67502ec294baFixes
- Fix #1631, Disable BuildConfig for android modules by
@5peak2mein InsertKoinIO/koin#1642- Dont ignore getviewmodel key by
@lammertwand@arnaudgiulianiin InsertKoinIO/koin#1644- Fix Java compat for ViewModel creation extras by
@arnaudgiuliani#1584- androidContext redundant bind by
@GrzegorzBobrykin InsertKoinIO/koin#1648ktor-3.5.0
Version upgrades
- ktor
2.3.3by@arnaudgiulianiin aff4f42ca9afaad3bec1c7d7f3907eb0ea4388c2
... (truncated)
Commits
6d8b643api sig update for 3.511397b2Doc update for Compose features - KoinContext KoinAndroidContext and KoinIsol...deb1253koin-compose - Fix #1601 with stable parameter definition holder9c7d8d3updated log message start61a88bbadd KoinContext & KoinAndroidContext with check over CompositionLocalProvider...57c84c3Workaround for module include compile issue - #1341 doc notebce68a1Merge pull request #1648 from GrzegorzBobryk/maintenance/androidContext8c88fb8Merge pull request #1632 from DebitCardz/mainea54974Merge pull request #1645 from GrzegorzBobryk/bugfix/dls_documentation3aa0f8bMerge branch '3.5.0' into maintenance/androidContext- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)