Skip to content

v0.2.13: Miscellaneous polishing

Compare
Choose a tag to compare
@emk emk released this 23 Nov 15:14

Added

  • Wrote some basic developer documentation to supplement the justfiles.
  • Allow specifying --falconerid-log-level for falconeri deploy. This uses standard RUST_LOG syntax, as described in the CLI help.

Fixed

  • Cleaned up tracing output a bit.
  • Switched to using rustls for HTTPS. Database connections still indirectly require OpenSSL thanks to libpq.