Skip to content

Releases: moneykit/moneykit-python

v0.2.0

16 Oct 17:42
Compare
Choose a tag to compare

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

v0.1.15

06 Aug 16:37
Compare
Choose a tag to compare

Full Changelog: v.0.1.14...v0.1.15

v0.1.14

02 May 17:02
Compare
Choose a tag to compare

Full Changelog: v0.1.13...v.0.1.14

v0.1.13

15 Apr 16:07
Compare
Choose a tag to compare

Full Changelog: v0.1.10...v0.1.13

v0.1.10

14 Feb 14:21
Compare
Choose a tag to compare

Full Changelog: v0.1.9...v0.1.10

v0.1.9

14 Feb 13:57
Compare
Choose a tag to compare

Full Changelog: v0.1.8...v0.1.9

v0.1.8

31 Jan 19:57
Compare
Choose a tag to compare

Full Changelog: v0.1.7...v0.1.8

v0.1.7

09 Jan 15:07
Compare
Choose a tag to compare

Full Changelog: v0.1.6...v0.1.7

v0.1.6

09 Jan 14:25
Compare
Choose a tag to compare

Investments APIs
Full Changelog: v0.1.5...v0.1.6

v0.1.5

20 Dec 11:13
Compare
Choose a tag to compare

Full Changelog: v0.1.4...v0.1.5

  • Add institution_avatar to /links/{id}