Releases: Skycoder42/libsodium_dart_bindings
Releases · Skycoder42/libsodium_dart_bindings
Release of package sodium_libs - Version 2.2.0+4
Release of package sodium_libs - Version 2.2.0+3
Release of package sodium_libs - Version 2.2.0+2
Release of package sodium_libs - Version 2.2.0+1
Release of package sodium_libs - Version 2.2.0
Changelog
2.2.0 - 2023-09-23
Added
- Added embedded binaries for linux
- Optional, pkgconfig build is still supported, but not the default anymore
- Currently,
x86_64
andaarch64
are supported
Changed
- Update embedded libsodium to version 1.0.19
- Update dependencies
- Update min sodium version to 2.3.0
- Update tooling for building libsodium in the CI
The package and it's documentation are available at pub.dev.
Release of package sodium - Version 2.3.0
Changelog
2.3.0 - 2023-09-23
Changed
- Update supported libsodium version to 1.0.19
- The library will still work with older versions, but it is recommended to upgrade your binaries to 1.0.19
- Any modifications to the API in future versions may not be compatible with older versions of libsodium
- Update dependencies
- Update tooling for building libsodium in the CI
The package and it's documentation are available at pub.dev.
Release of package sodium_libs - Version 2.1.2+2
Release of package sodium_libs - Version 2.1.2+1
Release of package sodium - Version 2.2.0
Changelog
2.2.0 - 2023-09-12
Added
- Add implementation for
crypto_aead_chacha20poly1305
assodium.crypto.aeadChaCha20Poly1305
. (#61)
Changed
sodium.crypto.aead
has been renamed tosodium.crypto.aeadXChaCha20Poly1305IETF
. The implementation has not
changed, only the name of the getter. (#61)
Deprecated
sodium.crypto.aead
was renamed and thus deprecated. Usesodium.crypto.aeadXChaCha20Poly1305IETF
instead. (#61)
The package and it's documentation are available at pub.dev.
[INTERNAL] Precompiled libsodium binaries v1.0.19
Internal release of precompiled libsodium binaries, required for the sodium_libs package.