Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@paragonie-scott paragonie-scott released this 26 Oct 00:44
· 75 commits to master since this release
v1.1.0
  • The first record in a Chronicle now has a prevhash of NULL. This allows foreign key constraints to be added to the database table definition.
  • When publishing files to the Chronicle, anything that cannot be safely encoded in JSON will cause the write to fail.
    • This is preferable to causing the export API to break forever.
    • We recommend base64url-encoding any binary blobs before sending them to Chronicle.
  • We now have documentation for Chronicle's internals.
  • New feature: concurrent instances
  • Several command line scripts return JSON messages if you pass the -j flag, to make them more useful in automation scripting (without forcing users to parse the standard CLI output messages manually).