Skip to content

Releases: Skycoder42/libsodium_dart_bindings

Release of package sodium - Version 3.0.0

26 Jul 13:19
fb86299
Compare
Choose a tag to compare

Changelog

3.0.0 - 2024-07-26

Changed

  • Updated min required dart SDK to 3.4.0
  • Updated dependencies
  • Updated expected libsodium version 1.0.20
  • [BREAKING] Use BigInt for crypto.kdf.deriveFromKeys subKeyId
    • This ensure that 64bit integers can be used safely in the VM and JS
  • Refactor JS implementation to use the new dart:js\_interop and package:web libraries
    • This ensures compatibility with WASM and modern dart/flutter
  • Seal all data types

Removed

  • [BREAKING] Removed deprecations
    • Removed pwhash and aead from the non-sumo API
      • They still exist in the sumo API
    • Removed old SodiumInit.init* methods
      • The SodiumInit.init*2 methods have been renamed to remove the 2

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

Release of package sodium_libs - Version 2.2.1+6

16 Jun 18:52
321ea21
Compare
Choose a tag to compare

Changelog

2.2.1+6 - 2024-06-11

Changed

  • Update embedded libsodium binaries

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

[INTERNAL] Precompiled libsodium binaries v1.0.20

12 Jul 06:20
321ea21
Compare
Choose a tag to compare

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

Release of package sodium_libs - Version 2.2.1+5

21 May 04:55
c186602
Compare
Choose a tag to compare

Changelog

2.2.1+5 - 2024-05-21

Changed

  • Update embedded libsodium binaries

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

Release of package sodium_libs - Version 2.2.1+4

14 May 04:59
87263a4
Compare
Choose a tag to compare

Changelog

2.2.1+4 - 2024-05-14

Changed

  • Update embedded libsodium binaries

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

Release of package sodium_libs - Version 2.2.1+3

08 May 20:12
737153e
Compare
Choose a tag to compare

Changelog

2.2.1+3 - 2024-05-08

Changed

  • Update embedded libsodium binaries

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

Release of package sodium_libs - Version 2.2.1+2

08 May 06:38
87a97fd
Compare
Choose a tag to compare

Changelog

2.2.1+2 - 2024-05-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.1+1

27 Mar 12:19
9e07dca
Compare
Choose a tag to compare

Changelog

2.2.1+1 - 2024-03-26

Changed

  • Update embedded libsodium binaries

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

Release of package sodium_libs - Version 2.2.1

12 Mar 08:47
f46b194
Compare
Choose a tag to compare

Changelog

2.2.1 - 2024-03-12

Changed

  • Update dependencies
  • Update min dart sdk to 3.3.0
  • Update min flutter sdk to 3.19.0
  • Update min sodium version to 2.3.1
  • Update embedded libsodium binaries

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

Release of package sodium - Version 2.3.1+1

12 Mar 10:35
ff99219
Compare
Choose a tag to compare

Changelog

2.3.1+1 - 2024-03-12

Fixed

  • Fix pana linter issues

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