Skip to content

Conversation

@dependabot
Copy link

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

Bumps neon-cli from 0.8.3 to 0.9.1.

Release notes

Sourced from neon-cli's releases.

v0.9.1

  • Expose the Finalize trait as neon::types::Finalize so that docs are visible
  • Improved docs and build scripts in create-neon to make release builds more discoverable (neon-bindings/neon#771)
  • Update nan to fix an Electron 13 incompatibility (neon-bindings/neon#778)

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.1

  • Expose the Finalize trait as neon::types::Finalize so that docs are visible
  • Improved docs and build scripts in create-neon to make release builds more discoverable (neon-bindings/neon#771)
  • Update nan to fix an Electron 13 incompatibility (neon-bindings/neon#778)

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
  • 78b7376 Bump create-neon version
  • 54fe98b Merge pull request #779 from neon-bindings/kv/v0.9.1
  • b93300c v0.9.1
  • 8985b0d fix(neon): Publicly expose Finalize trait in types module
  • 82f0e2b Merge pull request #778 from andiliu-gh/main
  • 862980b Update nan package
  • 1d89872 Merge pull request #771 from neon-bindings/kv/release-mode-docs
  • a4510bd doc(create-neon): Add npm run build-release and document release profile
  • f6dd924 Merge pull request #772 from neon-bindings/dependabot/npm_and_yarn/crates/neo...
  • 41e27b2 doc(create-neon): Add empty dependencies section and link to cargo manifest f...
  • 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.1.
- [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.1)

---
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 Aug 27, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 8, 2022

Superseded by #205.

@dependabot dependabot bot closed this Mar 8, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/neon-cli-0.9.1 branch March 8, 2022 04:11
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