Skip to content

Bump B3.EntryPoint.Client from 0.16.0 to 0.16.2#559

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/B3.EntryPoint.Client-0.16.2
Open

Bump B3.EntryPoint.Client from 0.16.0 to 0.16.2#559
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/B3.EntryPoint.Client-0.16.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor

Updated B3.EntryPoint.Client from 0.16.0 to 0.16.2.

Release notes

Sourced from B3.EntryPoint.Client's releases.

0.16.2

Fixed

  • fixp (#​211): outbound frame writes (Negotiate/Establish/Terminate/Sequence/RetransmitRequest/application frames) are now serialized end-to-end. Previously, concurrent outbound calls (e.g. a burst of CancelAsync from a "Cancel All" action) could race on the shared Stream.WriteAsync, letting frames reach the wire out of MsgSeqNum order or interleaved — risking corrupted/misordered frames on NetworkStream/SslStream. FixpClientSession now guards every write with a lock, and EntryPointClient serializes the full reserve-seq → encode → write critical section for every outbound order-entry call.

Full diff: pedrosakuma/B3EntryPointClient@v0.16.1...v0.16.2

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

---
updated-dependencies:
- dependency-name: B3.EntryPoint.Client
  dependency-version: 0.16.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jul 9, 2026
@github-actions github-actions Bot enabled auto-merge (squash) July 9, 2026 20:04
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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants