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 3.1.0 to 4.3.2 #2055

Merged
merged 10 commits into from
Feb 10, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 25, 2019

Bumps System.Reactive from 3.1.0 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
  • 977d59f set stable version
  • 248bb65 Merge pull request #1101 from dotnet/dependabot/nuget/Ix.NET/Source/Microsoft...
  • 4d4529d Bump Microsoft.Bcl.AsyncInterfaces from 1.0.0 to 1.1.0 in /Ix.NET/Source
  • e9bd7e0 Merge pull request #1100 from dotnet/dependabot/nuget/Rx.NET/Source/PublicApi...
  • 95bc791 Updated sort order for Api Approver v10
  • dba617a Update ignore filter for ApiApprover v10
  • 6236121 Update signatures to match ApiApprover v10
  • 0d82b7c Merge pull request #1099 from akarnokd/IAExMethodDocs_1129
  • f94b5f1 Bump PublicApiGenerator from 9.3.0 to 10.0.0 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.


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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@shiftkey

This comment has been minimized.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/System.Reactive-4.3.2 branch from ca9e4fb to c60b84a Compare January 19, 2020 23:02
@shiftkey

This comment has been minimized.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/System.Reactive-4.3.2 branch 2 times, most recently from e6862b9 to f59d89c Compare January 23, 2020 18:52
@codecov

This comment has been minimized.

@shiftkey shiftkey force-pushed the dependabot/nuget/System.Reactive-4.3.2 branch from 1d5ab8e to 053d7a8 Compare January 23, 2020 20:22
@shiftkey shiftkey force-pushed the dependabot/nuget/System.Reactive-4.3.2 branch 2 times, most recently from fb9a65e to 087ba19 Compare January 27, 2020 19:13
@shiftkey shiftkey force-pushed the dependabot/nuget/System.Reactive-4.3.2 branch 2 times, most recently from 7be01bb to b96c7c6 Compare February 10, 2020 00:49
@shiftkey shiftkey force-pushed the dependabot/nuget/System.Reactive-4.3.2 branch from b96c7c6 to f30ac63 Compare February 10, 2020 02:32
@shiftkey shiftkey merged commit 2b2626b into master Feb 10, 2020
@shiftkey shiftkey deleted the dependabot/nuget/System.Reactive-4.3.2 branch February 10, 2020 10:33
@shiftkey
Copy link
Member

shiftkey commented Feb 24, 2020

advisories: Octokit now targets net46 and netstandard2.0 to keep up with the minimum supported versions of Reactive Extensions for .NET. v0.40.0 is the last version that supports net45 or netstandard1.0, but you will need to upgrade your projects to continue to get further updates and fixes.

@shiftkey
Copy link
Member

release_notes: Upgraded Octokit.Reactive to target System.Reactive v4.3.2

@nickfloyd nickfloyd added Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR and removed category: housekeeping labels Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants