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

Bump kotlinCoroutinesVersion from 1.4.1 to 1.4.3-native-mt in /project #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps kotlinCoroutinesVersion from 1.4.1 to 1.4.3-native-mt.
Updates kotlinx-coroutines-core from 1.4.1 to 1.4.3-native-mt

Release notes

Sourced from kotlinx-coroutines-core's releases.

1.4.3

General changes

  • Thread context is properly preserved and restored for coroutines without ThreadContextElement (#985)
  • ThreadContextElements are now restored in the opposite order from update (#2195)
  • Improved performance of combine with 4 parameters, thanks to @​alexvanyo (#2419)
  • Debug agent sanitizer leaves at least one frame with source location (#1437)
  • Update Reactor version in kotlinx-coroutines-reactor to 3.4.1, thanks to @​sokomishalov (#2432)
  • callsInPlace contract added to ReceiveChannel.consume (#941)
  • CoroutineStart.UNDISPATCHED promoted to stable API (#1393)
  • Kotlin updated to 1.4.30
  • kotlinx.coroutines are now released directly to MavenCentral
  • Reduced the size of DispatchedCoroutine by a field
  • Internal class TimeSource renamed to SchedulerTimeSource to prevent wildcard import issues (#2537)

Bug fixes

  • Fixed the problem that prevented implementation via delegation for Job interface (#2423)
  • Fixed incorrect ProGuard rules that allowed shrinking volatile felds (#1564)
  • Fixed await/asDeferred for MinimalStage implementations in jdk8 module (#2456)
  • Fixed bug when onUndeliveredElement wasn't called for unlimited channels (#2435)
  • Fixed a bug when ListenableFuture.isCancelled returned from asListenableFuture could have thrown an exception, thanks to @​vadimsemenov (#2421)
  • Coroutine in callbackFlow and produce is properly cancelled when the channel was closed separately (#2506)

1.4.2

  • Fixed StackOverflowError in Job.toString when Job is observed in its intermediate state (#2371).
  • Improved liveness and latency of Dispatchers.Default and Dispatchers.IO in low-loaded mode (#2381).
  • Improved performance of consecutive Channel.cancel invocations (#2384).
  • SharingStarted is now fun interface (#2397).
  • Additional lint settings for SharedFlow to catch programmatic errors early (#2376).
  • Fixed bug when mutex and semaphore were not released during cancellation (#2390, thanks to @​Tilps for reproducing).
  • Some corner cases in cancellation propagation between coroutines and listenable futures are repaired (#1442, thanks to @​vadimsemenov).
  • Fixed unconditional cast to CoroutineStackFrame in exception recovery that triggered failures of instrumented code (#2386).
  • Platform-specific dependencies are removed from kotlinx-coroutines-javafx (#2360).
Changelog

Sourced from kotlinx-coroutines-core's changelog.

Change log for kotlinx.coroutines

Version 1.4.3

General changes

  • Thread context is properly preserved and restored for coroutines without ThreadContextElement (#985)
  • ThreadContextElements are now restored in the opposite order from update (#2195)
  • Improved performance of combine with 4 parameters, thanks to @​alexvanyo (#2419)
  • Debug agent sanitizer leaves at least one frame with source location (#1437)
  • Update Reactor version in kotlinx-coroutines-reactor to 3.4.1, thanks to @​sokomishalov (#2432)
  • callInPlace contract added to ReceiveChannel.consume (#941)
  • CoroutineStart.UNDISPATCHED promoted to stable API (#1393)
  • Kotlin updated to 1.4.30
  • kotlinx.coroutines are now released directly to MavenCentral
  • Reduced the size of DispatchedCoroutine by a field
  • Internal class TimeSource renamed to SchedulerTimeSource to prevent wildcard import issues (#2537)

Bug fixes

  • Fixed the problem that prevented implementation via delegation for Job interface (#2423)
  • Fixed incorrect ProGuard rules that allowed shrinking volatile felds (#1564)
  • Fixed await/asDeferredforMinimalState` implementations in jdk8 module (#2456)
  • Fixed bug when onUndeliveredElement wasn't called for unlimited channels (#2435)
  • Fixed a bug when ListenableFuture.isCancelled returned from asListenableFuture could have thrown an exception, thanks to @​vadimsemenov (#2421)
  • Coroutine in callbackFlow and produce is properly cancelled when the channel was closed separately (#2506)

Version 1.4.2

  • Fixed StackOverflowError in Job.toString when Job is observed in its intermediate state (#2371).
  • Improved liveness and latency of Dispatchers.Default and Dispatchers.IO in low-loaded mode (#2381).
  • Improved performance of consecutive Channel.cancel invocations (#2384).
  • SharingStarted is now fun interface (#2397).
  • Additional lint settings for SharedFlow to catch programmatic errors early (#2376).
  • Fixed bug when mutex and semaphore were not released during cancellation (#2390, thanks to @​Tilps for reproducing).
  • Some corner cases in cancellation propagation between coroutines and listenable futures are repaired (#1442, thanks to @​vadimsemenov).
  • Fixed unconditional cast to CoroutineStackFrame in exception recovery that triggered failures of instrumented code (#2386).
  • Platform-specific dependencies are removed from kotlinx-coroutines-javafx (#2360).
Commits

Updates kotlinx-coroutines-android from 1.4.1 to 1.4.3-native-mt

Release notes

Sourced from kotlinx-coroutines-android's releases.

1.4.3

General changes

  • Thread context is properly preserved and restored for coroutines without ThreadContextElement (#985)
  • ThreadContextElements are now restored in the opposite order from update (#2195)
  • Improved performance of combine with 4 parameters, thanks to @​alexvanyo (#2419)
  • Debug agent sanitizer leaves at least one frame with source location (#1437)
  • Update Reactor version in kotlinx-coroutines-reactor to 3.4.1, thanks to @​sokomishalov (#2432)
  • callsInPlace contract added to ReceiveChannel.consume (#941)
  • CoroutineStart.UNDISPATCHED promoted to stable API (#1393)
  • Kotlin updated to 1.4.30
  • kotlinx.coroutines are now released directly to MavenCentral
  • Reduced the size of DispatchedCoroutine by a field
  • Internal class TimeSource renamed to SchedulerTimeSource to prevent wildcard import issues (#2537)

Bug fixes

  • Fixed the problem that prevented implementation via delegation for Job interface (#2423)
  • Fixed incorrect ProGuard rules that allowed shrinking volatile felds (#1564)
  • Fixed await/asDeferred for MinimalStage implementations in jdk8 module (#2456)
  • Fixed bug when onUndeliveredElement wasn't called for unlimited channels (#2435)
  • Fixed a bug when ListenableFuture.isCancelled returned from asListenableFuture could have thrown an exception, thanks to @​vadimsemenov (#2421)
  • Coroutine in callbackFlow and produce is properly cancelled when the channel was closed separately (#2506)

1.4.2

  • Fixed StackOverflowError in Job.toString when Job is observed in its intermediate state (#2371).
  • Improved liveness and latency of Dispatchers.Default and Dispatchers.IO in low-loaded mode (#2381).
  • Improved performance of consecutive Channel.cancel invocations (#2384).
  • SharingStarted is now fun interface (#2397).
  • Additional lint settings for SharedFlow to catch programmatic errors early (#2376).
  • Fixed bug when mutex and semaphore were not released during cancellation (#2390, thanks to @​Tilps for reproducing).
  • Some corner cases in cancellation propagation between coroutines and listenable futures are repaired (#1442, thanks to @​vadimsemenov).
  • Fixed unconditional cast to CoroutineStackFrame in exception recovery that triggered failures of instrumented code (#2386).
  • Platform-specific dependencies are removed from kotlinx-coroutines-javafx (#2360).
Changelog

Sourced from kotlinx-coroutines-android's changelog.

Change log for kotlinx.coroutines

Version 1.4.3

General changes

  • Thread context is properly preserved and restored for coroutines without ThreadContextElement (#985)
  • ThreadContextElements are now restored in the opposite order from update (#2195)
  • Improved performance of combine with 4 parameters, thanks to @​alexvanyo (#2419)
  • Debug agent sanitizer leaves at least one frame with source location (#1437)
  • Update Reactor version in kotlinx-coroutines-reactor to 3.4.1, thanks to @​sokomishalov (#2432)
  • callInPlace contract added to ReceiveChannel.consume (#941)
  • CoroutineStart.UNDISPATCHED promoted to stable API (#1393)
  • Kotlin updated to 1.4.30
  • kotlinx.coroutines are now released directly to MavenCentral
  • Reduced the size of DispatchedCoroutine by a field
  • Internal class TimeSource renamed to SchedulerTimeSource to prevent wildcard import issues (#2537)

Bug fixes

  • Fixed the problem that prevented implementation via delegation for Job interface (#2423)
  • Fixed incorrect ProGuard rules that allowed shrinking volatile felds (#1564)
  • Fixed await/asDeferredforMinimalState` implementations in jdk8 module (#2456)
  • Fixed bug when onUndeliveredElement wasn't called for unlimited channels (#2435)
  • Fixed a bug when ListenableFuture.isCancelled returned from asListenableFuture could have thrown an exception, thanks to @​vadimsemenov (#2421)
  • Coroutine in callbackFlow and produce is properly cancelled when the channel was closed separately (#2506)

Version 1.4.2

  • Fixed StackOverflowError in Job.toString when Job is observed in its intermediate state (#2371).
  • Improved liveness and latency of Dispatchers.Default and Dispatchers.IO in low-loaded mode (#2381).
  • Improved performance of consecutive Channel.cancel invocations (#2384).
  • SharingStarted is now fun interface (#2397).
  • Additional lint settings for SharedFlow to catch programmatic errors early (#2376).
  • Fixed bug when mutex and semaphore were not released during cancellation (#2390, thanks to @​Tilps for reproducing).
  • Some corner cases in cancellation propagation between coroutines and listenable futures are repaired (#1442, thanks to @​vadimsemenov).
  • Fixed unconditional cast to CoroutineStackFrame in exception recovery that triggered failures of instrumented code (#2386).
  • Platform-specific dependencies are removed from kotlinx-coroutines-javafx (#2360).
Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `kotlinCoroutinesVersion` from 1.4.1 to 1.4.3-native-mt.

Updates `kotlinx-coroutines-core` from 1.4.1 to 1.4.3-native-mt
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/commits)

Updates `kotlinx-coroutines-android` from 1.4.1 to 1.4.3-native-mt
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/commits)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants