Releases: terl/lazysodium-android
Releases · terl/lazysodium-android
5.1.0
5.0.2
5.0.1
Minor change. In this release we've attempted to remove jCenter from all dependencies. However one dependency still has yet to migrate: trove4j. See this issue https://youtrack.jetbrains.com/issue/IDEA-261387
- Update Lazysodium Java to 5.0.1 (removing jCenter from there)
- Remove jCenter save for one dependency, see above.
5.0.0
Major breaking:
- Migration away from Bintray meant that the groupId had to be changed from
com.goterl.lazycode:lazysodium-android
tocom.goterl:lazysodium-android
- Lazysodium Android is now on mavenCentral 🥳 #94
Pipeline related:
- Lazysodium now uses SNAPSHOTs for all of its newly merged PRs into
master
.
4.3.1
4.2.0
Updates:
- Added AzureCI testing for better resiliency.
- Updated to Lazysodium 4.3.0.
Minor breaking:
- New param added for cryptoPwHashScryptSalsa208Sha256 terl/lazysodium-java#76
- Corrected a signature mismatch in crypto_generichash_blake2b_salt_personal terl/lazysodium-java#75
4.1.1
Additions:
- Add ability to provide a custom message encoder so now you can encode in Base64 or Hex or whatever.
- Updated Lazysodium to 4.2.6.
Breaking:
- Major breaking change includes upgrading to
minSdkVersion = 19
from 16. This is to better support NIO type code.
4.1.0
4.0.0
New changes:
- Upgraded all native shared libraries to libsodium
1.0.1.8
. - Lazysodium for Java available here: https://github.com/terl/lazysodium-java
Enjoy 💯
3.7.1
New changes:
- Made Lazysodium thread-safe. More than one instance of
Sodium
orSodiumJava
can now be created. Credits to @dmitry-timofeev.
Enjoy 🍵