Skip to content

v0.29.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Feb 03:32
· 7 commits to main since this release

Breaking Changes

  • Removed token fetcher, client id/secret, and username/password auth from EasClient. You must now use access token for auth, generated from the UI.
  • Moved all imports to the top level - you can now reconfigure all imports to be from zepben.eas import .... Existing imports using
    from zepben.eas.client import ... will no longer work.

New Features

  • None.

Enhancements

  • None.

Fixes

  • None.

Notes

  • None.