v1.0.0-beta.0
Pre-release
Pre-release
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
andi-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
- Before:
- Added support for more container platforms:
386
,arm64
,arm/v7
,arm/v6