You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-36Lines changed: 4 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
## CHANGELOG
2
2
3
+
### 4.0.3 2022-06-29
4
+
5
+
* Backports User-Agent header changes
6
+
3
7
### 4.0.2 2021-10-20
4
8
5
9
* Further fixes JSON encoding by dropping null key/values, sending values as strings where necessary (returning to previous behavior), and removing the `array_filter` from the previous release
@@ -26,128 +30,104 @@
26
30
* Fixed a bug that did not allow users to be deleted
27
31
* Removed various pieces of old code
28
32
29
-
30
33
### 3.4.5 2020-05-07
31
34
32
35
* Added "Refund" and "Shipment Invoice" to the prefix and type lists
33
36
34
-
35
37
### 3.4.4 2020-03-11
36
38
37
39
* Version bump with updated author
38
40
39
-
40
41
### 3.4.3 2020-03-10
41
42
42
43
* Bumped version in package.json for Packagist
43
44
* Updated README with release instructions
44
45
45
-
46
46
### 3.4.2 2020-03-09
47
47
48
48
* Fixed a bug that would not create reports properly
49
49
* Added unit tests for reports
50
50
51
-
52
51
### 3.4.1 2018-04-13
53
52
54
53
* Added ability to set connection and response timeouts for all EasyPost actions (thanks mattjanssen!)
55
54
56
-
57
55
### 3.4.0 2017-11-30
58
56
59
57
* Renamed `Object` class `EasyPostObject` since Object is a keyword in PHP7.2
60
58
61
-
62
59
### 3.3.4 2017-05-24
63
60
64
61
* Fixed confusing Pickup example
65
62
* Enabled Reports to retrieve without a type parameter
66
63
* Use X-Client-User-Agent over X-EasyPost-Client-User-Agent
67
64
68
-
69
65
### 3.3.3 2017-02-14
70
66
71
67
* Added get_rates method to Order objects
72
68
73
-
74
69
### 3.3.2 2017-01-24
75
70
76
71
* Fixed compatibility issues with older PHP versions and the Report class
77
72
78
-
79
73
### 3.3.1 2017-01-19
80
74
81
75
* Fixed Create for ScanForms
82
76
83
-
84
77
### 3.3.0 2017-01-17
85
78
86
79
* Added basic CRUD methods for Webhooks
87
80
88
-
89
81
### 3.2.1 2016-12-14
90
82
91
83
* Fixed error in Util.php they may have affected shipment_reports retrievals
92
84
93
-
94
85
### 3.2.0 2016-12-12
95
86
96
87
* Added ability to create Report objects for shipment, tracker and payment_log reports
97
88
98
-
99
89
### 3.1.3 2016-10-25
100
90
101
91
* Fixed warning message from Address Verify/VerifyStrict
102
92
103
-
104
93
### 3.1.2 2016-09-16
105
94
106
95
* Added create_list for trackers
107
96
108
-
109
97
### 3.1.1 2016-07-21
110
98
111
99
* Added Insurance support
112
100
113
-
114
101
### 3.1.0 2016-06-02
115
102
116
103
* Renamed "Resource" class to "EasypostResource" since Resource is reserved in PHP7 (thanks ccovey!)
117
104
118
-
119
105
### 3.0.3 2016-02-22
120
106
121
107
* Added ability to create top-level users
122
108
123
-
124
109
### 3.0.2 2016-01-29
125
110
126
111
* Added 'verify' and 'verify_strict' options to Address creation
127
112
128
-
129
113
### 3.0.1 2016-01-05
130
114
131
115
* Updated ReadMe (thanks browner12!)
132
116
* Added DocBlock annotations to all methods (thanks browner12!)
133
117
134
-
135
118
### 3.0.0 2015-12-18
136
119
137
120
* Fixed Shipment Retrieve by tracking_code
138
121
139
-
140
122
### 2.1.2 2015-11-04
141
123
142
124
* Added Tracker.all example, and updated some old examples
143
125
144
-
145
126
### 2.1.1 2015-07-01
146
127
147
128
* Removed cURL options for SSL version, timeout, and connect timeout. The
148
129
default values for these options are acceptable.
149
130
150
-
151
131
### 2.1.0 2015-04-10
152
132
153
133
* Added User and CarrierAccount resources and examples for each.
@@ -164,65 +144,53 @@ display errors in development.
164
144
* Added support for additional HTTP methods PATCH and PUT.
165
145
* EasyPost Objects are now Iterable.
166
146
167
-
168
147
### 2.0.12 2015-02-04
169
148
170
149
* Added pickup class
171
150
* Added pickup example
172
151
173
-
174
152
### 2.0.11 2014-11-04
175
153
176
154
* Added tracker to shipment buy response
177
155
* Updated tracker examples
178
156
179
-
180
157
### 2.0.10 2014-07-07
181
158
182
159
* Added Item, Container, and Order resources.
183
160
184
-
185
161
### 2.0.9 2014-04-08
186
162
187
163
* Updated the CA cert bundle.
188
164
189
-
190
165
### 2.0.8 2013-12-29
191
166
192
167
* Added the ability to add negative filters to Shipment->lowest_rate by starting them with an exclamation mark.
193
168
194
-
195
169
### 2.0.7 2013-11-08
196
170
197
171
* Added endpoint to create shipment from tracking code.
198
172
199
-
200
173
### 2.0.6 2013-10-21
201
174
202
175
* Added Event resource for webhooks.
203
176
204
-
205
177
### 2.0.5 2013-08-30
206
178
207
179
* API Addition: Batch.buy method added. Trigger the purchasing of labels after a successful Batch.create.
208
180
* API Addition: Batch.scan_form method added. Quickly generate a scan_form for an entire batch.
209
181
210
-
211
182
### 2.0.4 2013-07-31
212
183
213
184
* API Addition: Tracker objects added. Trackers can be used to register any tracking code with EasyPost webhooks.
214
185
215
-
216
186
### 2.0.3 2013-07-16
217
187
218
188
* Bug fix: error messages should no longer be truncated to their first character.
219
189
220
-
221
190
### 2.0.2 2013-07-05
222
191
223
192
* Added function to Address to all creating and verifying at the same time.
224
193
225
-
226
194
### 2.0.1 2013-07-01
227
195
228
196
* Add label function to Shipment to request specific label file_formats (pdf, epl2, zpl).
0 commit comments