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 StreamJsonRpc from 1.3.23 to 2.0.208 #49

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps StreamJsonRpc from 1.3.23 to 2.0.208.

Release notes

Sourced from StreamJsonRpc's releases.

v2.0.208

  • Fix support for target object events with certain generic delegates that regressed in v2.0.203 #292

v2.0.203

  • Significant GC pressure improvements #279
  • Add support for dynamic client proxy generation where interfaces define events where the event args do not actually derive from EventArgs #284

v2.0.187

This is a servicing release that fixes the following two bugs:

  • Fixes race condition in StartListening and InvokeAsync #269
  • Add JsonRpcRequest.ArgumentsList to allow arguments as non-arrays, correcting a regression from the 1.x versions #272

v2.0.180

  • Throw OCE from canceled requests even when remote disconnects before sending cancellation acknowledgment #265

v2.0.167

  • Use safe technique for length prefixing with IBufferWriter<T> #247
  • Fix handling of nullable return types #237
  • Add net472-specific target in NuGet package (avoids facade assembly loads on that framework)

v2.0.146

Fixes propagation of JSON parse settings (#227)

v2.0

This release contains API breaking changes from the 1.x versions.

Highlights

  • Support for the new .NET Pipelines API (PipeReader and PipeWriter) for higher performance
  • Decoupled from Newtonsoft.Json, allowing alternative message formatters to be plugged in such as high performance MessagePack
  • Message handling is now an extensibility point, enabling custom message routing, filtering/modification, and alternate transports such as HTTP
  • Add LengthHeaderMessageHandler as a high performance alternative to the default HTTP-like headers message handler.
  • Logging support via TraceSource
  • Default to blocking of RPC invocations of non-public methods on your target objects
  • Better server-side support for named arguments (the JSON params object in the spec). Now server methods can define each parameter separately rather than being required to take a JToken
  • Offer more control of error messages returned to the client
  • Throw ConnectionLostException when connection drops before a response is received to an outbound request

v1.5.68

Fixes race condition in StartListening and InvokeAsync #269

v1.5

Highlights

New in 1.5 over the 1.4 version (exhaustive list):

  • Add non-generic InvokeWithParameterObject method
  • Add option to automatically cancel server methods when the connection is dropped (Roslyn partner team request)
  • Lots of perf and GC pressure improvements
... (truncated)
Commits
  • b836f6c Merge pull request #293 from AArnott/fix292
  • e8ab5da Fix support for target object events with certain generic delegates
  • 3546527 Merge remote-tracking branch 'upstream/v2.0' into fixEventHandler
  • 9ab5de3 Add test for custom EventHandler delegate type
  • 9b2d637 Merge branch 'v1.5' into v2.0
  • b4693ed Let latest XLIF extension make changes it wants
  • 66db547 Merge branch 'v1.5' into v2.0
  • 5b583f4 Stop packing Benchmarks
  • 90afe62 Merge pull request #279 from AArnott/fix276
  • 5a6cc9b Merge branch 'v1.5' into v2.0
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

Bumps [StreamJsonRpc](https://github.com/Microsoft/vs-streamjsonrpc) from 1.3.23 to 2.0.208.
- [Release notes](https://github.com/Microsoft/vs-streamjsonrpc/releases)
- [Commits](microsoft/vs-streamjsonrpc@v1.3.23...v2.0.208)

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 Jul 1, 2019
@3F 3F closed this in e50775c Aug 10, 2019
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/StreamJsonRpc-2.0.208 branch August 10, 2019 18:34
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.

0 participants