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 neon-build from 0.8.2 to 0.9.1 in /native #37

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps neon-build from 0.8.2 to 0.9.1.

Release notes

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

v0.8.3

Changelog

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

Version 0.8.3

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-build](https://github.com/neon-bindings/neon) from 0.8.2 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.2...0.9.1)

---
updated-dependencies:
- dependency-name: neon-build
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 30, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 14, 2022

Superseded by #41.

@dependabot dependabot bot closed this Mar 14, 2022
@dependabot dependabot bot deleted the dependabot/cargo/native/neon-build-0.9.1 branch March 14, 2022 10:02
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants