Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Update dependency serialport to v9 #22

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 15, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
serialport ^5.0.0 -> ^9.0.0 age adoption passing confidence

Release Notes

serialport/node-serialport

v9.0.3

Compare Source

Note: Version bump only for package serialport-monorepo

v9.0.2

Compare Source

Bug Fixes
  • while validating for offset, check for offset's value for NaN instead length (#​2124) (4215122)

v9.0.1

Compare Source

Bug Fixes
  • disconnects should now work again on unix based systems (#​2120) (2801301)

v9.0.0

Compare Source

chore
  • build on node 14 and drop node 8 and 32bit linux builds (#​2079) (e0c232c)
BREAKING CHANGES
  • Dropping node 8 and 32bit linux builds

8.0.8 (2020-05-07)

Bug Fixes

8.0.7 (2020-01-30)

Bug Fixes

8.0.6 (2019-12-25)

Bug Fixes

8.0.5 (2019-10-27)

Bug Fixes
  • cctalk wasn’t upgraded in serialport (3e568f7)

8.0.4 (2019-10-27)

This is the first non beta release of serialport version 8! 🎉 The biggest change in 8x is our version numbers. We now user lerna's "fixed versioning" to allow for a much easier documentation experience. This makes all our packages share a version number when they're released. Our website now has versioned docs so you can see what they looked like for the version of serialport you're using today. (Check out our 7x docs if you still need them.)

With this change we've moved a centralized changelog (this file!) and we'll be moving older release notes here. We also moved the website to it's own repo.

A few breaking api changes have been introduced over the 8x beta releases. You can find out more about them in the Upgrade Guide

We dropped node6 support and now support node12 (and we work on node 13) which allowed us to migrate to async/await. The reduced a fair bit of code and was a welcome change.

Windows got a few notable bug fixes from contributors and RTS/CTS flow control should now work as expected.

And lastly our CI system has mostly been moved to GitHub Actions, they are much much faster than our travis/appveyor combo and cheaper too (free!). We still pay for Appveyor because we still use them with travis for binary builds. When that process is migrated we should be able to drop both services completely.

This is also our first major release since starting the serialport collective! Like a lot of projects we rely on volunteers, students, professionals and the backing of companies using the project for their businesses. If you find serialport helpful, please read about why you might want to donate to the project and our project's goals.

Thanks to @​boneskull, @​BryanHunt, @​hipsterbrown, @​Holger-Will, @​icebob, @​jacobq, @​jowy, @​krutkay, @​maxvgi, @​nornagon, @​podarok, @​reconbot, and @​warp for their help with this release!

And Thanks to our first 5 open collective backers! https://opencollective.com/serialport#backers for help with sustaining this project!

Bug Fixes

8.0.3 (2019-10-03)

Chores
BREAKING CHANGES

8.0.2 (2019-09-24)

Bug Fixes
Features

8.0.1 (2019-09-18)

Bug Fixes
Chores
Features
BREAKING CHANGES
  • flush behavior on windows no longer cancels inflight reads
  • bindings now use async functions so they’ll never throw, only reject

v8.0.8

Compare Source

Bug Fixes

v8.0.7

Compare Source

Bug Fixes

v8.0.6

Compare Source

Bug Fixes

v8.0.5

Compare Source

Bug Fixes
  • cctalk wasn’t upgraded in serialport (3e568f7)

v8.0.4

Compare Source

This is the first non beta release of serialport version 8! 🎉 The biggest change in 8x is our version numbers. We now user lerna's "fixed versioning" to allow for a much easier documentation experience. This makes all our packages share a version number when they're released. Our website now has versioned docs so you can see what they looked like for the version of serialport you're using today. (Check out our 7x docs if you still need them.)

With this change we've moved a centralized changelog (this file!) and we'll be moving older release notes here. We also moved the website to it's own repo.

A few breaking api changes have been introduced over the 8x beta releases. You can find out more about them in the Upgrade Guide

We dropped node6 support and now support node12 (and we work on node 13) which allowed us to migrate to async/await. The reduced a fair bit of code and was a welcome change.

Windows got a few notable bug fixes from contributors and RTS/CTS flow control should now work as expected.

And lastly our CI system has mostly been moved to GitHub Actions, they are much much faster than our travis/appveyor combo and cheaper too (free!). We still pay for Appveyor because we still use them with travis for binary builds. When that process is migrated we should be able to drop both services completely.

This is also our first major release since starting the serialport collective! Like a lot of projects we rely on volunteers, students, professionals and the backing of companies using the project for their businesses. If you find serialport helpful, please read about why you might want to donate to the project and our project's goals.

Thanks to @​boneskull, @​BryanHunt, @​hipsterbrown, @​Holger-Will, @​icebob, @​jacobq, @​jowy, @​krutkay, @​maxvgi, @​nornagon, @​podarok, @​reconbot, and @​warp for their help with this release!

And Thanks to our first 5 open collective backers! https://opencollective.com/serialport#backers for help with sustaining this project!

Bug Fixes

v8.0.3

Compare Source

Chores
BREAKING CHANGES

v8.0.2

Compare Source

Bug Fixes
Features

v8.0.1

Compare Source

Bug Fixes
Chores
Features
BREAKING CHANGES
  • flush behavior on windows no longer cancels inflight reads
  • bindings now use async functions so they’ll never throw, only reject

v8.0.0

Compare Source

v7.1.5

Compare Source

v7.1.4

Compare Source

v7.1.3

Compare Source

v7.1.2

Compare Source

v7.1.1

Compare Source

v7.1.0

Compare Source

Features

@​serialport/bindings@3.0.0 (2019-05-16)

Bug Fixes
chore
BREAKING CHANGES
  • flush behavior on windows no longer cancels inflight reads
  • bindings now use async functions so they’ll never throw, only reject

@​serialport/bindings@2.0.8 (2019-04-27)

Bug Fixes

@​serialport/bindings@2.0.6 (2019-01-12)

Bug Fixes

@​serialport/bindings@2.0.5 (2019-01-08)

Bug Fixes

@​serialport/bindings@2.0.4 (2018-12-19)

Bug Fixes

@​serialport/bindings@2.0.3 (2018-11-27)

Bug Fixes
  • packages/bindings#write: do not call native binding for empty buffers (d347f3b)

v7.0.2

Compare Source

Note: Version bump only for package serialport

  • chore: Bump to fix build chain issues

v7.0.1

Compare Source

Note: Version bump only for package serialport

  • chore: Bump to fix build chain issues

v6.2.2

Compare Source

v6.2.1

Compare Source

Thanks to @​shodan8192 for finding and fixing a memory leak on unix systems!

v6.2.0

Compare Source

This is a recommended release for everyone on windows as it fixes a memory leak in write operations.

v6.1.1

Compare Source

v6.1.0

Compare Source

6.0.5 (2018-02-04)

6.0.4 (2017-10-26)

Bug Fixes

6.0.3 (2017-10-22)

Bug Fixes

v6.0.5

Compare Source

v6.0.4

Compare Source

Bug Fixes

v6.0.3

Compare Source

Bug Fixes

v6.0.1

Compare Source

v6.0.0

Compare Source

Features
Bug Fixes
Chores
BREAKING CHANGES
  • binaries: We switched to prebuild a breaking change because it's substantially changes our install processes. It's also possible the install flags to ensure downloading or building from source has changed slightly. That's not our api per say, but it's enough.
  • windows: We previously hard coded to have RTS on for windows at all times it now default to off.

Version 5.0.0 🎉

Nearly a year in the making Node SerialPort 5.0.0 is a major rewrite that improves stability, compatibility and performance. The api surface is similar to version 4 there have been a number of changes to ensure consistent error handling and operation of a serial port. Notably we are now a Stream! We can also introduce a bindings layer. A small low level api to provide access to underlying hardware. External bindings written in other languages or targeting other platforms can now be used.

Some major cpu performance gains on unix platforms can be found and we're less buggy and better performing on Windows too.

With this release we are now only supporting LTS nodejs platforms and we are dropping NodeJS 0.10, 0.12, 5 and 7 support. We loved directly supporting so many platforms but it was getting in the way making a solid library.

See our upgrade guide for detail on what to change


Renovate configuration

📅 Schedule: 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 this update again.


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

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant