forked from interchange/Amazon-MWS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
99 lines (61 loc) · 2.62 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Revision history for Amazon::MWS
0.132 Sun Oct 23 09:01:46 2016 CEST
[ENHANCEMENTS]
* Add GetPrepInstructionsForASIN and GetPrepInstructionsForSKU api methods provided by rinser.
0.131 Wed May 25 09:50:20 2016 CEST
[ENHANCEMENTS]
* Allow to limit the product upload steps (Marco Pessotto).
* Removed confirmed => 1 filters to get the orders waiting for shipping
(Marco Pessotto).
* Make _get_pending_jobs method of the uploader public
(Marco Pessotto).
* Allow additional parameters for resume method and keep the jobs
in predictable order (Marco Pessotto).
[DOCUMENTATION]
* Add sections about uploading products, deleting products
and resuming uploads to the main documentation (Stefan Hornburg/Racke).
* Add note about image links to Product class documentation
(Stefan Hornburg/Racke).
* Add comment about usage of Amazon::MWS::Client to the documentation.
(Stefan Hornburg/Racke).
0.130 Sat Apr 2 08:08:26 2016 CEST
[ENHANCEMENTS]
* Add method to retrieve skus with warnings (Marco Pessotto).
* Add color and size mismatches, also handle errors in German
(Marco Pessotto).
[BUG FIXES]
* Strip trailing slash from endpoint
(Marco Pessotto, jordanmhiller, GH #9).
[DOCUMENTATION]
* Add possible explanation for error code 8572 (Stefan Hornburg/Racke).
0.120 Tue Mar 29 07:35:46 2016 CEST
[ENHANCEMENTS]
* Permit arguments to resume method in Uploader class
(Marco Pessotto).
* Do not perform checks on products if checked_products is set
(Marco Pessotto).
* Add get_products_with_mismatches method (Marco Pessotto).
* Improve separation into first and last name (Marco Pessotto).
[DOCUMENTATION]
* Add possible explanation for error code 8572 (Stefan Hornburg/Racke).
0.116 Sat Dec 19 15:12:10 2015 CET
[ENHANCEMENTS]
* Return the shipping category level as shipping_method
(Marco Pessotto).
0.115 Sat Nov 7 12:38:49 2015 CET
[ENHANCEMENTS]
* Add purge_old_jobs method (Marco Pessotto).
[BUG FIXES]
* Exclude MYMETA.* files from distribution
(Alexandr Ciornii, Stefan Hornburg, GH #7).
0.114 Mon Oct 5 12:22:23 2015 CEST
[BUG FIXES]
* Prevent crash from empty ItemPrice or ShippingPrice caused by
cancelled items (Marco Pessotto).
0.113 Wed Jul 22 09:31:32 2015 CEST
[BUG FIXES]
* Add prerequisite on namespace::clean (Stefan Hornburg, GH #6).
[ENHANCEMENTS]
* Add quiet accessor to Uploader (Marco Pessotto).
0.112 Mon Jul 20 17:29:42 2015 CEST
* Initial release.