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 System.Reactive from 4.3.1 to 4.3.2 #79

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps System.Reactive from 4.3.1 to 4.3.2.

Release notes

Sourced from System.Reactive's releases.

Rx.NET v4.3.2

Changes:

Bugs:

  • #915: Ix: Do not dispose the enumerator while enumerating in the ToObservable operator.
  • #1079: Serialize the dispose of Zip(IEnumerable) with MoveNext/Current
  • #969: Handle the case when EventLoopScheduler gets disposed with in-flight items
  • #286: EventLoopScheduler: unexpected Exception after Dispose
  • #916: IxAsync.Timeout: propagate timeout cancellation to main source
  • #1067: Fix Generate (timed) crash upon disposing a long sequence

Enhancement:

  • #891: Simplified BaseBlocking, FirstBlocking, and LastBlocking
  • #914: Change Ix.Async Amb() to cancel the losers, add unit tests
See More

Others:

  • #500: Reduce allocations in schedulers
  • #1101: Bump Microsoft.Bcl.AsyncInterfaces from 1.0.0 to 1.1.0 in /Ix.NET/Source
  • #1100: Bump PublicApiGenerator from 9.3.0 to 10.0.0 in /Rx.NET/Source
  • #1099: Document AsyncEnumerableEx methods
  • #1098: Add documentation to AsyncEnumerable methods.
  • #1096: Filter SkipCI integration tests
  • #1072: Bump Microsoft.NET.Test.Sdk from 16.3.0 to 16.4.0 in /Rx.NET/Source
  • #1093: Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19554-01 to 1.0.0 in /Ix.NET/Source
  • #1094: Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19554-01 to 1.0.0 in /Rx.NET/Source
  • #1095: Bump DiffPlex from 1.4.4 to 1.5.0 in /Rx.NET/Source
  • #1084: Bump ApprovalTests from 4.3.0 to 4.4.0 in /Rx.NET/Source
  • #1083: Bump Nerdbank.GitVersioning from 3.0.26 to 3.0.28 in /Rx.NET/Source
  • #1082: Bump Nerdbank.GitVersioning from 3.0.26 to 3.0.28 in /Ix.NET/Source
  • #1080: Bump ApprovalTests from 4.2.2 to 4.3.0 in /Rx.NET/Source
  • #1078: Disable parallelism to work around Sdk Resolver race condition
  • #1071: Bump Microsoft.NET.Test.Sdk from 16.3.0 to 16.4.0 in /Ix.NET/Source
  • #1061: Bump BenchmarkDotNet from 0.11.5 to 0.12.0 in /Ix.NET/Source
  • #1060: Bump BenchmarkDotNet from 0.11.5 to 0.12.0 in /Rx.NET/Source
  • #1070: Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19367-01 to 1.0.0-beta2-19554-01 in /Ix.NET/Source
  • #1069: Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19367-01 to 1.0.0-beta2-19554-01 in /Rx.NET/Source
  • #1055: Split signing into separate stage
  • #1051: Bump MSBuild.Sdk.Extras from 2.0.46 to 2.0.54 in /Rx.NET/Source
  • #1050: Bump MSBuild.Sdk.Extras from 2.0.46 to 2.0.54 in /Ix.NET/Source
... (truncated)
Commits
  • 67d891d Avoid infinite generics recursion in SynchronizationContextScheduler
  • See full diff in compare view

Dependabot compatibility score

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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [System.Reactive](https://github.com/dotnet/reactive) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/dotnet/reactive/releases)
- [Commits](dotnet/reactive@rxnet-v4.3.1...rxnet-v4.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the 📦 dependencies Pull requests that update a dependency file label Dec 25, 2019
@codecov
Copy link

codecov bot commented Dec 25, 2019

Codecov Report

Merging #79 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #79   +/-   ##
======================================
  Coverage    86.7%   86.7%           
======================================
  Files          13      13           
  Lines         504     504           
  Branches       42      42           
======================================
  Hits          437     437           
  Misses         53      53           
  Partials       14      14

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 74222d8...ea2d4e2. Read the comment docs.

@david-driscoll
Copy link
Member

@dependabot merge

@dependabot-preview dependabot-preview bot merged commit 953a3a2 into master Dec 29, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/master/System.Reactive-4.3.2 branch December 29, 2019 00:38
@rsg-bot rsg-bot added this to the v3.3.1 milestone Dec 29, 2019
@rsg-bot rsg-bot modified the milestones: v3.3.1, v3.4.0 Jan 6, 2020
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
Development

Successfully merging this pull request may close these issues.

None yet

2 participants