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

Version 1.6.2 #3304

Merged
merged 20 commits into from May 27, 2022
Merged

Version 1.6.2 #3304

merged 20 commits into from May 27, 2022

Conversation

qwwdfsad
Copy link
Member

No description provided.

qwwdfsad and others added 19 commits April 6, 2022 11:58
…ercepted with DispatchedContinuation (#3252)

* Properly preserve thread local values for coroutines that are not intercepted with DispatchedContinuation

Fixes #2930
* Update kotlinx.atomicfu to 0.17.2
* Turn on atomicfu IR transformation for Kotlin/JS
* Add a link to talk about the history of structured concurrency in kotlinx.coroutines
* Sightly reorder videos section and remove way too obsolete introduction that is covered by coroutines in practice

Fixes #3273
* Update guide example to better reflect the intent

Based on #3202
CHANGES.md Outdated Show resolved Hide resolved
CHANGES.md Outdated Show resolved Hide resolved
CHANGES.md Outdated Show resolved Hide resolved
CHANGES.md Outdated Show resolved Hide resolved
CHANGES.md Outdated
* Fixed a bug with `ThreadLocalElement` not being correctly updated when the most outer `suspend` function was called directly without `kotlinx.coroutines` (#2930).
* Fixed multiple data races that might have been affecting `Mutex` and `runBlocking` event loop (#3250, #3251).
* Obsolete `TestCoroutineContext` is removed, which fixes the `kotlinx-coroutines-test` JPMS package being split between `kotlinx-coroutines-core` and `kotlinx-coroutines-test` (#3218).
* Updated the ProGuard rules to further shrink the size of the resulting DEX file with coroutines (#3263). Thanks @agrieve!
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Updated the ProGuard rules to further shrink the size of the resulting DEX file with coroutines (#3263). Thanks @agrieve!
* Updated the ProGuard rules to further shrink the size of the resulting DEX file with coroutines (#3111). Thanks, @agrieve!

We usually reference the issues, right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking the PR is more insightful. I've left both references

CHANGES.md Outdated Show resolved Hide resolved
CHANGES.md Outdated Show resolved Hide resolved
@qwwdfsad qwwdfsad merged commit d737da6 into master May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants