Releases: mobilecoinofficial/android-sdk
Releases · mobilecoinofficial/android-sdk
v6.1.2
v6.1.1
Added
- Update NDK to 28.0.13004108
Upgrading
No code changes are required to upgrade from 6.1.0 to 6.1.1
v6.1.0
Added
- Add API for creating a Proof of Reserve SCI
Upgrading
No code changes are required to upgrade from 6.0.0 to 6.1.0
v6.0.1
Changed
- Replaced
android.supportdependencies with newandroidxversions
Fixed
- Fixed error logged on
FogReportfinalizecall
Removed
- Removed Jetifier
Upgrading
No code changes are required to upgrade from 6.0.0 to 6.0.1
v6.0.0
Changed
- Attestation now uses DCAP instead of EPID on supported network versions
- Deprecated
VerifierAPI in favor ofTrustedIdentity
Upgrading
- Replace deprecated
Verifierconfiguration code with newTrustedIdentity
v5.0.1
Changed
- Order
FogSeeds byingestInvocationId
Upgrading
No code changes are required to upgrade from 5.0.0 to 5.0.1
v5.0.0
Changed
- Exposed
AttestedClientand related APIs - Updated dependencies
- Updated MobileCoin to version 5.0.0
Upgrading
No code changes are required to upgrade from 4.1.1 to 5.0.0
v4.1.1
Added
- OnetimeKeys
- OnetimeKeys.createTxOutPublicKey
- RistrettoPrivate.fromRandom
Changed
- Moved Util.recoverOnetimePrivateKey to OnetimeKeys and made public
- Moved Util.getSharedSecret to OnetimeKeys and made public
Upgrading
No code changes are required to upgrade from 4.1.0 to 4.1.1
v4.1.0
Added
- Javadoc
- Sources
- versionedCryptoBoxEncrypt
- protoc plugin for generating HTTP APIs
- Added more logging statements to critical areas of code
Changed
- Updated bindings to version 4.1.0
- HTTP APIs are now auto-generated using a protoc plugin
- Various logging statements have been improved
- AccountKey sub-keys are exposed via getters
- Dependency updates
Upgrading
No code changes are required to upgrade from 4.0.0.1 to 4.1.0
v4.0.0.1
Added
VersionedCryptoBox.versionedCryptoBoxEncrypt(RistrettoPublic, byte[])- Can be used to encrypt data for a recipient using the recipient's public key
- The recipient can decrypt the data using their private key
Changed
- Exposed accessors for
AccountKeykeys to public API - Updated dependency versions
- Changed license to Apache Version 2.0
Upgrading
- AccountKey.createNew has been deprecated. Please remove references to it and use one of the other AccountKey creation methods