Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Oct 22:14
· 2 commits to main since this release

5.0.0 (2023-10-13)

Bug Fixes

  • 🐛 add AsSpan and AsReadOnlySpan to NativeArray for Unity 2021.3 (0e51971)
  • 🐛 fix compile error in test script unity 2021.3 (462e612)
  • 🐛 update scripts to use explicit AsSpan APIs (849f1b3)
  • 🐛 use new collections API and collisions with extension methods (6737cfe)
  • accounts: change encryption of LocalAccountStore to prevent crashes (#222) (d02fc90)
  • webgl: 🐛 remove unsupported apis on webgl (3202b93)

Code Refactoring

  • 🔥 remove .NET SDK support (34c9d39)
  • 🔥 remove WalletConnect support from this SDK (76c48bb)

Features

  • algod: ✨ add round field to Algorand.Unity.Algod.Box (7796b7d)
  • crypto: ✨ add PwHash store methods (721907b)
  • crypto: ✨ add PwHash struct and related APIs (6642e99)
  • crypto: ✨ add PwHash to represent password hashes for storage (3f9bfb3)
  • crypto: ✨ add SecretBox related APIs for encrypt and decrypt (a6f7ea0)
  • crypto: ✨ add SodiumArray (5c03fa3)
  • crypto: ✨ add SodiumReference (11762f6)
  • crypto: ✨ add SodiumString (fdd3ccb)
  • crypto: ✨ add mlock and munlock in sodium (0d9a4d7)
  • crypto: ✨ add new methods to support secret key -> seed and public keys (ac09b7d)
  • crypto: ✨ add Sha256 and X25519 APIs, and use Span based APIs (22cd7fd)
  • crypto: add ChaCha20 Encrypt and Decrypt functions (c4c2672)
  • encoding: ✨ add new different base conversions, including baseN (2d4a515)
  • json: ✨ add jsonrpc utilities assembly (d4fa97e)
  • libsodium: ✨ add pwhash, secretbox apis (568b039)
  • walletconnect: ✨ add WalletConnectSignError (01f43b3)
  • walletconnect: ✨ add relay and pairing WalletConnectV2 Apis (286c235)

BREAKING CHANGES

  • Remove compatibility with .NET Algorand SDK
  • WalletConnect is no longer supported. All related samples have been removed.