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.2 to 4.4.1 #172

Merged
merged 1 commit into from
Apr 3, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps System.Reactive from 4.3.2 to 4.4.1.

Release notes

Sourced from System.Reactive's releases.

Rx.NET v4.4.1

Changes:

Bugs:

  • #1131: Fix crash in Buffer due to empty queue in tick
  • #1115: Add more argument validation to TestScheduler.Start
  • #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:

See More
  • #1107: Add ToTask overloads with IScheduler
  • #1104: Add RefCount overloads with minimum observer count option
  • #891: Simplified BaseBlocking, FirstBlocking, and LastBlocking
  • #914: Change Ix.Async Amb() to cancel the losers, add unit tests

Others:

  • #1177: Fix infinite recursive generics in CatchScheduler
  • #1176: Bump DiffPlex from 1.6.0 to 1.6.1 in /Rx.NET/Source
  • #1175: Bump DiffPlex from 1.5.0 to 1.6.0 in /Rx.NET/Source
  • #1174: Bump Verify.Xunit from 1.27.2 to 1.27.3 in /Rx.NET/Source
  • #1169: Bump Nerdbank.GitVersioning from 3.1.71 to 3.1.74 in /Rx.NET/Source
  • #1171: remove Deterministic Hack
  • #1172: update doco
  • #1170: Disable ContinusousIntegrationBuild for tests
  • #1168: Bump Nerdbank.GitVersioning from 3.1.71 to 3.1.74 in /Ix.NET/Source
  • #1167: Add workaround for AssemblyInfo and use non-nightly SDK
  • #1165: move to verify
  • #1164: Update to MIT license
  • #1134: Bump PublicApiGenerator from 10.0.0 to 10.0.2 in /Rx.NET/Source
  • #1163: Enable deterministic settings
  • #1161: use 3.1.300-preview to fix embedded pdb
  • #1160: Added xml doc comments to overloads in AsyncEnumerable.AsyncOverloads.cs
  • #1159: Bump System.Threading.Tasks.Extensions from 4.5.3 to 4.5.4 in /Rx.NET/Source
  • #1158: Cancel in-flight TaskCompletionSources in ToAsyncEnumerable(Observable).
  • #1156: Bump FluentAssertions from 5.10.2 to 5.10.3 in /Ix.NET/Source
... (truncated)
Commits
  • 7fe23fe set stable
  • e8c874c Update version.json
  • f867e71 Merge pull request #1177 from hez2010/master
  • a4bc99f Fix infinite recursive generics in CatchScheduler
  • 9199d92 Merge pull request #1176 from dotnet/dependabot/nuget/Rx.NET/Source/DiffPlex-...
  • 5c7caee Bump DiffPlex from 1.6.0 to 1.6.1 in /Rx.NET/Source
  • c6c8d6f Merge pull request #1175 from dotnet/dependabot/nuget/Rx.NET/Source/DiffPlex-...
  • 238d11d Bump DiffPlex from 1.5.0 to 1.6.0 in /Rx.NET/Source
  • 7c02c29 Merge pull request #1174 from dotnet/dependabot/nuget/Rx.NET/Source/Verify.Xu...
  • 0a1aed5 Bump Verify.Xunit from 1.27.2 to 1.27.3 in /Rx.NET/Source
  • Additional commits viewable 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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • 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.2 to 4.4.1.
- [Release notes](https://github.com/dotnet/reactive/releases)
- [Commits](dotnet/reactive@rxnet-v4.3.2...rxnet-v4.4.1)

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 Apr 3, 2020
@dependabot-preview dependabot-preview bot merged commit d0ff05f into master Apr 3, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/System.Reactive-4.4.1 branch April 3, 2020 06:01
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

0 participants