Skip to content

v1.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@agates agates released this 06 Sep 20:06
· 283 commits to main since this release
3c0c05f

Changes since v1.0.0-alpha.0:

  • Moved the server component behind an extra install flag to increase CLI install compatibility with those who don't need to run the server on systems where setting up dependencies is non-trivial. If you need to install the server component, we recommend using the container (docker) image. But you can still install it with pip install podping-hivewriter[server].
  • Moved the server options for status and i-know-what-im-doing to the main CLI entrypoint to be less confusing. They can also now be set via environment variables
    • Before: podping server --no-status --i-know-what-im-doing
    • After: podping --no-status --i-know-what-im-doing server
  • Added support for more container platforms: 386, arm64, arm/v7, arm/v6