Releases: ig-python/trading-ig
Releases · ig-python/trading-ig
0.0.12
0.0.12 (2021-07-28)
- uses Poetry to publish to Python Package Index
0.0.11
0.0.11
- code samples improved, new FAQ
- Adds support for update open position v2
- new function to calculate mid prices for historic data
- Adds support for getting and updating account prefs
- Adds support for
/markets
endpoint for getting details of multiple markets - new sample script to traverse navigation tree and get epics, new FAQ
v3 sessions, Poetry, and more
0.0.10
- simplified request headers:
requests.Session
now handles persistence - adds support for v3 session creation (#157)
- implementation and test for fetch_working_orders() v2 (like PR #187)
- adds support for fetch_historical_prices_by_epic_and_date_range() v2
- adds support for fetch_open_positions() v2
- dependency management with Python Poetry (#149)
- more robust handling of IG API rate limits
- support for all the
/history/activity
endpoints - better test coverage. now 80% for
rest.py
(#38) - documentation improvements
0.0.9
release 0.0.8
- docs restructured and reintegrated with readthedocs.io
- Fix for a bug in 'expand-columns()' that would cause an error if values were missing/null
- unit tests for v3 historic prices method
- Tidy up usage of "version" across the REST API to make it consistent
- Marked methods that use an outdated version with TODOs
- Fixed issues with switch_account(), delete_working_order() etc. which were not specifying a version correctly
- unit tests for v1, v2 historic prices methods
- allowing historic prices format to be defined at runtime
- new optional flatter format for historic prices
- release notes