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.0 #46

Closed

Conversation

dependabot-preview[bot]
Copy link

Bumps SerialPortStream from 2.1.2 to 2.3.0.

Release notes

Sourced from SerialPortStream's releases.

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
  • Windows 10 x64 with .NET 4.8

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.

To get older packages of the native libnserial for Ubuntu, look at release 2.2.0 for the ZIP files. Disco and later are 64-bit releases only.

Changes since version 2.2.1

This is a bugfix release.

  • Fix usage of Decoder from bytes to characters when using ISO-8859-15 or similar on Linux. On Windows there is no problem (Mono/Linux raises an ArgumentException for some decoders if the source length is zero)

SerialPortStream v2.2.1.1

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

... (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
  • 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
  • 3f45de6 SerialPortStream: Correct P/Invoke Signature for ReadFile
  • e6afff9 CircularBuffer: Update documentation for CircularBuffer
  • dd169fd CircularBuffer: Check length before decoding with System.Text
  • 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 14, 2021
@dependabot-preview
Copy link
Author

Superseded by #47.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/SerialPortStream-2.3.0 branch April 20, 2021 02:15
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