CHANGELOG
CHANGE: the Docker instance will wait for the ziti container healthy status (contribution from Ben Wong @bwong365 - #790)
CHANGE: Document solving the DNS propagation timeout for Docker instances that are using Caddy to manage the wildcard certificate.
CHANGE: Add usage hint in zrok config get --help
to clarify how to list all valid configName
and their current values by running zrok status
.
CHANGE: The Python SDK's Overview()
function was refactored as a class method (#846).
FEATURE: The Python SDK now includes a ProxyShare
class providing an HTTP proxy for public and private shares and a
Jupyter notebook example (#847).
FIX: PyPi publishing was failing due to a CI issue (#849)