Skip to content

Releases: terl/lazysodium-android

5.1.0

17 Nov 22:08
e1a67e5
Compare
Choose a tag to compare

Updates:

  • Upgrade lazysodium to the latest 1.0.18 release
  • Add ristretto support

Breaking:

  • Bump minimum supported API version to 19 (previously 18).

5.0.2

05 Apr 19:51
c740c34
Compare
Choose a tag to compare

Small update:

  • Downgrade minSdk to 18 so more projects can use this.

5.0.1

05 Apr 11:54
Compare
Choose a tag to compare

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

04 Apr 21:32
60f936c
Compare
Choose a tag to compare

Major breaking:

  • Migration away from Bintray meant that the groupId had to be changed from com.goterl.lazycode:lazysodium-android to com.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

19 Jan 10:22
b9244bd
Compare
Choose a tag to compare

Major changes:

4.2.0

11 Jul 10:22
c22a9e6
Compare
Choose a tag to compare

Updates:

  • Added AzureCI testing for better resiliency.
  • Updated to Lazysodium 4.3.0.

Minor breaking:

4.1.1

03 Apr 23:32
c35753d
Compare
Choose a tag to compare

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

25 Sep 19:25
69815c1
Compare
Choose a tag to compare

Finalise tests and update Java classes.

4.0.0

21 Jul 00:10
4.0.0
2e28c39
Compare
Choose a tag to compare

New changes:

Enjoy 💯

3.7.1

14 Jun 19:42
3.7.1
3240174
Compare
Choose a tag to compare

New changes:

  • Made Lazysodium thread-safe. More than one instance of Sodium or SodiumJava can now be created. Credits to @dmitry-timofeev.

Enjoy 🍵