Enhancements to account refresh, support for account deletion, and other optimizations
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
- Use
getpass
to retrieve user password by @keegandahm in #94 - Change how version is sourced for setup.py and bump version by @hammem in #103
- Update README.md by @hammem in #100
- Add more unit tests by @hammem in #83
New Contributors
- @keegandahm made their first contribution in #84
- @MichalikSJ21 made their first contribution in #102
Full Changelog: v0.1.11...v0.1.12