Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@anthony-moneykit anthony-moneykit released this 16 Oct 17:42
· 2 commits to main since this release

Potentially Breaking Changes

  • get_well_known_jwks replaces get_app_jwks in the AccessTokenApi class
    • users may now use their client ID with the kwarg x_client_id instead of using an access token with the authorization kwarg
  • LinkResponse has been renamed to LinkCommon
  • LinkProductError now has NO_PERMISSION added as an Enum value
  • PublicLinkError now has the following Enums added:
    • NO_ACCOUNTS
    • USER_SETUP_REQUIRED
    • INVALID_CREDENTIALS
    • USER_OAUTH_DENIED
    • USER_INPUT_INCORRECT

Minor Changes

  • raw_provider_data and closed have been added to our Identity, Account, and Account Numbers objects when available
  • TransactionSyncResponse now includes the field accounts which returns a list of AccountResponse objects
  • UpdateLinkRequest now has the field link_tags

Full Changelog: v0.1.15...v0.2.0