Releases: alexdlaird/amazon-orders
Releases · alexdlaird/amazon-orders
4.0.18
4.0.17
Added
warn_on_missing_required_fieldto the config file, set toTrueto log a warning message instead of raising an exception when a required fields are missing.
4.0.16
Added
- Stability improvements to auth flow.
4.0.15
Added
- Stability improvements to auth flow.
4.0.14
Added
- Support for Amazon's new claim for in the auth flow.
- Stability improvements to auth flow.
Fixed
- Issue printing cancelled orders in CLI.
4.0.13
Fixed
- Parsing cancelled orders in history.
- Selector stability for parsing order ID and date.
4.0.12
Added
- Documentation improvements.
4.0.11
Added
- Support for automating Amazon's new Captcha solution that is pre-populated in the form field.
Removed
- Support for Python 3.8.
4.0.10
Added
Order.multibuy_discount,Order.amazon_discount,Order.gift_card, andOrder.gift_wrapfields, which are now parsed alongside other subtotals.
4.0.9
Added
- Support for parsing shipping data from new
data-componenttag. Order.reward_pointsfield, which is now parsed alongside other subtotals.
Fixed
- Edge case where
Order.subscription_discountwas not populated.