Releases: gboudreau/ws-api-python
Releases · gboudreau/ws-api-python
0.26.0
What's Changed
- new: get_creditcard_account() function by @gboudreau in 448503a
- fix: account descriptions should not include currency anymore (there is only one account that contains both currencies now) by @gboudreau in f87072c
- new: various new account descriptions - Fixes #27 by @gboudreau in db4410e
- new: description for txn type = ASSET_MOVEMENT - Fixes #28 by @gboudreau in 0cf0f1d
Full Changelog: 0.25.0...0.26.0
0.25.0
0.24.0
What's Changed
- Update Python version to 3.10+ by @Deigue in #21
- new: Add Spend activity description by @Deigue in #23
- Handle no monthly txns gracefully by @Deigue in #25
- new: transaction description for CC payment (from savings to CC) by @gboudreau in f6f5b35
Full Changelog: 0.22.0...0.24.0
0.22.0
0.21.0
What's Changed
- Improve description for Subdivision transactions by @Deigue in #12 and #16
- fix: Pagination logic fixes by @Deigue in #13
- Allow pagination for get_activities by @Deigue in #14
- Add TRANSFER_OUT and cleanup API usage exceptions by @Deigue in #15
- new: transaction description for cash back program by @gboudreau in 2802121
Full Changelog: 0.19.0...0.21.0
0.19.0
0.18.1
- fix: (#10) correctly count parameters for callback function used to persist session info by @gboudreau in 19819bf
Full Changelog: 0.18.0...0.18.1
0.18.0
What's changed
- new: subdivision activity description by @gboudreau in e792a63
Full Changelog: 0.17.0...0.18.0
0.17.0
What's Changed
- new: support for Wealthsimple Visa Infinite credit card account & transactions - Fixes #9 by @gboudreau in 4f11368
- fix: when trying to use an expired refresh token, throw a ManualLoginRequired exception, instead of throwing a random KeyNotFound exception by @gboudreau in a562ff6
Full Changelog: 0.16.0...0.17.0
0.16.0
What's Changed
- fix: check if assetQuantity is None. If so, don't caculate the security. by @404alex in #8
- new: Allow specifying start and end dates for getActivities - default to null & today at midnight respectively by @gboudreau in 3349a39
New Contributors
Full Changelog: 0.14.1...0.16.0