Skip to content

Releases: Skycoder42/libsodium_dart_bindings

Release of package sodium_libs - Version 2.2.0+4

07 Nov 07:21
d42a0d0
Compare
Choose a tag to compare

Changelog

2.2.0+4 - 2023-11-07

Changed

  • Update embedded libsodium binaries

The package and it's documentation are available at pub.dev.

Release of package sodium_libs - Version 2.2.0+3

31 Oct 07:15
c83d9cf
Compare
Choose a tag to compare

Changelog

2.2.0+3 - 2023-10-31

Changed

  • Update embedded libsodium binaries

The package and it's documentation are available at pub.dev.

Release of package sodium_libs - Version 2.2.0+2

24 Oct 07:54
772fe3c
Compare
Choose a tag to compare

Changelog

2.2.0+2 - 2023-10-24

Changed

  • Update embedded libsodium binaries

The package and it's documentation are available at pub.dev.

Release of package sodium_libs - Version 2.2.0+1

11 Oct 08:40
d4bbbd8
Compare
Choose a tag to compare

Changelog

2.2.0+1 - 2023-10-10

Changed

  • Update embedded libsodium binaries

The package and it's documentation are available at pub.dev.

Release of package sodium_libs - Version 2.2.0

24 Sep 10:12
6b2e401
Compare
Choose a tag to compare

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 and aarch64 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

23 Sep 17:29
Compare
Choose a tag to compare

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

19 Sep 10:43
b9a67fc
Compare
Choose a tag to compare

Changelog

2.1.2+2 - 2023-09-19

Changed

  • Update embedded libsodium binaries

The package and it's documentation are available at pub.dev.

Release of package sodium_libs - Version 2.1.2+1

12 Sep 07:42
3894e5a
Compare
Choose a tag to compare

Changelog

2.1.2+1 - 2023-09-12

Changed

  • Update embedded libsodium binaries

The package and it's documentation are available at pub.dev.

Release of package sodium - Version 2.2.0

12 Sep 05:43
6195288
Compare
Choose a tag to compare

Changelog

2.2.0 - 2023-09-12

Added

  • Add implementation for crypto_aead_chacha20poly1305 as sodium.crypto.aeadChaCha20Poly1305. (#61)

Changed

  • sodium.crypto.aead has been renamed to sodium.crypto.aeadXChaCha20Poly1305IETF. The implementation has not
    changed, only the name of the getter. (#61)

Deprecated

  • sodium.crypto.aead was renamed and thus deprecated. Use sodium.crypto.aeadXChaCha20Poly1305IETF instead. (#61)

The package and it's documentation are available at pub.dev.

[INTERNAL] Precompiled libsodium binaries v1.0.19

14 Sep 05:27
3894e5a
Compare
Choose a tag to compare

Internal release of precompiled libsodium binaries, required for the sodium_libs package.