Skip to content

Releases: gboudreau/ws-api-python

0.26.0

02 Jan 16:08
653dd49

Choose a tag to compare

0.26.0 Pre-release
Pre-release

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

15 Dec 14:44
c33df53

Choose a tag to compare

0.25.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.24.0...0.25.0

0.24.0

02 Dec 01:54
f6f5b35

Choose a tag to compare

0.24.0 Pre-release
Pre-release

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

11 Nov 00:08
0b07ef0

Choose a tag to compare

0.22.0 Pre-release
Pre-release

What's Changed

  • Exclude expired activities by @Deigue in #17
  • Subdivision: Fill currency type information by @Deigue in #18
  • Download Monthly Statement transactions by @Deigue in #19

Full Changelog: 0.21.1...0.22.0

0.21.0

31 Oct 13:01
b05b3d0

Choose a tag to compare

0.21.0 Pre-release
Pre-release

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

25 Oct 10:18
189d3a6

Choose a tag to compare

0.19.0 Pre-release
Pre-release

What's Changed

  • new: description for "Non-registered: self-directed" by @Deigue in #11

New Contributors

Full Changelog: 0.18.1...0.19.0

0.18.1

24 Oct 23:13
19819bf

Choose a tag to compare

0.18.1 Pre-release
Pre-release
  • 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

05 Oct 11:59
e792a63

Choose a tag to compare

0.18.0 Pre-release
Pre-release

What's changed

Full Changelog: 0.17.0...0.18.0

0.17.0

04 Oct 21:30
a562ff6

Choose a tag to compare

0.17.0 Pre-release
Pre-release

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

12 Aug 00:44
679a21e

Choose a tag to compare

0.16.0 Pre-release
Pre-release

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