Skip to content

Releases: napi-rs/napi-rs

napi-v3.8.3

14 Feb 10:46
0b80be8

Choose a tag to compare

Fixed

  • (napi) prevent async iterator use-after-free during GC (#3120)

Other

  • replace BufferRef mention with BufferSlice (#3112)

napi-derive-v3.5.2

14 Feb 10:45
0b80be8

Choose a tag to compare

Fixed

  • (deps) update rust crate convert_case to 0.11 (#3114)

napi-derive-backend-v5.0.2

14 Feb 10:45
0b80be8

Choose a tag to compare

Fixed

  • (deps) update rust crate convert_case to 0.11 (#3114)
  • (napi-derive) escape * in comments (#3109)

napi-v3.8.2

08 Jan 13:40
73cfbdb

Choose a tag to compare

Fixed

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

napi-derive-v3.5.1

08 Jan 13:40
73cfbdb

Choose a tag to compare

Other

  • updated the following local packages: napi-derive-backend

napi-derive-backend-v5.0.1

08 Jan 13:39
73cfbdb

Choose a tag to compare

Fixed

  • (napi) memory leak in async fn (#3089)

napi-v3.8.1

30 Dec 16:21
e51ce82

Choose a tag to compare

Fixed

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

napi-v3.8.0

30 Dec 08:24
893e913

Choose a tag to compare

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-derive-v3.5.0

30 Dec 08:24
893e913

Choose a tag to compare

Added

  • (napi-derive) add #[napi(async_iterator)] macro attribute (#3072)

napi-derive-backend-v5.0.0

30 Dec 08:24
893e913

Choose a tag to compare

Added

  • (napi-derive) add #[napi(async_iterator)] macro attribute (#3072)