- Upgrade
sysinfo
dependency to resolve an issue with building against a recent libc #140 - Set tracing writer to write to
stderr
instead ofstdout
#138 - The
lair-keystore
binary now exits with an error (exit code1
) if an error occurs #138
- enables some basic tracing #135
- fix to build.rs to not check sql formatting unless environment variable CHK_SQL_FMT=1
- breaking sqlcipher update for ios compatibility
- Add a way to migrate unencrypted databases to encrypted by providing an environment variable
LAIR_MIGRATE_UNENCRYPTED="true"
, Lair will detect databases which can't be opened and attempt migration. #121
- pin serde and rmp-serde #119