Skip to content

Conversation

@dependabot
Copy link

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

Bumps neon-cli from 0.8.3 to 0.9.0.

Release notes

Sourced from neon-cli'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-cli'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

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 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)

Bumps [neon-cli](https://github.com/neon-bindings/neon) from 0.8.3 to 0.9.0.
- [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.3...0.9.0)

---
updated-dependencies:
- dependency-name: neon-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 27, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 27, 2021

Superseded by #88.

@dependabot dependabot bot closed this Aug 27, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/neon-cli-0.9.0 branch August 27, 2021 04:12
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.

1 participant