Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Update neon requirement from 0.8 to 0.9 #42

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 27, 2021

Updates the requirements on neon to permit the latest version.

Release notes

Sourced from neon's releases.

v0.9.0

Performance

Channel, formerly EventQueue, are now cloneable. Clones share a backing queue to take advantage of an optimization in Node threadsafe functions. Additionally, when specifying Node API 6 or higher (napi-6), calling cx.channel() will return a shared queue (neon-bindings/neon#739).

The change may cause a performance regression in some pathological use cases (neon-bindings/neon#762).

Deprecation

EventQueue and EventQueueError have been renamed to Channel and ChannelError respectively to clarify their function and similarity to Rust channels. The types are available as deprecated aliases (neon-bindings/neon#752).

Docs

Fixes

Changelog

Sourced from neon's changelog.

Version 0.9.0

Performance

Channel, formerly EventQueue, are now cloneable. Clones share a backing queue to take advantage of an optimization in Node threadsafe functions. Additionally, when specifying Node API 6 or higher (napi-6), calling cx.channel() will return a shared queue (neon-bindings/neon#739).

The change may cause a performance regression in some pathological use cases (neon-bindings/neon#762).

Deprecation

EventQueue and EventQueueError have been renamed to Channel and ChannelError respectively to clarify their function and similarity to Rust channels. The types are available as deprecated aliases (neon-bindings/neon#752).

Docs

Fixes

Version 0.8.3

Version 0.8.2

Version 0.8.1

Version 0.8.0

Fixes

Features

Improvements

... (truncated)

Commits
  • 68b1804 Merge pull request #770 from neon-bindings/kv/v0.9.0-rc
  • 0d07e0f Fix feature flag docs
  • 0bd7902 v0.9.0
  • 2852bc0 Rename event-queue-api feature flag to channel-api
  • f6d3389 Add attributes for showing required feature flags in docs.rs
  • 903b7e4 Switch docs to Node-API backend
  • 873e25a Merge pull request #769 from neon-bindings/kv/fix-legacy-buffer
  • 5ac578c fix(neon-sys): Fix getting buffer contents on legacy backend
  • 4d2b7ce Merge pull request #767 from neon-bindings/kv/try-send-err-docs
  • 8ccf1c1 doc(neon): Add documentation on failure causes to try_send
  • Additional commits viewable in compare view

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)

Updates the requirements on [neon](https://github.com/neon-bindings/neon) to permit the latest version.
- [Release notes](https://github.com/neon-bindings/neon/releases)
- [Changelog](https://github.com/neon-bindings/neon/blob/main/RELEASES.md)
- [Commits](neon-bindings/neon@0.8.0...0.9.0)

---
updated-dependencies:
- dependency-name: neon
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 27, 2021
@codecov-commenter
Copy link

codecov-commenter commented Jul 27, 2021

Codecov Report

Merging #42 (d413a1e) into main (4d3b394) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #42   +/-   ##
=======================================
  Coverage   93.26%   93.26%           
=======================================
  Files          12       12           
  Lines         193      193           
=======================================
  Hits          180      180           
  Misses         13       13           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4d3b394...d413a1e. Read the comment docs.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 8, 2022

Superseded by #69.

@dependabot dependabot bot closed this Mar 8, 2022
@dependabot dependabot bot deleted the dependabot/cargo/neon-0.9 branch March 8, 2022 12:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant