Releases: oittaa/ibkr-report-parser
Releases · oittaa/ibkr-report-parser
v2023.05.02
What's Changed
- Bump python from 3.11.0-slim to 3.11.2-slim by @dependabot in #567
- PEP 484 compatibility, mypy 1.1.1 by @oittaa in #599
- Add Python 3.11, remove Python 3.7 by @oittaa in #600
- Bump flake8 from 5.0.4 to 6.0.0 by @dependabot in #484
- App Engine Python Runtime 3.11 by @oittaa in #629
Full Changelog: v2022.08.08...v2023.05.02
v2022.08.08
What's Changed
- More precise checking we're parsing a correct row by @oittaa in #245
- accept=".csv" by @oittaa in #246
- Bump python from 3.10.5-slim to 3.10.6-slim by @dependabot in #379
- Bump flask from 2.2.0 to 2.2.1 by @dependabot in #375
- Bump google-cloud-storage from 2.4.0 to 2.5.0 by @dependabot in #374
Full Changelog: v2022.04.11...v2022.08.08
v2022.04.11
What's Changed
Full Changelog: v2022.03.21...v2022.04.11
v2022.03.21
What's Changed
- Bump python from 3.10.2-slim to 3.10.3-slim by @dependabot in #207
Full Changelog: v2022.01.20...v2022.03.21
v2022.01.20
What's Changed
- Update google-cloud-storage, separate tests by @oittaa in #137
- entry_points by @oittaa in #139
- Bump python from 3.10.1-slim to 3.10.2-slim by @dependabot in #140
- export StorageType by @oittaa in #141
Full Changelog: v2022.01.19...v2022.01.20
v2022.01.19
mypy issue moved to another repo (#134)
v2021.11.26
- Environment variables
v2021.11.24
- Moved caching to Storage class, which is now an Abstract Base Class.
- Bump boto3 to 1.20.12
v2021.11.21
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
Update documentation (#65)