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 SerialPortStream from 2.1.2 to 2.3.1 #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Apr 20, 2021

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps SerialPortStream from 2.1.2 to 2.3.1.

Release notes

Sourced from SerialPortStream's releases.

SerialPortStream Library 2.3.1

This is the most stable version with various bugfixes and updates. It is strongly recommended to upgrade from v2.3.0 to v2.3.1.

Supported Platforms:

  • Windows XP SP3 x86, .NET 4.0
  • Windows Vista or later, architecture x86 or x64, with .NET 4.0 or .NET 4.5 or compatible

Tested On:

  • Windows 10 .NET 4.0, 4.5, .NET Core 3.1

Installation Notes:

The DLL is compiled with strong signing. You can install the DLL alongside your application or in the GAC. It is not specific to a particular architecture.

Changes since version 2.3.0

This is a bugfix release.

  • Fix .NET Core (.NET Standard 1.5) ReadAsync and WriteAsync to work properly. v2.3.0 was completely broken.

SerialPortStream Library - 2.3.0

This is the most stable version with various bugfixes and updates.

Supported Platforms:

  • Windows XP SP3 x86, .NET 4.0
  • Windows Vista or later, architecture x86 or x64, with .NET 4.0 or .NET 4.5, .NET Core or compatible

Tested On:

  • Windows 10 v2004

Installation Notes:

The DLL is compiled with strong signing. You can install the DLL alongside your application or in the GAC. It is not specific to a particular architecture.

Changes since version 2.2.2

This is a bugfix release and adds support for ReadAsync and WriteAsync.

  • Correct P/Invoke signature on Windows when reading (jcurl/SerialPortStream#110)
  • Enable ReadAsync and WriteAsync for .NET Core / .NET 4.5. Fixes race conditions present in Framework locks by providing a native implementation (user meinsiedl)

For Linux, see previous releases for the prebuilt Ubuntu installation packages for the native library.

SerialPortStream v2.2.2

This is the most stable version with various bugfixes and updates with real world usage.

Supported Platforms:

  • Windows XP SP3 x86, .NET 4.0
  • Windows Vista or later, architecture x86 or x64, with .NET 4.0 or .NET 4.5 - 4.8 or compatible

Tested On:

  • Windows 7 SP1 x64 with .NET 4.8

... (truncated)

Changelog

Sourced from SerialPortStream's changelog.

List of Changes with Releases

Version 2.2.2 (libnserial 1.1.4)

Bugfixes

  • DOTNET-194: Prevent exceptions when converting bytes to chars when using ISO-8859-15.

Version 2.2.1 (libnserial 1.1.4)

Bugfixes

Features:

  • DOTNET-184: Update to NUnit 2.7.1.
  • DOTNET-186: Update codebase to use new features introduced with C# 7.0 (VS2019).
  • [Issue #82](jcurl/SerialPortStream#82): Provide release note documentation

Version 2.2.0 (libnserial 1.1.4)

Bugfixes

  • [Issue #62](jcurl/SerialPortStream#62): Allow RTS/DTR to be set before serial port is open on UNIX.
  • [Issue #64](jcurl/SerialPortStream#64): Windows - Check registry if port is not CHAR/UNKNOWN.
  • DOTNET-171: libnserial: Fix port detection on Linux.
  • DOTNET-172: libnserial: Show the handle value when logging on Linux.
  • [Issue #69](jcurl/SerialPortStream#69): IsOpen should return false when the serial port device is removed.
  • DOTNET-175: Windows usage of ClearCommError was incorrect.
  • DOTNET-176: Don't lose data on a Write().

Features

Version 2.1.4 (libnserial 1.1.3)

Bugfixes

... (truncated)

Commits
  • c99fd46 SerialPortStream: Add NUnitTestAdaptor for .NET 4.0
  • 25a621b SerialPortStream: Fix deadlock on ReadAsync
  • 0fbf35c libnserial docker: Add a shell and query packages
  • f4387d1 SerialPortStreamTest: Add NUnitTestAdaptor
  • bc94184 SerialPortStream: Enable ReadAsync and WriteAsync for .NET Core / .NET 4.5
  • 8eb515d SerialPortStream: Bump version to 2.3.0
  • 76610ba Provide a Docker File for a build environment
  • 4972ec0 SerialPortStream: Minor style clean up
  • f111445 SerialPortStream: Remove unnecessary suppressions with IDE0079
  • db246c2 SerialPortStream: Update version to 2.2.3
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 20, 2021
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