Releases: Psiphon-Inc/psicash-lib-android
Releases · Psiphon-Inc/psicash-lib-android
v3.2.2
v3.2.1
Provide a minification rule to keep ca.psiphon.psicashlib
package classes available to library consumers.
v3.2.0
Update core lib to v1.5.0 to fix metadata issues
v3.1.2
Update core lib. This update improves datastore file operation robustness.
v3.1.1
v3.1.0
Add forceReset flag to Init()
v3.0.5
Add 64-bit native library to output aar.
v3.0.3
Prevent concurrent RefreshState/NewExpiringTransaction. This is a short-term solution to Psiphon-Inc/psiphon-issues#557
v3.0.2
Mutex datastore reads (in addition to writes). Thread safety is now ensured at the C++ (core lib) level. Also updated the C++ core.
v3.0.1
Replace "synchronized" with a ReadWriteLock.