Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Feb 17:16
· 15 commits to refs/heads/main since this release
542cc96

Breaking Changes

Function tokens have been removed from latest versions of Cape SDKs; the new authentication method is to use personal access tokens. Technically this introduces a feature regression, since PATs give access to a user's entire set of deployed functions. A future update will allow PATs to be scoped to only authenticate run requests for specific functions, which will bring back parity with the function token approach.

What's Changed

  • bump cryptography to resolve security alert (#117) @jvmncs
  • bump dependencies, resolving some dependabot warnings (#116) @jvmncs
  • fix docsite logo and missing cape_encrypt api ref (#114) @jvmncs
  • refactor pycape api to use PATs, not fn tokens (#113) @jvmncs
  • small fix to Cape.key response handler (#112) @jvmncs