Skip to content

Enhancements to account refresh, support for account deletion, and other optimizations

Compare
Choose a tag to compare
@hammem hammem released this 27 Apr 17:27
· 5 commits to main since this release
cb51588

What's New

  • Adds delete account endpoint by @CalvinChanCan in #85
  • Add queries for net value, recent daily account values by @keegandahm in #93
  • Added optional list of accounts_ids to is_accounts_refresh_complete by @MichalikSJ21 in #102
  • Add a delete_session() method by @hammem in #91
  • Remove base64 encoded logo image fields from GQL queries by @hammem in #99

Fixes

  • Improve input handling on interactive_login() and login() by @hammem in #92
  • Use explicitly set session_file in save/load_session by @keegandahm in #84

Internals

New Contributors

Full Changelog: v0.1.11...v0.1.12