1
1
## CHANGELOG
2
2
3
+ ### v6.0.1 2022-07-01
4
+
5
+ * Backported newer user-agent header
6
+
3
7
### v6.0.0 2021-10-12
4
8
5
9
* JSON encodes POST bodies instead of form encoding them
64
68
* Fix typo in ` install_requires ` causing ` six ` to not be installed by pip (gh-84 from @roehnan )
65
69
66
70
### 3.6.4 2018-04-09 (never actually released)
71
+
67
72
* Update user tests
68
73
69
74
### 3.6.3 2018-02-05
89
94
90
95
* Added ` get_rates ` method to Order objects
91
96
92
-
93
97
### 3.5.1 2017-01-19
94
98
95
99
* Fixed create for ScanForms
96
100
97
-
98
101
### 3.5.0 2017-01-18
99
102
100
103
* Added basic CRUD methods for Webhook Objects
101
104
* Fixed Order test
102
105
103
-
104
106
### 3.4.0 2016-12-20
105
107
106
108
* Added session pooling
107
109
108
-
109
110
### 3.3.0 2016-12-15
110
111
111
112
* Added support for Report objects
112
113
113
-
114
114
### 3.2.2 2016-07-29
115
115
116
116
* Added support for Insurance objects
117
117
118
-
119
118
### 3.2.1 2016-07-18
120
119
121
120
* Added ` to_json ` method for EasyPost object. Thanks ThePsyjo!
122
121
123
-
124
122
### 3.2.0 2016-05-17
125
123
126
124
* Remove ` api_keys ` from object dumps
127
125
* Fixed address tests to keep them in line with the new API messages
128
126
* This was previously known as version 3.1.3
129
127
130
-
131
128
### 3.1.2 2016-03-04
132
129
133
130
* Added a suite of unittest tests. Thanks wyounas!
134
131
135
-
136
132
### 3.1.1 2016-02-12
137
133
138
134
* Added ability to interact with Users (create, retrieve and update)
139
135
140
-
141
136
### 3.1.0 2015-12-08
142
137
143
138
* Add verifications to Address.create
144
139
145
-
146
140
### 3.0.6 2015-11-24
147
141
148
142
* Added Blob.retrieve for fetching urls for blobs stored by EasyPost.
149
143
150
-
151
144
### 3.0.5 2015-11-18
152
145
153
146
* Changed the interface on ` Tracker.create_list ` to return True rather than the
154
147
Trackers themselves
155
148
156
-
157
149
### 3.0.4 2015-11-16
158
150
159
151
* Minor bugfix
160
152
161
-
162
153
### 3.0.3 2015-11-16
163
154
164
155
* Added a ` Tracker.all_updated ` method for retrieving a large number of Trackers
165
156
by status or ` tracking_details ` updated datetime
166
157
167
-
168
158
### 3.0.2 2015-11-10
169
159
170
160
* Added a ` Tracker.create_list ` method for creating a large number of Trackers
171
161
at once
172
162
173
-
174
163
### 3.0.1 2015-11-04
175
164
176
165
* Fixed some examples and added some new ones, particularly dealing with Tracker.all
177
166
178
-
179
167
### 3.0.0 2015-10-19
180
168
181
169
* Fixed bug where retrieving a shipment by tracking code or reference doesn't set the ID properly
182
170
183
-
184
171
### 2.0.16 2015-08-10
185
172
186
173
* Added ability to interact with carrier accounts (full CRUD)
187
174
188
-
189
175
### 2.0.15 2015-07-31
190
176
191
177
* Fixed bug with address verification url rendering
@@ -194,59 +180,48 @@ at once
194
180
195
181
* Fix numerous bugs, including Python3 encoding
196
182
197
-
198
183
### 2.0.13 2015-01-09
199
184
200
185
* Added python3 support
201
186
202
-
203
187
### 2.0.12 2014-11-04
204
188
205
189
* Added tracker to shipment response
206
190
* Added tracker example
207
191
208
-
209
192
### 2.0.11 2014-09-19
210
193
211
194
* Added Order support.
212
195
213
-
214
196
### 2.0.10 2014-09-10
215
197
216
198
* Added Pickup cancellation method.
217
199
218
-
219
200
### 2.0.9 2014-09-02
220
201
221
202
* Added Pickup resource for scheduling pickups.
222
203
223
-
224
204
### 2.0.6 2013-10-17
225
205
226
206
* Added Event resource for webhook digestion.
227
207
* Added buy method to Batch.
228
208
229
-
230
209
### 2.0.5 2013-09-22
231
210
232
211
* Bug Fix: UTF-8 input handled more gracefully.
233
212
234
-
235
213
### 2.0.4 2013-07-31
236
214
237
215
* API Addition: Tracker resource added. Trackers can be used to register any tracking code with EasyPost webhooks.
238
216
239
-
240
217
### 2.0.3 2013-07-23
241
218
242
219
* API Addition: ` Shipment.track_with_code ` returns tracking details for any tracking code.
243
220
244
-
245
221
### 2.0.2 2013-07-07
246
222
247
223
* Bug fix: ` address.create_and_verify ` is now a classmethod.
248
224
249
-
250
225
### 2.0.1 2013-07-05
251
226
252
227
* Added function to Address to all creating and verifying at the same time.
0 commit comments