Skip to content

Releases: cchdo/auth

Colab Secrets and Editing

15 Nov 04:49
a810401

Choose a tag to compare

This release changes how the api key is retrieved in the google colab environment to use the built in colab secrets

Warning

This removed support for the old hacky env file, you must migrate to using colab secrets. See the colab config documentation for how to do this.

The commands edit-cruise and edit-file were added to the cli.
These commands let you manually edit the metadata for cruise and file objects at CCHDO (if you have the credentials)

Full Changelog: v1.0.2...v1.1.0

v1.0.2

28 Jan 20:14

Choose a tag to compare

This version fixes a bug where valid API keys with no padding were being rejected as invalid.

Maintenance Release

17 Dec 18:35

Choose a tag to compare

This is a maintenance release with no API changes. The following has been updated:

  • Added classifiers to the setup.cfg
  • Automated publishing to pypi