Skip to content

Commit

Permalink
prepare 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Jan 9, 2023
1 parent b2852c1 commit fcfbc81
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## Current

## v4.0.0
* crypto_secretstream_xchacha20poly1305_push accepts an int instead of a buffer for the tag param.
* crypto_secretstream_xchacha20poly1305_TAG_MESSAGE is now an int.
* crypto_secretstream_xchacha20poly1305_TAG_PUSH is now an int.
* crypto_secretstream_xchacha20poly1305_TAG_REKEY is now an int.
* crypto_secretstream_xchacha20poly1305_TAG_FINAL is not an int.
* Move to 1.0.18-stable instead of fixed 1.0.18 for easier build.
* Fix memleak in secure buffers.
* Moved to uv workers instead of n-api ones for async methods.
* musl prebuilds (for alpine linux).
* Update experimental tweak api.

## v3.4.1
* Fixed intel prebuild to still support sse (performance enhancement)

Expand Down

0 comments on commit fcfbc81

Please sign in to comment.