Skip to content

Releases: alexdlaird/amazon-orders

3.2.15

09 Mar 23:22
Compare
Choose a tag to compare

Fixed

  • Issue where AmazonOrdersConfig could not be pickled.

3.2.14

08 Mar 15:36
36d1662
Compare
Choose a tag to compare

Added

  • Order.free_shipping field.

Fixed

  • Duplicate currency symbol in CLI output for Order details.

3.2.13

02 Mar 23:24
Compare
Choose a tag to compare

Fixed

  • Broken parsing when Transaction.order_number is not selected from <a> tag.
  • Parsing issue with Transaction.seller in pending Transactions.

3.2.12

24 Feb 19:47
Compare
Choose a tag to compare

Fixed

  • Order.coupon_savings and Order.promotion_applied may have multiple values, sum if so.

3.2.11

23 Feb 13:56
Compare
Choose a tag to compare

Added

  • Order.coupon_savings field, which is now parsed alongside other subtotals.

3.2.10

21 Feb 15:13
Compare
Choose a tag to compare

Fixed

  • When full_details=True is set and an Order's details page can't be parsed, the partial Order will still be returned (along with a warning that it's not fully populated).
  • Broken parsing when Amazon renders a completely empty Transaction div.

3.2.9

20 Feb 00:30
Compare
Choose a tag to compare

Added

  • Further support for Amazon's new data-component tag on order ID and order date.

3.2.8

18 Feb 22:21
Compare
Choose a tag to compare

Added

  • Dependency and documentation improvements (including fixing links to BeautifulSoup entities).

3.2.7

17 Feb 19:27
Compare
Choose a tag to compare

Added

  • Fixes for parsing Amazon Fresh and Whole Foods Market orders, so they no longer need to be skipped (but their Items and Shipments will still be empty).

3.2.6

17 Feb 16:24
Compare
Choose a tag to compare

Added

  • Add generic integration tests for Transactions, now in weekly run.
  • Other test improvements.

Fixed

  • Broken parsing when Transaction is pending.