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.3.5 #1872

Merged
merged 19 commits into from
Mar 17, 2020
Merged

Version 1.3.5 #1872

merged 19 commits into from
Mar 17, 2020

Conversation

qwwdfsad
Copy link
Collaborator

No description provided.

qwwdfsad and others added 19 commits March 6, 2020 18:25
It doesn't work properly with new JS IR BE because it depends on a really old plugin version
Detect suspendCancellableCoroutine right after suspendCancellableCoroutineReusable within the same state machine and properly cleanup its child handle when its block completes

Fixes #1855
* Enable JS IR backend
* Workaround resolving Gradle metadata in kotlin2js plugin

Co-authored-by: Vsevolod Tolstopyatov <[email protected]>
* Speed-up installed debug probes by splitting global probes lock to RW-lock, guard all state transitions with read lock and all read operations with write lock to guarantee a consistent snapshot
* Prevent IllegalStateException during 'kill -5' command
* Introduce flag to disable creation stacktrace capturing in DebugProbes
* Support proposed changes in JUnit4 rules

Fixes #1379
Fixes #1372
Fixes #1402

Co-authored-by: Francesco Vasco <[email protected]>
JDK9 Flow integration is implemented as thin
wrappers around the Reactive Streams integration.
…roperly work on Android <= 6.0 that had a bug on a code-path with an empty stacktrace

Fixes #1866
…roperly work on Android <= 6.0 that had a bug on a code-path with an empty stacktrace (#1868)

Fixes #1866
* ReceiveChannel.broadcast shall start lazy coroutine when closed
* Documentation on broadcast operators is added that explains that the resulting BroadcastChannel shall be cancelled if it is not needed anymore.
* The only functional change is that closing a broadcast channel for lazy coroutine shall start the corresponding coroutine to give it a chance to promptly fail.
*  Also fix the order of events in lazy actor to be consistent with a broadcast channel

Fixes #1713
* BlockHound integration for Dispatchers.Default and Dispatchers.IO
* Use JNA-based self-attach mechanism in order to workaround a problem when tools.jar is loader by multiple classloaders
* publication-validator is renamed to integration-testing;
* Each test is now in a separate source set, which allows for more
  flexibility in their configuration; for example, failing to set
  `dryRun=true` doesn't prevent tests other than NPM to run, and
  it is possible to run the tests (and their dependencies)
  separately.
* Add an integration test for coroutine debugger java agent

Fixes #1060
Fixes #1031

Co-authored-by: Vsevolod Tolstopyatov <[email protected]>
* Flow firstOrNull support

Co-authored-by: Bradyn Poulsen <[email protected]>
Copy link
Contributor

@elizarov elizarov left a comment

Choose a reason for hiding this comment

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

🚀 Woot!

@qwwdfsad qwwdfsad merged commit 3bb3e55 into master Mar 17, 2020
@qwwdfsad qwwdfsad deleted the version-1.3.5 branch April 27, 2020 11:55
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

4 participants