Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@s1rius s1rius released this 14 Oct 17:28
· 32 commits to master since this release

[0.2.0] (2023-10-14)

Add

  • cli: Add key, nonce to cli options #29
  • Add create time info to file header #38
  • Make file rorate duration configurable #46
  • Add log file header extra info #48
  • Add AES-GCM-SIV encryption as mandatory for v2 #56
  • Generate a unique nonce for each encryption instance #56
  • Make log record format configurable #66
  • Add integration test #67
  • Rotate file when the query date is today #70
  • android: Add x86 and x86_64 ABI support #71
  • android: make android_logger dependency optional #75
  • Add nest-log example #76

Change

  • Break change the request_log_files_for_date function paramter to a time range #90
  • Break android:rename native function name, remove underline #26
  • remove global panic hook #91
  • Use varint to describe log's content length #32
  • Compress first then encrypt #40

Fix

  • Auto rotate log file, when the config is not match previous #60