Skip to content

chore(deps): Bump napi from 2.16.17 to 3.8.2#3

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/napi-3.8.2
Open

chore(deps): Bump napi from 2.16.17 to 3.8.2#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/napi-3.8.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 13, 2026

Copy link
Copy Markdown

Bumps napi from 2.16.17 to 3.8.2.

Release notes

Sourced from napi's releases.

napi-v3.8.2

Fixed

  • (napi) memory leak in async fn (#3089)
  • (napi) implement TypeName for ArrayBuffer (#3087)

napi-v3.8.1

Fixed

  • (napi) wasi debug compile error (#3081)

napi-v3.8.0

Added

  • (napi) support any object types in Stream(#2854)
  • (napi-derive) add #[napi(async_iterator)] macro attribute (#3072)

Fixed

  • (napi) validate status before copying data in env arraybuffer fallback (#3077)
  • (napi) validate status before copying in remaining TypedArray fallback paths (#3076)
  • (napi) validate status before copying in TypedArray owned ToNapiValue fallback (#3080)
  • (napi) validate status before copying in ArrayBuffer ToNapiValue fallback (#3079)
  • (napi) skip debug buffer tracking on wasm targets (#3078)

napi-v3.7.1

Other

  • clippy fix for Rust 1.92.0 (#3058)

napi-v3.7.0

Added

  • (napi) provide unsafe as_mut on ArrayBuffer (#3055)
  • (napi) support Promise.resolve/reject (#3053)

napi-v3.6.1

Other

  • updated the following local packages: napi-sys

napi-v3.6.0

Added

  • (napi-derive) add tracing feature for debug logging NAPI function calls (#3041)
  • (napi) add node_api_create_object_with_properties support for enum creation (#2990)

Fixed

  • (napi) bigInt comparison (#3039)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [napi](https://github.com/napi-rs/napi-rs) from 2.16.17 to 3.8.2.
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](https://github.com/napi-rs/napi-rs/compare/napi@2.16.17...napi-v3.8.2)

---
updated-dependencies:
- dependency-name: napi
  dependency-version: 3.8.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jan 13, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

yfedoseev added a commit that referenced this pull request Jun 11, 2026
…e JEA 2020)

A fast, compact immutable membership filter built once from a fixed key
set into ≈1.23·n fingerprint slots. Each key maps to three slots (one
per third); the invariant is that the XOR of a key's three slots equals
its fingerprint, so a query is three memory accesses + an XOR — no false
negatives, FPR ≈ 2^{−bits} (≈0.39% Xor8, ≈0.0015% Xor16). Construction
peels the 3-hypergraph and back-substitutes in reverse, retrying with a
fresh seed on the rare unpeelable graph.

The widely-referenced predecessor of BinaryFuseFilter; simpler and named
Xor8/Xor16 across the ecosystem (RocksDB, Go/Zig/Rust).

Roadmap Tier 1 (#3, XOR Filter).

6 unit tests + doctest; full lib suite green; clippy -D warnings (lib)
and fmt clean.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants