Skip to content

Releases: oittaa/ibkr-report-parser

v2023.05.02

02 May 09:38
a1cb362
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2022.08.08...v2023.05.02

v2022.08.08

08 Aug 13:18
30a9a24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2022.04.11...v2022.08.08

v2022.04.11

11 Apr 19:40
ccf8667
Compare
Choose a tag to compare

What's Changed

  • Work with the new IBKR 2022 data format by @oittaa in #243

Full Changelog: v2022.03.21...v2022.04.11

v2022.03.21

21 Mar 10:02
e930c4e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2022.01.20...v2022.03.21

v2022.01.20

20 Jan 18:24
76ddba6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2022.01.19...v2022.01.20

v2022.01.19

19 Jan 12:03
3b5d23c
Compare
Choose a tag to compare
mypy issue moved to another repo (#134)

v2021.11.26

26 Nov 00:44
c394159
Compare
Choose a tag to compare
  • Environment variables

v2021.11.24

23 Nov 23:11
41c63f5
Compare
Choose a tag to compare
  • Moved caching to Storage class, which is now an Abstract Base Class.
  • Bump boto3 to 1.20.12

v2021.11.21

21 Nov 14:59
ecb29b3
Compare
Choose a tag to compare

New storage backend.

  • Amazon Web Services S3
  • Google Cloud Storage
  • Local file system

Install optional backends with pip:

pip install ibkr-report-parser[aws,gcp]

v2021.11.19

19 Nov 20:02
d96dfa0
Compare
Choose a tag to compare
Update documentation (#65)