Skip to content

Releases: Skycoder42/libsodium_dart_bindings

Release of package sodium_libs - Version 3.3.0+4

02 Dec 06:48
97dd306
Compare
Choose a tag to compare

Changelog

3.3.0+4 - 2024-12-01

Fixed

  • Fixed invalid framework anatomy for macOS framework (#135)

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

Release of package sodium_libs - Version 3.3.0+3

26 Nov 07:19
8ff1dc1
Compare
Choose a tag to compare

Changelog

3.3.0+3 - 2024-11-26

Changed

  • Updated dependencies
  • Updated min sodium version to 3.4.3
    • Includes important bug fix

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

Release of package sodium - Version 3.4.3

26 Nov 07:02
6d47a23
Compare
Choose a tag to compare

Changelog

3.4.3 - 2024-11-26

Changed

  • Allow SecureKeys and KeyPairs to be disposed more then once

Fixed

  • Fixed crash when Uint8Lists are returned as isolate result
  • Ensure keys are diposed as early as possible on isolates

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

Release of package sodium - Version 3.4.2

20 Nov 20:05
a45fb14
Compare
Choose a tag to compare

Changelog

3.4.2 - 2024-11-20

Changed

  • Updated dependencies

Fixed

  • Fixed wrong invalid buffer offset for signedView() and unsignedView()

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

Release of package sodium - Version 3.4.1

07 Nov 07:22
54a5153
Compare
Choose a tag to compare

Changelog

3.4.1 - 2024-11-07

Changed

  • Improved performance by removing unnecessary byte array copies for output data
  • Updated dependencies

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

Release of package sodium_libs - Version 3.3.0+2

05 Nov 06:12
c9aa56e
Compare
Choose a tag to compare

Changelog

3.3.0+2 - 2024-11-05

Changed

  • Update embedded libsodium binaries

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

Release of package sodium_libs - Version 3.3.0+1

29 Oct 06:46
435a622
Compare
Choose a tag to compare

Changelog

3.3.0+1 - 2024-10-29

Changed

  • Update embedded libsodium binaries

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

Release of package sodium_libs - Version 3.3.0

22 Oct 08:07
778ad5b
Compare
Choose a tag to compare

Changelog

3.3.0 - 2024-10-21

Added

  • Run integration tests via firebase test labs

Changed

  • Updated dependencies
  • Update embedded libsodium binaries
  • Updated min sodium version to 3.4.0
    • This includes the newly added low level isolate APIs

Removed

  • Removed BrowserStack integration tests as, BrowserStack does not sponsor
    App Automate

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

Release of package sodium - Version 3.4.0

20 Oct 07:52
73de3e8
Compare
Choose a tag to compare

Changelog

3.4.0 - 2024-10-20

Added

  • Added low level isolate helpers

Changed

  • Updated dependencies

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

Release of package sodium - Version 3.3.0

20 Sep 14:50
134c092
Compare
Choose a tag to compare

Changelog

3.3.0 - 2024-09-20

Added

  • Added crypto_sign_ed25519_pk_to_curve25519 and crypto_sign_ed25519_sk_to_curve25519 sumo functions (#123)

Changed

  • Updated dependencies
  • Improved isolate transfers for FFI secure keys
  • Add finalization to JS secure keys if forgotten to dispose
  • Exposed ready property on LibSodiumJS

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