Skip to content

v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jan 18:43
· 102 commits to main since this release

Release Notes

New Features

  • Add a new environmental variable called "HYRIVER_SSL_CERT" for setting the path to a SSL certificate file other than the default one. You can do this like so:
import os

os.environ["HYRIVER_SSL_CERT"] = "path/to/file.pem"