-
Notifications
You must be signed in to change notification settings - Fork 8
/
Changes
140 lines (85 loc) · 3.52 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
Revision history for Amazon::MWS
0.150 Sat Sep 23 13:20:08 2017 CEST
[BUG FIXES]
* Fix error diagnostics for ack response (Marco Pessotto).
* Don't skip failed variants for forced uploads (Stefan Hornburg/Racke).
[ENHANCEMENTS]
* Add API methods (James Risner):
GetInboundGuidanceForASIN
GetInboundGuidanceForSKU
0.141 Mon Dec 5 13:30:14 2016 CET
[BUG FIXES]
* Handle hash references for address values (Marco Pessotto).
[DOCUMENTATION]
* Add documentation on Amazon error 18181 (Stefan Hornburg/Racke).
0.140 Mon Nov 7 10:27:33 2016 CET
[ENHANCEMENTS]
* Add API methods provided by James Risner (GH #13, #14):
GetLowestPricedOffersForSKU
GetLowestPricedOffersForASIN
GetMyPriceForSKU
GetMyPriceForASIN
GetMyFeesEstimate
[BUG FIXES]
* Fix signature of API method GetServiceStatus (Stefan Hornburg/Racke).
0.132 Sun Oct 23 09:01:46 2016 CEST
[ENHANCEMENTS]
* Add GetPrepInstructionsForASIN and GetPrepInstructionsForSKU
API methods provided by James Risner.
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.