Skip to content

v0.31.0

Choose a tag to compare

@anulum anulum released this 22 Jun 18:18
· 23 commits to main since this release

Added

  • A best-effort update notice: synapse --version checks PyPI (cached once a day,
    silenced by SYNAPSE_NO_UPDATE_CHECK=1) and prints a one-line upgrade hint when a
    newer release exists; every network or cache failure is non-fatal and silent.
  • CI runs pip-audit against the runtime dependencies and fails on any known
    vulnerability.
  • README: PyPI version and downloads badges.