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

Update dependency Nerdbank.Streams to v2.10.69 #828

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
Nerdbank.Streams nuget minor 2.6.81 -> 2.10.69
Nerdbank.Streams nuget minor 2.8.57 -> 2.10.69

Release Notes

AArnott/Nerdbank.Streams (Nerdbank.Streams)

v2.10.69

What's Changed

Full Changelog: dotnet/Nerdbank.Streams@v2.10.66...v2.10.69

v2.10.66

What's Changed

Full Changelog: dotnet/Nerdbank.Streams@v2.10.37-alpha...v2.10.66

v2.9.116

What's Changed

Full Changelog: dotnet/Nerdbank.Streams@v2.9.112...v2.9.116

v2.9.112

What's Changed

Full Changelog: dotnet/Nerdbank.Streams@v2.9.109...v2.9.112

v2.9.109

What's Changed
New Contributors

Full Changelog: dotnet/Nerdbank.Streams@v2.9.91-alpha...v2.9.109

v2.8.65

Changes:
Fixes:
  • #​532: Way too many calls to pool rentals when MinimumSpanLength is specified
  • #​506: MultiplexingStream.Channel.Input.CopyToAsync hangs when data exceeds window size

This list of changes was auto generated.

v2.8.61

Changes:
Fixes:
  • #​498: MultiplexingStream faults when one channel's reader is faulted

This list of changes was auto generated.

v2.8.57

Changes:

  • #​439: Remove unnecessary reference to System.Net.WebSockets

This list of changes was auto generated.

v2.8.54

Changes:

Fixes:
  • #​417: Fix channel disposal on mx stream teardown

This list of changes was auto generated.

v2.8.50

Changes:

Fixes:
  • #​414: MultiplexingStream may hang when CancellationToken passed to CreateAsync is canceled

v2.8.46

Changes:

Fixes:
  • #​346: NestedStream: CanSeek should return false when disposed
  • #​345: MultiplexingStream received "Offer" before subscribe "ChannelOffered" event
Enhancements:
  • #​347: Add MultiplexingStream.Options.StartSuspended property

This list of changes was auto generated.

v2.7.74

Changes:

Fixes:
  • #​209: MultiplexingChannel may send ChannelTerminated followed by ChannelAccepted
  • #​251: PipeExtensions.LinkToAsync should honor writer cancellation/completion
  • #​255: SendFrameAsync still running after writer is terminated
Enhancements:
  • #​252: Avoid first chance exceptions with one-way pipes over MultiplexingStream
Others:
  • #​331: Block transmission of frames regarding terminated channels
  • #​330: Avoid 1st chance exceptions in one-way mxstream channels
  • #​328: Honor writer cancellation/completion in LinkToAsync
  • #​327: Do not dispose of and write to PipeWriter concurrently
  • #​325: Add arg validation and fixup nullable annotation

This list of changes was auto generated.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions github-actions bot added this to the v0.19.6 milestone Apr 28, 2022
@codecov
Copy link

codecov bot commented Apr 28, 2022

Codecov Report

Merging #828 (b8a0bb9) into master (d6157dc) will increase coverage by 0.00%.
Report is 19 commits behind head on master.
The diff coverage is n/a.

❗ Current head b8a0bb9 differs from pull request most recent head c376dcb. Consider uploading reports for the commit c376dcb to get more accurate results

@@           Coverage Diff           @@
##           master     #828   +/-   ##
=======================================
  Coverage   69.72%   69.72%           
=======================================
  Files         493      493           
  Lines       20066    20066           
  Branches     1603     1603           
=======================================
+ Hits        13991    13992    +1     
+ Misses       6075     6074    -1     

see 1 file with indirect coverage changes

@renovate renovate bot force-pushed the renovate/nerdbank.streams-2.x branch from 8733604 to 8a06a8a Compare July 2, 2022 01:55
@renovate renovate bot changed the title Update dependency Nerdbank.Streams to v2.8.57 Update dependency Nerdbank.Streams to v2.8.61 Jul 2, 2022
@renovate renovate bot changed the title Update dependency Nerdbank.Streams to v2.8.61 Update dependency Nerdbank.Streams to v2.8.61 - autoclosed Jul 18, 2022
@renovate renovate bot closed this Jul 18, 2022
@renovate renovate bot deleted the renovate/nerdbank.streams-2.x branch July 18, 2022 13:12
@github-actions github-actions bot removed this from the v0.19.6 milestone Jul 18, 2022
@renovate renovate bot changed the title Update dependency Nerdbank.Streams to v2.8.61 - autoclosed Update dependency Nerdbank.Streams to v2.8.61 Jul 18, 2022
@renovate renovate bot reopened this Jul 18, 2022
@renovate renovate bot restored the renovate/nerdbank.streams-2.x branch July 18, 2022 16:51
@github-actions github-actions bot added this to the v0.19.6 milestone Jul 18, 2022
@renovate renovate bot force-pushed the renovate/nerdbank.streams-2.x branch from 8a06a8a to c5641d0 Compare September 25, 2022 18:28
@renovate renovate bot changed the title Update dependency Nerdbank.Streams to v2.8.61 Update dependency Nerdbank.Streams to v2.8.65 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/nerdbank.streams-2.x branch from c5641d0 to 503a0cc Compare November 20, 2022 14:34
@renovate renovate bot changed the title Update dependency Nerdbank.Streams to v2.8.65 Update dependency Nerdbank.Streams to v2.9.112 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/nerdbank.streams-2.x branch from 503a0cc to bdbb970 Compare November 20, 2022 14:51
@github-actions github-actions bot modified the milestones: v0.19.6, v0.19.7 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/nerdbank.streams-2.x branch from bdbb970 to 18bf6c3 Compare December 26, 2022 12:11
@github-actions github-actions bot modified the milestones: v0.19.7, v0.19.8 Dec 26, 2022
@renovate renovate bot force-pushed the renovate/nerdbank.streams-2.x branch from 18bf6c3 to 5af9004 Compare January 13, 2023 19:36
@renovate renovate bot force-pushed the renovate/nerdbank.streams-2.x branch from 5af9004 to 5f587d9 Compare February 17, 2023 18:48
@renovate renovate bot force-pushed the renovate/nerdbank.streams-2.x branch from 5f587d9 to d08f61e Compare March 15, 2023 18:41
@renovate renovate bot force-pushed the renovate/nerdbank.streams-2.x branch from d08f61e to c45c90b Compare June 8, 2023 01:15
@renovate renovate bot changed the title Update dependency Nerdbank.Streams to v2.9.112 Update dependency Nerdbank.Streams to v2.10.66 Jun 8, 2023
@renovate renovate bot changed the title Update dependency Nerdbank.Streams to v2.10.66 Update dependency Nerdbank.Streams to v2.10.69 Jun 21, 2023
@renovate renovate bot force-pushed the renovate/nerdbank.streams-2.x branch from c45c90b to 8b53c84 Compare June 21, 2023 00:32
@renovate renovate bot force-pushed the renovate/nerdbank.streams-2.x branch from 8b53c84 to ce4fb50 Compare July 11, 2023 15:23
@renovate renovate bot force-pushed the renovate/nerdbank.streams-2.x branch from ce4fb50 to bd0a8d6 Compare August 4, 2023 15:14
@renovate renovate bot force-pushed the renovate/nerdbank.streams-2.x branch from bd0a8d6 to b8a0bb9 Compare September 8, 2023 17:13
@renovate renovate bot force-pushed the renovate/nerdbank.streams-2.x branch from b8a0bb9 to c376dcb Compare September 19, 2023 11:14
@JoeRobich JoeRobich modified the milestones: v0.19.8, v0.19.9 Sep 20, 2023
@JoeRobich JoeRobich merged commit ae75eae into master Sep 21, 2023
9 checks passed
@JoeRobich JoeRobich deleted the renovate/nerdbank.streams-2.x branch September 21, 2023 15:27
@github-actions github-actions bot added the mysterious We forgot to label this label Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mysterious We forgot to label this
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant